MyBB Community Forums

Full Version: Jquery problem causing smileyes and editor to not work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

I added jquery and do a page zoom which works great. However the smileys on the left become unclickable and the editor dissapears in the editor... like the buttons are not visible anymore.

I would like to keep the page zoom it makes everything fit on everyone's screen just right automatically but these two features not working is definetely a problem.

Please help
Whats your code you used?
Oh thank God I resolved it! Smileyes and editor working fine! I came across another thread that mentions jquery conflicts with javascript in mybb.

<script type="text/javascript">
jQuery.noConflict();
</script>

before {$stylesheets}

(2013-07-10, 12:26 AM)JonathanP Wrote: [ -> ]Whats your code you used?

I'll make a tutorial Smile

Here is the tutorial Smile

http://community.mybb.com/thread-142267.html
I meant i wanted to see what was the problem with your code, but hey, ill check the tut out anyways.