cowcowcow
05-28-2011, 01:50 AM
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.
<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! :)
I've done lots of customization but im always very careful and don't touch scripts or functions.
<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! :)