MyBB Community Forums

Full Version: MyBB Smilies Not Clickable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
when i try clicking the smilies on my forum the cursor does not change to the one you get when you hover over any other link.
The smilies aren't working for any member.

How can i fix this?
I've tried searching but find nothing,
I tried replacing the /jscripts/editor.js with a fresh one (from the same mybb version)
Found out that <script> tags in the header are stopping them from working.
How can i have both?
Narrowed it down a bit more its this one
<script  src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"  type="text/javascript"></script>
Wtf is this one for? lol
Alright now i can click one smiley but if I click it twice it doesn't add 2 smileys :\
OK, Have you tried this?
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> 

or

<script type="text/javascript" 
jQuery.noConflict();
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> 
(2010-11-09, 06:16 AM)LowPriceBargains Wrote: [ -> ]Narrowed it down a bit more its this one
<script  src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"  type="text/javascript"></script>
Wtf is this one for? lol

Considering the fact jQuery isn't even used in MyBB, either you've added it or your theme has.
Alright thanks guys.
When i removed that one and some others i found it all to be working fine, thanks