MyBB Community Forums

Full Version: DVZ shoutbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
so in the end the code looks like:

<script src="images/dark1.8/jquery-ui.js"></script>
<script>
jQuery(function($)) {
$( document ).tooltip();
});
</script>
If that is what its supposed to look like, that didn't work, I also tried it with a lowercase Q.
^ oh! there was a mistake. please change jQuery(function($)) to jQuery(function($) [i.e. no ) at the end]
if it doesn't help then you may PM me temporary access to admin panel
You did fix it. Could you please tell me how?
^ dvz_shoutbox plugin has a javascript file. it is missing from jscripts folder. you have to upload it.
And you can remove inline javascript added at the bottom of headerinclude template. it has a comment to help.
Pages: 1 2