import all topic and post from wordpress to bbpress
-
Hello
I need import all topic and post from wordpress to bbpress
Can i ? or not
Thanks
-
If you want to move your WordPress data to a bbPress install, then you can use this http://code.google.com/p/wordpress-to-bbpress-converter/
If you want to move your WordPress data to a bbPress install, then you can use this http://code.google.com/p/wordpress-to-bbpress-converter/
Merci but where’s the link download ?
I don’t see It
Merci but where’s the link download ?
I don’t see It
There are no downloads, but here is the script – http://wordpress-to-bbpress-converter.googlecode.com/svn/trunk/w2bc.php
It currently doesn’t support user migration, but that should be easy (and should be done before running the script). I think it’d be basically renaming the tables, though I’m not sure.
Also, *PLEASE* make a backup of your WordPress blog and follow the instructions carefully.
– Author of the script
There are no downloads, but here is the script – http://wordpress-to-bbpress-converter.googlecode.com/svn/trunk/w2bc.php
It currently doesn’t support user migration, but that should be easy (and should be done before running the script). I think it’d be basically renaming the tables, though I’m not sure.
Also, *PLEASE* make a backup of your WordPress blog and follow the instructions carefully.
– Author of the script
But who install ?
when put this script !!
I don’t speake english please shortened
But who install ?
when put this script !!
I don’t speake english please shortened
If you have your blog in a directory, and the forums in a sub-directory called
forum
, then you need to put this script in the WordPress blog directory, where you would find yourwp-config.php
file. Otherwise you would need to edit thedefines
on lines37
and38
:define( 'W2BC_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'W2BC_BB_PATH', 'forum/' ); /** With Trailing Slash, if required */If you have your blog in a directory, and the forums in a sub-directory called
forum
, then you need to put this script in the WordPress blog directory, where you would find yourwp-config.php
file. Otherwise you would need to edit thedefines
on lines37
and38
:define( 'W2BC_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'W2BC_BB_PATH', 'forum/' ); /** With Trailing Slash, if required */it’s very difficult
i don’t see : define( ‘W2BC_WP_PATH >> in the (wp-config.php) in my blog but i see define(‘DB_COLLATE’, ‘ ‘); on line 37
and i edit to : define(‘DB_COLLATE’, ‘forum/’);
this my blog : www.**********.com/music
and my forum : www.*********.com/forum
and i upload this script in my blog
look : www.**********.com/music/script
true ? or no
can you help me
it’s very difficult
i don’t see : define( ‘W2BC_WP_PATH >> in the (wp-config.php) in my blog but i see define(‘DB_COLLATE’, ‘ ‘); on line 37
and i edit to : define(‘DB_COLLATE’, ‘forum/’);
this my blog : www.**********.com/music
and my forum : www.*********.com/forum
and i upload this script in my blog
look : www.**********.com/music/script
true ? or no
can you help me
He means editing the script and not wp-config.php
He means editing the script and not wp-config.php
merci
but look :
WordPress loader file (wp-load.php) doesn’t exist in the path specified!
what’s the problem ?
merci
but look :
WordPress loader file (wp-load.php) doesn’t exist in the path specified!
what’s the problem ?
I would suggest that you hire a developer because that script is currently meant to be only run by a person who at least knows the basics of coding, bbPress/WordPress etc.
I would suggest that you hire a developer because that script is currently meant to be only run by a person who at least knows the basics of coding, bbPress/WordPress etc.
Sorry for bump but is more important for me.
I’ve converted my smf to phpbb3 to bbpress and now i want try to convert a specific board (News Board: 650 Posts | 206 Topics) in WordPress article (with all replies). Is there any way to make this (is the opposite of this topic request)?
–
I’ve a valid smf+phpbb3+bbpress database in my local webserver and i can try to convert to other board/script if is necessary – i require to convert only this board in wordpress and all the rest of forum can remain intact.
Thanks in advance, DarkWolf.
Sorry for bump but is more important for me.
I’ve converted my smf to phpbb3 to bbpress and now i want try to convert a specific board (News Board: 650 Posts | 206 Topics) in WordPress article (with all replies). Is there any way to make this (is the opposite of this topic request)?
–
I’ve a valid smf+phpbb3+bbpress database in my local webserver and i can try to convert to other board/script if is necessary – i require to convert only this board in wordpress and all the rest of forum can remain intact.
Thanks in advance, DarkWolf.
- You must be logged in to reply to this topic.