Log in

View Full Version : Column only visible by guests


Wizardjv
03-25-2008, 12:58 AM
I was wondering if its possible to add collumn where only guest can see it..Ive been toying wiht conditionals but cant seem to get ti to work... Would greatly appreciate it if could

Lynne
03-25-2008, 02:36 AM
I think you can go:
<if condition="$show['guest']">
Stuff for Guests only
</if>

nevetS
03-25-2008, 03:58 AM
Yep, that's it. I would add that you have to make sure that you account for the column in the header and the data columns as well.