grosso modo, si vous avez un phpBB2 et que vous voulez passer à un portail pour faire un vrai site,
çà vous permet de convertir votre forum phpBB2 existant à Zikula.
http://code.zikula.org/pnforum/ticket/13
Quote
Here is an updated version of the old script.
i won't assume any support, use at you own risk (but i assume it's work on a test forum)
- support for UTF 8
- use of adodb (i had problems with some special characters)
how to
first,
- install a fresh Zikula 1.0
- install you phpBB tables on the same bases as the Zikula
- install pnforum 2.7
- run this queries
TRUNCATE TABLE `zk_pnforum_categories` ;
TRUNCATE TABLE `zk_pnforum_forums` ;
delete FROM `zk_users` ;
TRUNCATE TABLE `zk_pnforum_posts` ;
TRUNCATE TABLE `zk_pnforum_posts_text` ;
TRUNCATE TABLE `zk_pnforum_topics` ;
TRUNCATE TABLE `zk_pnforum_users` ;
this will delete all information in your databases, be carefull. The goal is to be sure, there will be no duplicate entry for the primary keys of this tables.
- run convtopnforum.php (before you have to edit the script in order to set your database parameters)
if the script stopped before ending (think to put a big 'max execution time'), you just have to re run the "truncate&delete" queries above and to launch the script back
http://luffyserveur.free.fr/phpBB2pnforum.zip
comme dit plus haut, je n'assure pas le support.
modifié par : mumuri, 27 Jl 2008 - 23:44
Membre du PSR Project (Pagesetter replacement)
