The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
I think the issue is that the mod uses popup menus, and they work differently in vb4. I can't explain exactly how it all works, but I played around with it and found that if I insert this code in the postbit template I can get a popup menu to work:
HTML Code:
<ul class="floatcontainer"> <li class="popupmenu"><a href="javascript://" class="popupctrl">My System</a> <ul class="popupbody popuphover"> <li>CPU:</li> <li>Mainboard:</li> <li>Mem:</li> </ul> </li> </ul> So hopefully you can change the mod in a similar way. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|