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.
<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.