kjhkjh
08-10-2007, 05:00 AM
If I have a whole bunch of duplicate forums to add and it's taking forever doing adding them manually through the admin control panel, can I add them through mysql.
I have Navicat mysql gui and I can export whatever forums are in the 'forum' table as a csv, then duplicate and update lines in this file to add a whole bunch of new forums than import it back into mysql.
My question is... is this good enough?
To add additional forums is this the only place (the 'forum' table) that I would need to edit. Or are there other places that would need editing.
Am I going to mess up the auto increment of the forum ID's by manually adding a bunch of furms and changing the forum ID's? Or when forums are added later in the ACP, will it know to add the forum ID 1 number up from the batch that I imported?
Can you see any problems adding forums in this way?
Thanks for your help.
UPDATE ---------
I added a bunch of forums directly into the mysql table "myforumprefix_forum"
I made the edits on these for the forum id's, names, parent forums, etc.
Bt when I check the Admin control panel, they don't show in the forum manager?
At least equally as important, they aren't showing on my forums!
Can anyone let me know what else I have to do when adding forums manually outside the ACP?
Do other tables need updating?
Help is really appreciated, I'm trying to find a quick way to add hundreds and hundreds of forums.
Also is their an advisable limit to the number of forums?
TIA
I have Navicat mysql gui and I can export whatever forums are in the 'forum' table as a csv, then duplicate and update lines in this file to add a whole bunch of new forums than import it back into mysql.
My question is... is this good enough?
To add additional forums is this the only place (the 'forum' table) that I would need to edit. Or are there other places that would need editing.
Am I going to mess up the auto increment of the forum ID's by manually adding a bunch of furms and changing the forum ID's? Or when forums are added later in the ACP, will it know to add the forum ID 1 number up from the batch that I imported?
Can you see any problems adding forums in this way?
Thanks for your help.
UPDATE ---------
I added a bunch of forums directly into the mysql table "myforumprefix_forum"
I made the edits on these for the forum id's, names, parent forums, etc.
Bt when I check the Admin control panel, they don't show in the forum manager?
At least equally as important, they aren't showing on my forums!
Can anyone let me know what else I have to do when adding forums manually outside the ACP?
Do other tables need updating?
Help is really appreciated, I'm trying to find a quick way to add hundreds and hundreds of forums.
Also is their an advisable limit to the number of forums?
TIA