Quote:
Originally Posted by BirdOPrey5
I made a custom user profile field in the Admin CP, User Profile Field Manager.
Make a single selection radio box.
Options:
Yes
No
Not required.
Then edit this plugin in Plugin Manager...
Put the ENTIRE code of the plugin inside a conditional like:
Code:
if ($vbulletin->userinfo['field5'] == "Yes")
{
// all original code here
}
where "field5" is whatever field number vbulletin assigns to your new field:
field5, field6, field7, whatever...
Note: Check carefully because the field number is not always the same as the display order- you don't care about the display order, just the field number.
|
BOP, thanks for the feedback! Is it easy to turn Envolve off and on? Looking at the user panel I can't see where there's an on/off button. Is there another way? What would probably work for me is to have it on before 8 AM and after 6 PM. That is when 95% of folks are at work in offices and are in front of computers.
Thanks again for your great feedback.