PDA

View Full Version : Usergroup '<if condition="">'s?


toonysnn
21 Apr 2007, 02:08
Would a usergroup <if condition=" "> be like this?


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

If not, can someone lead me in the right direction?

Dismounted
21 Apr 2007, 02:47
is_member_of($vbulletin->userinfo, USERGROUPID)

Redlinemotorsports
21 Apr 2007, 02:51
To be a little more detailed and also checks the secondary usergroup, try this...


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

toonysnn
21 Apr 2007, 03:01
Ah. Thanks!