Your Idea is great, Now I did modify the code, Thanks for the IDEA.. but your code is right now making it enable for the usergroups below:
1 Unregistered / Not Logged In
2 Registered Users
3 Users Awaiting Email Confirmation
I hope you are aware of it, I am using the code below, a bit different and "
ONLY VISIBLE FOR, 5 Super Moderators,
6 Administator, 7 Moderators, 2 Registered Users..
My codes are like this:
For vBulletin 4.x:
Code:
<vb:if condition="is_member_of($vbulletin->userinfo,5,6,7,2)">
PAST THE CODE HERE
</vb:if>
For vBulletin 3.x:
Code:
<if condition="is_member_of($vbulletin->userinfo,2,5,6,7)">
PAST THE CODE HERE
</if>
Good Luck