Quote:
Originally Posted by stan111
in postbit legacy
search for this
Code:
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
just put this code like this
Code:
<div id="postmenu_$post[postid]" align="center">
|
Can you explain to me what you mean by "in postbit legacy"? Is that a PHP file that I'm supposed to look for? I'm not sure what it is that I have to edit.
Please forgive me but I'm new to vBulletin.