Dunno if someone knows the answer to this, but for some reason in my right_column template, $show['member'] always evaluates to false.... i am showing a login box on the right column, and it is always there.... regardless of being logged in or not.
In addition, none of the other variables needed are being populated.
This is code I want to use
Code:
<if condition="$show['member']">
<td class="alt2" valign="top">
<div class="smallfont">
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
<if condition="$show['pmwarning']"><br /><strong><phrase 1="$pmpercent">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
</div> </td>
<else />
blah
</if>
Anyone have any ideas?