Quote:
Originally Posted by kether1
Hi Kevin,
Sorry, I just saw your request. You would just need to add the following code after what I tell you to look for in the download.
The user groups are noted by number.
Code:
<if condition="is_member_of($vbulletin->useinfo, 1)"></if>
This will check for secondary and primary groups in case you have both.
Please mark installed.
Thanks,
K
|
Hi mate... Thanks for the reply... I just tried what you said...
but it still shows.. I exempt Admins (ID 6) so that they cannot see ... lol but they still see?
Here is what I did:
Code:
<if condition="is_member_of($vbulletin->useinfo, 6)"></if>
Later I realised .. it may just show to ID 6 usergroup... but it is still showing it to all the groups..?