Page 1 of 1
Moving from one forum to another.

Posted:
Fri Sep 01, 2006 7:06 pm
Author: Stephanie
Is there a way to move posts from one forum to another. I have one forum. And i am building a totally updated (security and phpbb wise) forum complete with new template. I really just want to move the posts and forum names. Is there a way to move just the data??? The new forum will have the same mods as the other forum.
Re: Moving from one forum to another.

Posted:
Fri Sep 01, 2006 7:13 pm
Author: Helter
if the mods are the same you should be able to backup only the tables you want to save from your old db, then after youve built your new forum, drop these same tables and import them from your backup

Posted:
Fri Sep 01, 2006 7:16 pm
Author: Stephanie
Thanks Helter, I will try that <img>
Re: Moving from one forum to another.

Posted:
Fri Sep 01, 2006 8:03 pm
Author: computerz
"HelterSkelter";p="14782" wrote:if the mods are the same you should be able to backup only the tables you want to save from your old db, then after youve built your new forum, drop these same tables and import them from your backup
Thats not going to copy the forum names like she asked. The forum names, forum descriptions, and forum permissions are stored in the includes/def_tree.php file. This is what she'll need to copy.
Re: Moving from one forum to another.

Posted:
Sat Sep 02, 2006 9:12 am
Author: found it
"computerz";p="14788" wrote:"HelterSkelter";p="14782" wrote:if the mods are the same you should be able to backup only the tables you want to save from your old db, then after youve built your new forum, drop these same tables and import them from your backup
Thats not going to copy the forum names like she asked. The forum names, forum descriptions, and forum permissions are stored in the includes/def_tree.php file. This is what she'll need to copy.
Actually all the infomation is stored in your database and as Helter has said it is just a matter of dropping the right tables in the right place...
def_tree.php logs the changes from the database and keeps a record of them so cats hier works correctly...copying over the file will not do what Stephanie requires..


Posted:
Mon Sep 04, 2006 6:55 am
Author: computerz
I stand corrected.
Thank you found it.

Posted:
Mon Sep 04, 2006 6:58 am
Author: found it
"computerz";p="14881" wrote:I stand corrected.
Thank you found it.
no problem...

Re: Moving from one forum to another.

Posted:
Mon Sep 04, 2006 11:54 am
Author: Helter
after the db transfer she will need to go to acp/forum admin/managment+ and resync the forums. as long as includes/def_tree.php is set to chmod 666, this will update it with the new info. def_tree is a cache file and if caching is turned on, your forum will look there first for this info, but if it doesnt match your db youll get white pages or forum not found errors
Re: Moving from one forum to another.

Posted:
Mon Sep 04, 2006 12:38 pm
Author: found it
"HelterSkelter";p="14906" wrote:after the db transfer she will need to go to acp/forum admin/managment+ and resync the forums. as long as includes/def_tree.php is set to chmod 666, this will update it with the new info. def_tree is a cache file and if caching is turned on, your forum will look there first for this info, but if it doesnt match your db youll get white pages or forum not found errors
your da man..

Re: Moving from one forum to another.

Posted:
Mon Sep 04, 2006 2:00 pm
Author: Helter
<img> lol thx found it !
Re: Moving from one forum to another.

Posted:
Mon Sep 04, 2006 2:04 pm
Author: found it

<img>