Back to vBulletin Tips & Tricks

For admins: display when options are customized
by vbenhancer 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">&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...
Attached Thumbnails
Click image for larger version
Name:	nex_customized_option_tag.jpg
Views:	71
Size:	17.7 KB
ID:	137531  

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

vblts.ru supports vBulletin®, 2022-2024