The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
using yui to change the showthread
in 3.6.5 i used this code:
Code:
<script type="text/javascript" src="http://www.ragtek.org/yahoo/build/yahoo/yahoo.js"></script> <script type="text/javascript" src="http://www.ragtek.org/yahoo/build/event/event.js" ></script> <script type="text/javascript" src="http://www.ragtek.org/yahoo/build/dom/dom.js" ></script> <script type="text/javascript" src="http://www.ragtek.org/yahoo/build/container/container.js"></script> <link type="text/css" rel="stylesheet" href="http://www.ragtek.org/yahoo/build/container/assets/container.css"> <script> YAHOO.namespace("example.container"); </script> Code:
<script type="text/javascript"> var tooltipTargets = YAHOO.util.Dom.getElementsBy(fnTest, "a", document.body); YAHOO.example.container.tt = new YAHOO.widget.Tooltip("tt", { context: tooltipTargets } ); </script> Attachment 64775 what do i have to do to have it in 3.6.7 too? i'm asking because yui is already in vb includet in the new version so i don't wount a overload |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|