Search Results for 'bbpress'
-
Search Results
-
See the blog post.
Lots of testing would be greatly appreciated.
A note for anyone integrating cookies with WordPress less than version 2.8, you need to add this to your bb-config.php file…
define('WP_AUTH_COOKIE_VERSION', 1);
When you upgrade WordPress to 2.8 that line will have to be removed.
Hi,
I have searched on the internet and here. I have been unable to find a script/code which can display latest discussions on my homepage which is not wordpress a wordpress site.
help much appreciated.
dave
Hi All,
I’m wondering if someone can point me in the right direction, note I’m not very good with php/code.
I’m trying to implement a live chat shoutbox with bbpress using Ajax Chat. My goal is to get users logged in to bbpress, automatically log in with their BBpress credentials into the Chat.
In the Ajax chat wiki, it seems simple enough as they state:
If you want to reuse an existing session cookie set from another application just adjust the following setting in lib/config.php:
// Session handling:
$config = ‘PHPSESSID’;
Change PHPSESSID to the name of the session cookie you want to use.
I guess my question is, what is BBpress’s PHPSESSID and how can I make this work?
Thanks in advance!
Cheers
Wiki over at : http://ajax-chat.wiki.sourceforge.net/Reuse+existing+session+cookie
Hi, I have just integrated BBPress with WordPress, but cannot delete posts or topics, and I also cannot access the bb-admin page.
I have two ways of logging in, one is through the main wordpress site, and the other is through the forum’s login section. It seems there is no problem when I log in through the forum directly, but the problem comes when I log in through the site and then access the forum (which is how the forum will be accessed).
Any help will be appreciated.
Thanks
Here’s a question for the bbPress guru side of this. Is it possible to have forums.domain.com on a WPMU install, and have that domain forward to a bbPress installation? My guess is it would take some creative hacking of .htaccess, but I’ll be honest to say I don’t know how I’d do it.
Thoughts?