MyBB Community Forums

Full Version: Smilies are not clickable now
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Suddenly Smilies of my forum become not clickable Sad , there weren't a problem with smilies recently.

What to do ?

Forum link is in my sig.
By the looks of things your loading jQuery in your header template.

AdminCP -> Templates & Style -> Templates -> Your Theme's Templates -> Header Templates -> header

Find:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

Replace with:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
Oh thank you vernier, I just deleted

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

I recently added it for a scrolling icon mod support. I just forgot about it.