At the bottom of the code I think I seen a typo. Should the
a be in this code? I removed if from mine and when you click on the user name in post bit legacy the pop up does not show the a in it anymore.
Quote:
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></td></tr>
</if>a
$template_hook[postbit_user_popup]
</table>
</div>
<!-- / post $post[postid] popup menu -->
|