MyBB Community Forums

Full Version: [IcyBoards] Issues with Post Icons and Smilies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yes hello I am having some issues with the Rush theme I can not use any smilies and post icons etc is there a possible way to fix the issue here is a screen shot

http://prntscr.com/b9mmeu

My Site link: http://sc4defined.icyboards.net

If anyone can tell me how to fix it and what code to use and were to put it please let me know thanks.
It looks like the "gravity" javascript code in your template is throwing some errors and is probably affecting he javascript used by the smilies.
Can it be fixed and how ?
If you don't know what it's for, try removing it. It most certainly is not part of MyBB's default theme.

<script type="text/javascript">
$(function() {
$("a").tipsy({gravity: $.fn.tipsy.autoNS, fade: true});
$("title").tipsy({gravity: $.fn.tipsy.autoNS, fade: true});
$("img").tipsy({gravity: $.fn.tipsy.autoNS, fade: true});
$("i").tipsy({gravity: $.fn.tipsy.autoNS, fade: true});
$("span").tipsy({gravity: $.fn.tipsy.autoNS, fade: true});
$("div").tipsy({gravity: $.fn.tipsy.autoNS, fade: true});
});
</script>
Okay and were will this be located in the admin cp ?
Try the headerinclude template.
okay that worked thanks sporks Smile