Reserved for future use.
----------------------------------------------------------------
To block a profile field from showing up in the Automatic Dropdown:
Edit the plugin Dropdown - Automatic.
FIND:
PHP Code:
case '4':
break;
BETWEEN those lines, enter in the FieldID's #. For example, for field6, you would make the edit like so:
PHP Code:
case '4':
case '6':
break;
Repeat as needed. Keep in mind that if an update comes out for this mod, you'll have to make the edit again, so keep notes!