Quote:
Originally Posted by SS9267547
dilbert: No I havn't figured a way with that. If someone does they can let me know lol.
bada_bing: Instead of this:
PHP Code:
<if condition="$vbulletin->userinfo['usergroupid'] == '5,6,7,11,12,16'">
Use this option, think it works lol:
PHP Code:
<if condition="$vbulletin->userinfo['usergroupid'] == '5' OR $vbulletin->userinfo['usergroupid'] == '6' OR $vbulletin->userinfo['usergroupid'] == '7'">
|
Awe this worked thank you... Now one more question.. What happens if in the past few days that the option was showing up in the usercp a member disabled the crosslinking and now I have removed that usergroup from seeing the crosslinking option in the usercp what would happen? Does the feature remain on or off?