ExpertPixels.com
Well-known member
Last question for today... SORRY lol... got stuck right into XF tonight and well i started playing with conditionals and now i can stop 
So i am wondering how do i find a / the usergroup id number of usergroups ?
basically i am trying to display a section in the sidebar to only certain groups (groups that have upgraded accounts) i believe these would be called "Secondary User Groups" ideally i would like admins, mods and upgraded members to be able to see a extra block in the sidebar.. so far i have it working but am struggling with usergroup id's :S
Again, Thanks in advanced for any help on this topic, ive searched the forums high and low trying to work out how to find a usergroup id number and even the xf backend (i thought hovering over a usergroup would at least show a "?=4" or some indication of the id number.
Cheers for any help here.
Regards, Darren

So i am wondering how do i find a / the usergroup id number of usergroups ?
basically i am trying to display a section in the sidebar to only certain groups (groups that have upgraded accounts) i believe these would be called "Secondary User Groups" ideally i would like admins, mods and upgraded members to be able to see a extra block in the sidebar.. so far i have it working but am struggling with usergroup id's :S
Code:
<xen:if is="{xen:helper ismemberof, $visitor, 2}">
<div class="custom-div">Want to Display this to certain usergroups</div></xen:if>
Again, Thanks in advanced for any help on this topic, ive searched the forums high and low trying to work out how to find a usergroup id number and even the xf backend (i thought hovering over a usergroup would at least show a "?=4" or some indication of the id number.
Cheers for any help here.
Regards, Darren