The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help! Postbit username popup not working!
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:
|
#2
|
|||
|
|||
I think the part that activates the menu needs to be inside a tag that has the id being registered. Here part of the default postbit template:
Code:
<div id="postmenu_$post[postid]"> <if condition="$show['profile']"> <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> $post[onlinestatus] <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> <else /> $post[musername] </if> </div> It looks like you took out the <div id="postmenu_$post[postid]"> part. |
#3
|
|||
|
|||
thank you so much msn! that was the exact problem and now it works perfect
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|