vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Upgrading to 3.5 (https://vborg.vbsupport.ru/showthread.php?t=94295)

Romeos Tune 08-14-2005 06:02 PM

Upgrading to 3.5
 
Hey Guys,

I am going to go to 3.5 when it is released. I'm wanting to start over completely and lose every single hack and re-install. Is there something or someone that could show me how to do this without deleting my userbase or all my posts and counts?

sajjid 08-14-2005 08:19 PM

i have the same problem but already upgraded to 3.5 now in my admincp there are options which are no longer in use like warning hack.
i hope someone here releases a script soon which will just pull out the needed data without the modifications.

Marco van Herwaarden 08-15-2005 11:04 AM

The way to start fresh without ALL hack data, is to use ImpEx to create a copy of your 3.0 board before upgrading to 3.5.

Kirk Y 08-15-2005 10:40 PM

Quote:

Originally Posted by sajjid
i have the same problem but already upgraded to 3.5 now in my admincp there are options which are no longer in use like warning hack.
i hope someone here releases a script soon which will just pull out the needed data without the modifications.

Use ImpEx as Marco suggested or you could manually remove the items in your vBulletin Options by putting your board into debug mode.

Just place the following code anywhere in your config.php file; located in your includes folder. Then go into your AdminCP -> vBulletin Options. Double-click whatever Option Group you wish to remove, when the new page loads click on Delete.

Code:

$config['Misc']['debug'] = 1;
Be sure you remove the code from config.php when you're done... or you could set the 1 in the code to a 0.

sajjid 08-16-2005 06:01 PM

Quote:

Originally Posted by acidburn0520
Use ImpEx as Marco suggested or you could manually remove the items in your vBulletin Options by putting your board into debug mode.

Just place the following code anywhere in your config.php file; located in your includes folder. Then go into your AdminCP -> vBulletin Options. Double-click whatever Option Group you wish to remove, when the new page loads click on Delete.

Code:

$config['Misc']['debug'] = 1;
Be sure you remove the code from config.php when you're done... or you could set the 1 in the code to a 0.

great it worked thanks alot


All times are GMT. The time now is 03:03 PM.

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.01019 seconds
  • Memory Usage 1,721KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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