PDA

View Full Version : Can Any Link be Shown any User Group ?


ckusmez
03-26-2008, 03:48 PM
Hi

i want to show the link <a href="/forum/f2006/"> some usergroups. For example user id 5,6,22. I Know i have to change $show['modcplink']

It's the whole code. Is there any body to help me ?

<if condition="$show['modcplink']"><a href="/forum/f2006/"><font color="#ff0000"><b>$vbphrase[yonetim_paneli]</b></font></a> - </if>

Michael Biddle
03-28-2008, 04:25 AM
Try this:

<if condition="is_member_of($vbulletin->userinfo, 5,6,22)">What you want to show here</if>