vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Any Way to Merge forums??? (https://vborg.vbsupport.ru/showthread.php?t=40101)

MrBojangle1 06-21-2002 03:03 AM

Any Way to Merge forums???
 
OK well I have a good forum but I want to merge with a friends that is doin equily well i want to know how to merge them both. Is there any way????

Steve Machol 06-21-2002 03:07 AM

If you mean two vB forums, the answer is no. There is currently no way to import one vB into another.

MrBojangle1 06-21-2002 03:16 AM

darn ok then thanks

FleaBag 06-21-2002 10:18 AM

You could always install phpBB on your server, import vB1 [yours] to phpBB, and then import the phpBB into vB2 [your friends]. :)

Xenon 06-21-2002 04:29 PM

you can make it with a few db-querys:

if you have the same usergroupids then you can mak the "fast" way.

lets say the board which would become bigger has 2000 users (highest userid lets say 2499)

run this query in the exporter DB:
[SQL]UPDATE user SET userid=userid+2500[/sql]
[SQL]UPDATE userfield SET userid=userid+2500[/sql]

lets say the importing board has the highest forumid=10

in the exporter db run
[SQL]UPDATE forum SET forumid=forumid+10[/SQL]


lets say the importing board has 20000 threads (highest id=20000)
[SQL]UPDATE thread SET threadid=threadid+20000, postuserid=postuserid+2500[/SQL]
[SQL]UPDATE thread SET forumid=forumid+10[/SQL]

and to the posttable with highest postid=100000
[SQL]UPDATE post SET postid=postid+100000, threadid=threadid+20000, userid=userid+2500[/SQL]

then make a dump of the tables user, userfield,post, thread and forum and then upload it to the other db.

this must work, but be careful

MrBojangle1 06-21-2002 06:57 PM

whoa thanks I MIGHT go with the phpboard idea sounds safer

MrBojangle1 06-23-2002 02:52 AM

heh how would you dump a vbulletin to a phpbb???


All times are GMT. The time now is 08:06 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01063 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete