Wondering if anyone can point me in the right direction of fixing this, when i click on the members name it just goes to his member page instead of having the pop up come out!
I've done lots of customization but im always very careful and don't touch scripts or functions.
PHP Code:
<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]asd
</if>
Thank you!