vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Backin' up... (https://vborg.vbsupport.ru/showthread.php?t=153857)

Dorign 07-31-2007 02:40 AM

Backin' up...
 
Okay, so my old forum had lots of posts. It died.
However, I had a backup, of just the posts only.

I have uploaded all of the old posts to a table in the same table my current forum I'm in.

What I'm wanting is, an archive forum, something just like a regular forum.. however, this forum will point to the table that all of the old posts are in.

Is there ANY way possible to get these backup posts in a certain forum? Even if it needs subforums?

Please help!

Any von?

Bump?

Eikinskjaldi 08-01-2007 12:33 PM

Well, you need threads first.

So, assuming you do not mind every post in a single thread, create the thread in a forum, then run

"update post set threadid=newthreadid"

and then rebuild your forum counters.

Marco van Herwaarden 08-01-2007 12:52 PM

Run that query will make all posts (including any already existing posts) on your board be assigned to a single thread, doubt that is what you want.

But when making a backup you should always backup the whole database, you can not restore just from a single table (you don't have the users that made those posts, not the threads or even the forums where they belong, and a lot more info missing).


All times are GMT. The time now is 01:37 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.01015 seconds
  • Memory Usage 1,708KB
  • 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
  • (3)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