For admins: display when options are customized
by
04 Apr 2012
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): PHP Code:
$settingid = $setting['varname'];
JUST BELOW, ADD THIS LINE: PHP Code:
$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... |
Similar Mods
Administrative and Maintenance Tools Show Customized Options in adminCP | vBulletin 3.8 Add-ons |
Member Options viewable for Admins Only | vBulletin 2.x Full Releases |