N Nanana New Member May 18, 2008 #1 I've been making some custom pages recently and I was wondering, is there any way that I can make them have specific usergroup permissions, like I would with a specific forum?
I've been making some custom pages recently and I was wondering, is there any way that I can make them have specific usergroup permissions, like I would with a specific forum?
H Hoxxy New Member May 18, 2008 #2 Try wrapping your link in this: Code: <if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"> YOUR LINK </if> And replace "1, 2, 3" with the usergroups want to show to.
Try wrapping your link in this: Code: <if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"> YOUR LINK </if> And replace "1, 2, 3" with the usergroups want to show to.