PDA

View Full Version : If condition with hidden profile field


steven s
01-12-2005, 01:59 AM
I want to include this in the postbit template

<if condition="$post['field5']">
<div class="smallfont">Club Member</div></if>

Simply put if field5 is not empty show Club Member.
Problem is field5 is a hidden profile field.
This function works fine since I am the admin.
But I want everyone to be able to view it.

Andreas
01-12-2005, 02:13 AM
Should work, even if the field is hidden.

steven s
01-12-2005, 02:27 AM
It doesn't. :(
I have a test username that I use. It did not show up.
Only when I used my admin username it works.