Search Results for '"wordpress'
-
Search Results
-
Hi there. I’ve just moved my whole installation directory for WordPress and BBPress. I thought I had followed all the directions and WordPress works fine. But when I go to the BBPress installation (A sub-directory of WP) it no longer automatically logs me on. I’ve edited any relevant config files. What do you think is the problem?
i want to integrate my wordpress with bbpress forum as when i write a post i automaticly add a topic on bbpress and comments are the same as posts (you see both comments and posts in both wordpress and bbpress)
is it possible? does anyone know how to integrate bbpress in such way?
cheers
After integrating WordPress and bbPress, a single login works correctly, but logout does not work. When I click the logout link from bbPress or WordPress, it does not log me out of bbPress but does log me out of WordPress. Does anyone know why the bbPress logout would not be working?
Hey guys! I am currently working on a plug-in that will let you use smilies, just like wordpress. Also activated the same way. I am looking through my WordPress.org files, and I found them, the smilies’ images, but not the code. I am new at this so I am gonna need some programming help. Hope it works soon!
Topic: 1and1 Hosting Problem
Anyone else have this problem with 1and1 ?
I cannot get pretty permalinks to run, even after following directions.
I wrote to them
I am running wordpress and bbpress in the same root directory
http://mysite.com is wordpress install and
http://mysite.com/bbpress/ is bbpress install each install has
it’s own .htaccess for using permalinks. WordPress permalinks work fine
but I cannot get bbpress pretty permalinks to work at all. I have tried
different variations of htaccess codes for both files without any
success. It seems to me that the main root htaccess is overriding the
/bbpress/ htaccess.
Any suggestions ?
This was their reply to me.
“Dear Cliffmaster, (Customer ID: 6XXXXXXXX)
Thank you for contacting us.
With regards to your query,
we would highly suggest that you install BBpress on a different folder
and not on folder where you have installed a different CMS (WordPress).
Please separate the two CMS’s by installing them on different folders
under the root directory (/.)
If you have any further questions please do not hesitate to contact us.
—
Sincerely,
Technical Support
1&1 Internet “
i just solved my login cookie issue after one night debugging…
i found these things:
– by default, wpmu generate auth_cookie as “wordpress”, but bbpress generate as “wordpress_xxxxx(hash)”
– wpmu not using “database secret” for cookie hashing, but it use the SECRET_SALT constant defined in the wp-config.php, bbpress using “database secret”. so the cookie result will never be the same.
you need to update your bb-config.php file to meet these situations.
assumed you’ve successfully install wpmu + bbpress, then edit your bb-config.php and add these line:
define(‘BB_SECRET_KEY’, ‘yourreallysecretkey’);
define(‘BB_SECRET_SALT’, ‘yourreallysecretsalt’);
$bb->authcookie = ‘wordpress’;
$bb->cookiedomain = ‘.yourdomain.com’;
$bb->cookiepath = ‘/’;
$bb->sitecookiepath = ”;
and try to login… voila.. you can switch to bbpress and wpmu without re-login…

good luck,
—
rh
I’m still trying to get my bbpress installation to match http://www.atriskstoriesofhope.com/wordpress. What steps/php commands do I need to import my wordpress header/footer into my bbpress template/installation?
