Search Results for 'codes'
-
Search Results
-
Hello everyone!
I have released the RC 1 of WordPress to bbPress Converter Script. What it does is migrates all your users, converts categories to forums, articles to topics and comments to posts. Currently, it just doesn’t change image shortcodes to image urls and doesn’t preserve the forum hierarchy.
To use it, download it, put it on your server, edit the script and change the options to appropriate values before the Stop Editing Here part.
I am soon planning to release a bbPress standalone to plugin converter script if someone doesn’t beat me to it.
Download: http://code.google.com/p/wordpress-to-bbpress-converter/downloads/detail?name=w2bc.zip
Thanks!
– G
Topic: Integration issues
Hi all,
I’m sure this has been covered a few times, but here goes.
Cookies obviously aren’t working, because I’m getting booted out of wp-admin when logged into bbpress and visa versa.
Have installed the bbPress integration plugin with settings in wp-admin like so:
bbPress URL: http://website.com/forum/
Your Plugins URL: http//website.com/forum/bb-admin/plugins.php
Wordpress type: WordPress
Added this code to the very bottom of wp-config.php
define( ‘COOKIEPATH’, ‘/’ );
In bb-admin, I’ve got:
Wordpress address: http://website.com
Blog address: http://website.com
WordPress “auth” cookie salt: (auth_salt wasn’t present in the wp admin page, anyway I took the code from wp-config.php)
WordPress “secure auth” cookie salt: (as above)
WordPress “logged in” cookie salt: (as above)
Manually entered codes so the following match
AUTH_KEY / BB_AUTH_KEY
SECURE_AUTH_KEY / BB_SECURE_AUTH_KEY
LOGGED_IN_KEY / BB_LOGGED_IN_KEY
And that’s where I’m at. Can someone tell me what I’m missing?
I’m not going to worry about database sharing right now – is that advisable? Or is it highly recommended?
Also what should I have the wordpress roles set to for each one of these?
WordPress Administrator
WordPress Editor
WordPress Author
WordPress Contributor
WordPress Subscriber
Thanks for the help!