MyBB Community Forums

Full Version: Smilies don't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The issue is very simple: Clicking on smilies, they don't work. Disabling all plugins, it's the same Undecided
Could you provide your forum URL and a temporary testing account? Smile
Username: test
Password: 123456
Forum URL? Smile
Try this:

Navigate to:
AdminCP -> Templates & Style -> Templates -> Your Theme's Templates -> Ungrouped Template -> headerinclude

Find:
<script src="http://code.jquery.com/jquery-latest.js"></script>

Replace with:
<script src="http://code.jquery.com/jquery-latest.js"></script>  
<script type="text/javascript">jQuery.noConflict();</script>
Thank you so much Smile It's okay now Smile