Hope all goes well

Glad I could help, btw for future onlookers
the code needed to be changed from
HTML Code:
<script>
$("#scanudesc a[title]").tooltip({
position: "bottom right",
effect: "slide"
});
</script>
TO
HTML Code:
<script>
$.noConflict();
jQuery("#scanudesc a[title]").tooltip({
position: "bottom right",
effect: "slide"
});
</script>
--------------- Added [DATE]1326252531[/DATE] at [TIME]1326252531[/TIME] ---------------
Quote:
Originally Posted by HMBeaty
lol no kidding! I'm curious if that part of it even works like it should since the way the conditional is written is wrong
|
Apparently (at least on the forum in question) the script code was hard-coded into the
forumhome_forumbit_level2_post
template. but it is also inside the plugin but it was disabled.