The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
using tables on vb4, how? :(
i have been trying to make this modification work on vbulletin4 but its imposible, i dont know how vbulletin4 uses tables
an example: Code:
<!--Here the table starts--> <div class="vbmenu_popup" id="sysinfo_$post[postid]_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <td class="thead">Title of the Table</td> <tr><td class="vbmenu_option">Something under</td></tr> </table> </div> thank you very much mod |
#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. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|