vbenhancer
04-02-2012, 10:00 PM
To enable the feature to display when an option is customized in your adminCP, here is the HowTo:
open the file located here:
/includes/adminfunctions_options.php
FIND (line 68 on original file):
$settingid = $setting['varname'];
JUST BELOW, ADD THIS LINE:
$settingphrase["setting_$setting[varname]_title"] .= ($setting['value'] != $setting['defaultvalue']) ? '<span style="font-weight:bold; color:orange"> * customized</span>' : '';
THAT'S ALL! save in place, and that will do it, like on the screenshot!
This is a How-To for vB 3.7+ to 4.x...
open the file located here:
/includes/adminfunctions_options.php
FIND (line 68 on original file):
$settingid = $setting['varname'];
JUST BELOW, ADD THIS LINE:
$settingphrase["setting_$setting[varname]_title"] .= ($setting['value'] != $setting['defaultvalue']) ? '<span style="font-weight:bold; color:orange"> * customized</span>' : '';
THAT'S ALL! save in place, and that will do it, like on the screenshot!
This is a How-To for vB 3.7+ to 4.x...