The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
What is causing your issue is that you are running the tooltip mod. You just need to change the code for the jQuery to use noconflict
In your tooltip mod code change it to HTML Code:
<script> $.noConflict(); jQuery("#scanudesc a[title]").tooltip({ position: "bottom right", effect: "slide" }); </script> EDIT whats weird is the jQuery tooltip code is embedded and called for every forum you have. Bad coding. It should have been called in the head due to it not having dynamic content. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|