kadetvb, что то код маловат, у меня выглядит так
PHP код:
<div align="center">
<if condition="$show['profile']">
<if condition="$show['quickreply'] AND $vboptions[quickreply] == 1">
<if condition="$bbuserinfo[userid] == $post[userid] OR $post[userid] == 0">
<span class="bigusername">$post[musername]</span>
<else />
<a class="bigusername" href="javascript:insertnick('$post[nickname]','-1');" title="$vbphrase[kr_quick_quote_insertnick_title]">$post[musername]
</if>
<else />
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
</if>
<span id="postmenu_$post[postid]"><script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", false); </script></span>
<else />
<if condition="$show['quickreply']AND $vboptions[quickreply] == 1">
<if condition="$bbuserinfo[userid] == $post[userid] OR $post[userid] == 0">
<span class="bigusername">$post[musername]</span>
<else />
<a class="bigusername" href="javascript:insertnick('$post[nickname]','-1');" title="$vbphrase[kr_quick_quote_insertnick_title]">$post[musername]</a>
</if>
<else />
$post[musername]
</if>
</if>
</div>