Log in

View Full Version : For admins: display when options are customized


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">&nbsp; * 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...

vbenhancer
04-03-2012, 08:52 PM
btw if you have a custom admin theme, you can change the color inside the span style to help you see the word!