Quote:
Originally Posted by Dismounted
To do this, edit the plugin 'Set Enabled/Disabled' and replace the whole plugin with:
PHP Code:
global $vbulletin, $sig_shown;
$field = 'field' . $vbulletin->options['signature_only_shown_once_field']; if (!isset($sig_shown[$post['userid']]) OR $vbulletin->userinfo[$field] != 'Yes') { $firstsig = 0; if ($post['signature']) { if ($vbulletin->userinfo[$field] == 'Yes' OR $vbulletin->userinfo[$field] == '') { $sig_shown[$post['userid']] = 1; } } } else { $firstsig = 1; }
Then edit the custom field and put 'Yes' as the top option.
|
Thank you so very much. That was easy enough. What if I remove the answer NO will that keep them from Selecting NO?
Well I tried it and it worked. So I guess that if you install with this modification then you can set it so the members can only select yes and this way keep them from displaying the sig in each reply. I know there is a add on to do this but I rather have the control like this incase I decide to allow some to use it