I have read through all this thread, i think. Over a couple of days.
Could someone please post how to add conditionals in the block templates.
Where to edit, and what to include?
This one works.
Code:
<if condition="$bbuserinfo[userid] == X">
I have tried just a very simple conditional in my template, but it simply doesnt show.
Code:
<if condition="$show['member']">You're a member!</if>
What can possibly be wrong with such a simple statement which is obviously global?
Your help is appreciated.
EDIT: I think i found it, but the $show[member] would be better.
Code:
<if condition="!is_member_of($bbuserinfo, X)">