CMSity Code http://www.cmsity.com/ Tue, 24 Feb 2009 19:38:29 GMT en phpBB 2.x Importer http://www.cmsity.com/forum/code/phpbb-2.x-importer http://www.cmsity.com/forum/code/phpbb-2.x-importer#1 Tue, 24 Feb 2009 15:08:22 GMT Adam 0x000400040001 Here goes my first CMSity extension (attached). It adds "import-phpbb" action to "forum" nodes.

This extension is based on Jaime GÓMEZ OBREGÓN phpBB to BBPress script.

(1) Add following lines to your config.php and set the accordingly to your phpBB configuration:

define('DB_PHPBB_HOSTNAME',    'localhost');
define('DB_PHPBB_USERNAME',    'root');
define('DB_PHPBB_PASSWORD',    '');
define('DB_PHPBB_DATABASE',    'phpbb');
define('DB_PHPBB_TABLEPREFIX', 'phpbb_');
define('PHPBB_PATH_PREFIX',    'phpbb/');
define('PHPBB_AVATAR_SALT',    '12345678901234567890123456789901');

(2) Log in to CMSity administrator and create a "forum" node.

(3) Launch http://www.mysite.com/forum?import-phpbb to import phpBB database.

It will import all phpBB users, forums and posts into specified node.

You may re-run import, so it will re-import all forum data again.

Remember to backup your databases prior running the import.

]]>
http://www.cmsity.com/forum/code/phpbb-2.x-importer?feed