The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Okay my multi duplicate forum/one board dilemma
Some may have seen my posts back along. I want to create my first message board using vbulletin. License purchased, so here we go.
Issue - one message board, 50 initial categories all containing duplicate forums. Solution needed - to avoid typing up and creating all 50 versions of the same thing. From all my research, I think the easiest thing would be for me to create the first category and forums.. copy it and upload it as category 2 into another folder on my server. Then I would edit whatever bit tells it which database to use so that it uses the same database as category 1. Rinse and repeat 50 times. I would then have already created my message board front page with the links to my 50 categories. These links would be URL's to my 50 categories. Thus creating my one big board in a shorter period of time. So it all sounds logical. Question is how EXACTLY! :P can I do this and what are the drawbacks and risks? Thank guys and sorry for being quite so thick. |
#2
|
||||
|
||||
Hmm ... if you use the same database it will always be the same, no matter where you place the files ony our server
|
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
We're facing a similar question ourselves. We want to make a skeleton forum structure (forums, threads, posts) that we can duplicate to parallel private forums similar to what this person was asking for:
https://vborg.vbsupport.ru/showthread.php?t=68512 Maybe there's some way we can use the import facility to accomplish this? Any advice greatly appreciated and thanks so much for reading and contributing to these forums! |
#5
|
||||
|
||||
Quote:
vB is installed in /dir1 You create the following structure via Forum Manager: Category 1 + Forum 1 + Forum 2 + Forum 3 Then you copy the files to /dir2, /dir3 and so on. Everytime you use one of those installations, it will display the same forums, posts will go to the same forums, etc. So where is the point in having such a setup? |
#6
|
|||
|
|||
Aside from yellow281's initial suggested method for duplicating categories (which I can see might not do what s/he was hoping), do you have another suggestion for how to duplicate them?
Thanks again. |
#7
|
|||
|
|||
Quote:
Thanks Kate |
#8
|
|||
|
|||
If this isnt the case then literally all I need to know is in which page/file do I alter the db destination. People have talked about knowing where this is located before, if anyone can tell us where we actually alter the bit that says hey forum, heres the database you need to be using then I think Elmo and I will be home free. That is unless posting in DIR 1 does show up in DIR2,3 etc. I cant test that theory until I know where to alter the database that the forums in their little directory point to.
Any why oh why hasnt someone made this hack? This seems like the most highly demanded hack. Whoever comes up with it should charge and make a boat load. How to create one top level category then copy its categories sub cateogirs, welcome message, mods etc. to other top level categories. Not one board has a published hack for this (which might tell us something) but God knows people would flock to get it. I have ran into so many posts asking for this on all the various php message boards. |
#9
|
||||
|
||||
Quote:
And I still don't understand what you actually want to achieve? |
#10
|
|||
|
|||
I think what KirbyDE's getting at is that the category/forum data is housed in the database, not the PHP files. You can copy the PHP files all you like, but if they all point to the same database, they'll all return the exact same data. Not copies of it, but it itself. So if I post in "category 50", it will also show up in "category 1".
You can change the $dbname setting in includes/config.php in each of those directories to point to a different database, but then you've essentially created several different installations of vBulletin (presumably each of which would require its own license fee) and which wouldn't "know" about each other. What I think you're trying to do (and certainly what I'm trying to do) is to set up parallel hierarchies within a single board installation. So for instance I've got a category 1 that includes forums 1, 2, and 3 each with threads and posts inside them. I want to copy category 1 to a category 2 and 3 right beside it that are identical to start with but independent (so when someone posts to category 3/forum 2, it doesn't also appear in category 2/forum 2). Any hope for us? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|