PDA

View Full Version : how to display only to certain user


control1110
11-07-2007, 02:31 PM
I know the code to display code to a usergroup is
<if condition="is_member_of($bbuserinfo, x)"></if>

but what is the code to display only to a one userid?

Peter85
11-07-2007, 08:10 PM
Havnt tested myself but i think

<if condition="$bbuserinfo['userid'] == x"></if>

should do the trick.