The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi!
I have a board running and I'd like to split one of the subforums to a fully new domain/vB forum site, so if now I have: domain1.com | ---forums |- subforum1 |- subforum2 \- subforum3 ...now I want to move subforum2 to domain2.com forum domain2.com | ---forums Much like what happened to the hacks section of vb.com, which is now an independent site, vb.org BUT SHARING THE USERS DATABASE. Is that possible? How? Thanks! |
|
#2
|
|||
|
|||
|
The two websites do not share a user database.
|
|
#3
|
|||
|
|||
|
OH!
And is there any way to do so? |
|
#4
|
|||
|
|||
|
There is no sane way.
|
|
#5
|
|||
|
|||
|
Awesome, fast and clear answer, thanks!
![]() How can I then export the contents of a subforum and then reimport them onto a brand new vb installation?
|
|
#6
|
|||
|
|||
|
Very complicated to explain, but one way is the INSERT INTO...SELECT syntax; check out http://www.mysql.com/doc
|
|
#7
|
|||
|
|||
|
Was that ironic? I'm not a php/sql guru...
|
|
#8
|
|||
|
|||
|
Then I wouldent recomend attempting this
|
|
#9
|
|||
|
|||
|
Why not? I would not delete anything from the first forum and the second forum is empty so where's the risk?
Other thing is if any1's so kind to gimme instructions on how to achieve this, even if it's done via phpMyAdmin or something...
|
|
#10
|
||||
|
||||
|
without some experience in php and mysql you won't be able to do so.
well i can tell what was done on vb.org while it was splited from vb.com make a dump of all thread where forumid was hackforum id make a dump of all posts belonging to that threads inserting threads/posts into vb.org db set thread.postuserid and post.userid = 0 changing register.php when a user registers it updates the postuserid and post.user id of all posts where username = new username. that's the theory, now feel free to write the scripts around
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|