The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
if you edit the actual plugin in the admincp and make the changes to both instances (because he is using a if else conditional) it should work.
It appears it's in the HTML Code:
<title>Code replace</title> <hookname>parse_templates</hookname> --------------- Added [DATE]1326251138[/DATE] at [TIME]1326251138[/TIME] --------------- Code:
<vb:if condition="$forum[islastshown]"> <script> $("#scanudesc a[title]").tooltip({ position: "bottom right", effect: "slide" }); </script></vb:if><vb:else /> <script> $("#scanudesc a[title]").tooltip({ position: "bottom right", effect: "slide" }); </script> </vb:if> --------------- Added [DATE]1326251193[/DATE] at [TIME]1326251193[/TIME] --------------- Although its possible it won't work because the prototype code is called before the jQuery.... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|