Quote:
Originally Posted by Lynne
replace musername with just username and it won't have any markup.
|
Thanks for the reply!
The only musername I've found is in postbitlegacy:
Code:
<div class="postdetails">
<div class="userinfo">
<div class="username_container">
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
{vb:raw post.onlinestatus}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span>
</vb:if>
Changing it to <span class="username guest">{vb:raw post.username} doesn't change anything, though. Where am I going wrong?