PDA

View Full Version : Batch Creation of Forums


MrEyes
03-10-2008, 12:59 PM
I need to add something like 400 forums to my vBulletin install.

I know I could do this manually, however this would take an age.

I believe all forum data is held in the DB so it seems feasible to create an SQL script that will batch insert forums where all added forums inherit permissions from the parent forum.

In the end I am creating something like this

Parent Forum (manually created)
- Child 1
- - Child 1 a
- - Child 1 b
- - Child 1 c
- - ....
- - Child 1 x

- Child 2
- - Child 2 a
- - Child 2 b
- - Child 2 c
- - ....
- - Child 2 x
...
...
- Child 50

You might be asking why on earth I would want to do this, well in summary this is an attempt at using vBulletin as a Wiki (more info here: https://vborg.vbsupport.ru/showthread.php?t=172148)

jim6763nva
03-28-2008, 01:44 AM
I see I'm on the same wave length as someone else. I need this functionality too. At the moment I'm creating a forum that contains regional forums by city and county.

I have something like this:

Region1
City_or_County_Forum1
City_or_County_Forum2
City_or_County_Forum3
City_or_County_Forum4
City_or_County_Forum5
Region2
City_or_County_Forum1
City_or_County_Forum2
City_or_County_Forum3
City_or_County_Forum4
City_or_County_Forum5

It would be nice to have something like this in the AdminCP.

SEOvB
03-28-2008, 02:07 AM
You could create a SQL query to handle it, but you'd still have to enter all the names and descriptions i'd imagine.

Lynne
03-28-2008, 03:18 AM
This may be useful: EPC Add Mass Child Forums Hack (https://vborg.vbsupport.ru/showthread.php?t=143745)

jim6763nva
03-30-2008, 09:23 PM
This may be useful: EPC Add Mass Child Forums Hack (https://vborg.vbsupport.ru/showthread.php?t=143745)

Thank you very much for pointing out this hack! :)