http://www.adventurecanoe.com
The edit link is not appearing for users within the allotted 60 minutes. The template has the bb_post_admin(); call in it but does it require something else to fire the edit button for users?
http://www.adventurecanoe.com
The edit link is not appearing for users within the allotted 60 minutes. The template has the bb_post_admin(); call in it but does it require something else to fire the edit button for users?
Wondering how I would go about doing this?
I want it to consist for 3-4 buttons.
I seen a thread about this a little lower down but it had been locked without a answer.
So was wondering how i’d go about this?
We just upgraded from 0.9.x to 1.0.1 and the function bb_get_profile_link(bb_get_current_user_info( ‘name’ )) is now showing the full name instead of the username.
How can we make it show just the username?
Its just not working! Please help.
define( 'BB_AUTH_SALT', '' );
define( 'BB_LOGGED_IN_SALT', '' );
define( 'BB_SECURE_AUTH_SALT', '' );
define('BB_NONCE_KEY', '');
matches it wp-config equivalent (with values obviously).
Used the bbPress Integration plugin to get new values for the wp-config file and entered them
/*** bbPress integration ***/
define( 'COOKIEHASH', '998c6cb0a1fda1b22e40b1a75220d390' );
define( 'COOKIE_DOMAIN', '.www.MYSITE.com' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );
define( 'WP_AUTH_COOKIE_VERSION', 1 );
I have checked through all the settings in bbPress WordPress Integration settings (in bbPress) and they all look correct.
XML-RPC is enabled.
I have seen that oterh people seem to be able to get this working. I have followed a few of these guides, but still can’t get it to work.
Would be great if you have any ideas! Thanks!
I am setting up bbpress with WPMU intergration.
A couple of things are not so clear.
1. In cookie settings under WordPress “logged in” cookie salt it asks for a setting of “logged_in_salt” and gives a URL to my admin options to get it – onlt it isn’t on that page at all which is confusing. It says If you leave this blank the installer will try to fetch the value based on your WordPress database integration settings – which I can only hope it will.
2. Then in Show advanced database settings I came across something I had not know or considered. Can I give the forum the same database as my WP and enter the same settings in the set up? I have set up another DB for bbpress but it would seem to make sense to share the membership. Is it too late to change the DB here if so?
Hello,
so i’m VERY new to bbpress so i need all the help i can get. I’m trying to find a way to insert ads (NOT google ads) in my forum but every ad plugin i see on here seems to be designed for google ads. Can someone please tell me which plugin to use to get my ads to work in the forums? I already have ad codes from OPENX, all i need is the right plugin to use.
thanks a bunch!
Hi, I have been waiting for this release of bbPress so that I can get forums working in BuddyPress. I am delighted to see it released. Can someone please tell me if this version of bbPress will get forums working in BuddyPress?
Also, I was having trouble with password sharing between WPMU and bbPress. Does the cookie integration now work in bbPress v1.0.1?
Thanks!
Hi,
I’ve been working on integrating bbPress with a website that already has its own user database and login system. I already set it up to keep the bbPress database and the site database synchronised, so that registering as a site user will simulate registration in bbPress. The last step is to make bbPress recognize my site’s cookies, which I’m trying to do through a plugin.
I’ve been trying to figure out which functions I need to rewrite in order to make this possible. I know there are a handful of functions in functions.bb-pluggable.php which I can replace in my plugin, but I’m not clear on how they connect with everything else in bbPress.
Basically, I have a function that determines whether a user is currently logged in, and what that user’s ID number is. I just can’t figure out where to put the function. (The site uses its own login form, so I don’t need to worry about bbPress’ login process.)
I found a few old posts where people were trying to do similar things, but no clear answers. Any pointers would be appreciated.
Thanks!
Dan
I have done all the steps provided to integrate WP and bbPress, but when I login to WP, I am logged out of bbPress and vice-versa. Why is this happening?
There was mention of a screencast to show how if a user signs into your forum, he/she would also be logged into your website. (https://bbpress.org/forums/topic/simple-question-about-logging-in) Has this screencast been made? If so… Where can I find it?