Forum Replies Created
-
this is a shot in the dark but JesperA move the line
define( 'SITECOOKIEPATH', '/' );
BEFORE
define('DB_NAME',
this is all filled out correctly? /bb-admin/options-wordpress.php
as is, as the plugin appears.
download and install this: https://wordpress.org/extend/plugins/bbpress-integration/ then it will tell yo the right lines to put.
The bbPress Integration plugin doesn’t make it work. It gives you instructions on what to do next.
If you have WPMU then you’ll receive four lines from the plugin
define( 'COOKIEHASH', '????????????????????????????????????' );
define( 'COOKIE_DOMAIN', '.????????????????.com' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );Paste it in wp-config after
<?
then do the same in bb-config without the first line.In reply to: Cookie Integration only one wayThe only thing I can think of it might be is just clearing your cache on your browser. It happens on FF. If it’s happening to other users then I don’t know.
In reply to: Cookie Integration only one wayah. sorry about that, I keep forgetting I’m using WPMU. Did you… match all the security keys?
In reply to: Cookie Integration only one wayDon’t copy my code copy the code you get from the plugin.
In reply to: How to Add Status Update *NEW* into Your TitleIn reply to: How to Add Status Update *NEW* into Your Titlehttps://bbpress.org/plugins/topic/unread-topics/#post-573
I think you can just change UNREAD to NEW.
In reply to: uploaded themes not working on my first bbpresschange the folder permission to 777, happened to me
In reply to: Cookie Integration only one wayInstall this: https://wordpress.org/extend/plugins/bbpress-integration/ get the info
example
define( 'COOKIEHASH', '1111' );
define( 'COOKIE_DOMAIN', '.website.com' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );put it in your wp-config.php after
<?
then put it in your bb-config.php without the cookiehash line.
define( 'COOKIE_DOMAIN', '.website.com' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );In reply to: Oops, I Broke Itdo you have access to the SQL?
In reply to: Managing FavoritesOkay i figured that out.
how do I get “Favorite Notification
If you want to get an email when there is a new post to a topic in your favorites.
Activate:”
to show anywhere other than the profile?
In reply to: Request: Image upload with free image hostingDid you add this plugin to the plugin forum? You should.
In reply to: Request: Image upload with free image hostingNightgunner5, regular users can not see the add image link. Did you set it not to?
In reply to: how to add images to content pleaaaaaase answertianye,
<img src="http://www.liuso.com/logo.jpg">
don’t forget the http://In reply to: How to integrate BBpress and WordPressIn reply to: cookie integration problem, anothertry add the same codes to bb-config without the Hash
In reply to: Help Integrate WordPressMU, Buddypress, and bbpresseclipsenow, you can email me too. I have all three working together. Right now I’m changing certain links because the profile has to all point to BuddyPress.
In reply to: Help Integrate WordPressMU, Buddypress, and bbpressEmail me my user name at gmail.com Send me FTP and add a login for me. I’ll take a look.
In reply to: How to echo "nice_username" from post_author ?How do I get that social thing you use on your forum?
In reply to: COOKIEHASH defined in bb-config.phphttps://bbpress.org/forums/topic/integration-woes#post-38595 uses
$cookiehash = md5($baseurl);
In reply to: COOKIEHASH defined in bb-config.phpOops sorry, for integration you don’t need the cookie hash.
In reply to: Smileys that works with bbpress 1.02?I have 1.0.2 and it works fine. Try disabling except that one and start testing and seeing which one conflicts.