PDA

View Full Version : How do I add a setting to vb options?


Mutt
03-18-2009, 08:10 PM
How do I add a setting to vb options? I know vb2 had an easy way to do it right from the admincp. you just had to enable it. how do i enable it on 3.81?

I just did an upgrade and there are old settings from previous mods that I want to delete.

thanks in advance

nexialys
03-18-2009, 08:37 PM
go in your includes/config.php file, and ADD this below the <?php

# If you want to activate the debug in the adminCP for development:
# if(VB_AREA == 'AdminCP') $config['Misc']['debug'] = TRUE;
# if you want to disable the hooks system with all the products:
# define('DISABLE_HOOKS', true);

delete the # in front of the line you need.

Mutt
03-19-2009, 12:56 AM
thanks so much