Search Results for 'code'
-
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