I cant get this to work in version 3.0.9 can anyone help?
I am assuming that this is the right bit of code:
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
$post[onlinestatus]
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
<if condition="$post['fieldx'] != '' ">
<font style="font-family:$post[field7]; color:$post[field6];">$post[musername]</font>
<else />
$post[musername]
</if>
also the part I have highlighted in red ( ummm green )does that need to be changed aswell?
|