|
Re: How to merge two forums? [message #35043 is a reply to message #35030] |
Mon, 04 December 2006 15:23 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Yes, it is possible you can use FUDAPI to fetch data from one forum and import into the other, or manually transfer data via SQL.
FUDforum Core Developer
|
|
|
|
Re: How to merge two forums? [message #35072 is a reply to message #35064] |
Tue, 05 December 2006 15:33 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
FUDAPI is part of the forum you can find it inside the scripts/ directory
You need to fetch all user records and all message records and import them.
In terms of sql tables you are looking at cat,forum,thread,msg,users table.
FUDforum Core Developer
|
|
|
|
Re: How to merge two forums? [message #35090 is a reply to message #35089] |
Wed, 06 December 2006 15:15 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
There are docs documenting the available functions inside the fudapi.inc.php file. If you have specific questions after reading the docs ask away...
FUDforum Core Developer
|
|
|