Search Results for '\"wordpress\'
-
Search Results
-
How do I add in a legal disclaimer to a login page, Can i still integrate logins with wordpress even though I am installing the non alpha version of the software.
If like me you have been struggling endlessly to integrate the two feeling like a dumb ass because you followed the video countless times and still could not get it you may have noticed that wordpress cookies are called ‘wordpress_’ where as bbpress integration creates cookies ‘wordpress_……’ this is the issue I had and spent and age trying to resolve, if you read this article to the letter ignoring the buddypress stuff it will 100% work.
http://umwblogs.org/wiki/index.php/Integrating_WPMu%2C_BuddyPress%2C_and_bbPress
I have installed the wordpress in http://example.com/
and bbpress in http://example.com/forum
The database is successfully integrated. wp user can use the same username and password to login bbpress. There is some weird cookies going on. Users login to wordpress but they need to login again in bbpress. However, when they logout wordpress and it will automatically logout in bbpress too. I have read some of the post so I add this to wp-config.php
define(‘COOKIE_DOMAIN’, ”);
define(‘COOKIEPATH’, ‘/’);
And I also add this to bbpress bb-config.php
$bb->path = ‘/forum/’;
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
But no luck and it doesn’t work. I see someone who can see their cookies in the computer…. And I am not sure how to see if the site create a cookies for me. I am using Mac OSX 10.4. Firefox. I am not sure how to see the cookies is created in my computer or not. It would be great if someone can guide me through like a newbie…. Thank you very much for any of your help.
I’m dealing with 2 databases for my site, one for wordpress and a different one for the forum.
I have converted my phpbb3 forum to bbPress recently, (they were both installed on the same database to enable the conversion).
When I tried to integrate my WordPress blog with my bbPress forum it went bad. I want to backup my bbPress forum via phpmyadmin (as a sql file) and start all over with the install. I’d like to install bbPress on the same database that WordPress is on & also integrate it with WP when I install.
Is there a way I can restore my sql file of my bbPress forum so I don’t lose anything? If so, how do I restore do the restore into bbPress? I’m unable to access the control panel of bbPress now because of the failed integration. I’m still able to log into WordPress.


