View Full Version : Viewable Only while logged in.
liberator
05-20-2008, 10:11 PM
How can I make something display for "logged In" users only. I want to show a link in the navbar saying Tags. Users should only see this when logged in. Please can someone give me the <if> condition needed to put around the Tags link.
Brian
05-21-2008, 02:40 PM
<if condition="!$show['guest']"> Code for members only here</if>
liberator
05-22-2008, 08:15 AM
Thank you Brian, that's perfect. Now I can also show ads to guests only.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.