Backup and restore vBulletin Options

Discussion in 'vBulletin Discussions' started by Dan Hutter, Aug 26, 2012.

  1. Dan Hutter

    Dan Hutter aka Big Dan

    Joined:
    Jul 20, 2006
    Messages:
    1,412
    Likes Received:
    515
    Location:
    New York
    I just found this little pearl from a recent thread at vB.com

    Enable to debug mode on your forum by adding

    Code:
    $config['Misc']['debug'] = true;  
    at the top of config.php

    When you go to vBulletin Options you have the option of downloading or restoring an XML of all your settings. This is awesome and will save me a lot of time when setting up test installs. I may just make a 'master' options file.

    settigns1.PNG settings2.PNG
     
  2. DaUnknownAdm!n

    DaUnknownAdm!n Regular Member

    Joined:
    Mar 5, 2010
    Messages:
    254
    Likes Received:
    97
    Location:
    Brooklyn, New York
    Nice Tip, will keep this in mind.
     

Share This Page