I'd like to disable user ranks for certain usergroups (admin, forum bot, etc) but I can only find a way to show ranks for ALL groups or only 1 group. There's no way to pick and choose which groups the ranks apply to. If this isn't built in is there a way I can add an IF conditional in the templates to hide it for certain usergroups? I couldn't find a plugin for a more granular ranks manager on the .org site either.
Disable Rank Icons for certain Usergroups?
Collapse
X
-
If you want an IF statement that only applies to certain usergroups you could use:
Code:<vb:if condition="is_member_of($vbulletin->userinfo, 1, 2, 3, 4)"></vb:if>
-
Comment
-
vBulletin 4 doesnt support such an option and you may ask at www.vbulletin.org for such a modification as this could not be done that easy.No private support, only PM me when I ask for it. Support in the forums only.Comment
-
vBulletin 4 doesnt support such an option and you may ask at www.vbulletin.org for such a modification as this could not be done that easy.Comment
-
Comment
Related Topics
Collapse
-
by ulverI’m clearly an idiot because I can’t seem to figure out something as simple as giving user groups badges. Basically what I want to do is be able to assign a badge to a user group so everyone can...
-
Channel: vB Cloud Support & Troubleshooting.
Tue 5 Jan '16, 1:29pm -
Comment