MyBB Community Forums

Full Version: new thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In new thread/new PM
bold, italic, underline colour choose option are not available
http://gyazo.com/7d845e44c2cb73b5b4c9787c467f5d83

how can i fix it
http://gyazo.com/1d5f8f0d4522e31beb0ae3fb7bcee11e
There's probably something wrong with your theme, are you sure you installed it properly?
What's your forum's URL? it may be jQuery conflict issue.
still i did not install my forum..
so please tell me i will try manually
(2012-06-23, 05:20 PM)Yaldaram Wrote: [ -> ]What's your forum's URL? it may be jQuery conflict issue.
(2012-06-23, 05:20 PM)Akash Wrote: [ -> ]still i did not install my forum..
so please tell me i will try manually
Are you running jQuery somewhere in website? If yes then add the following code just after that line where you've ran jQuery code;
<script type="text/javascript">jQuery.noConflict();</script>
Thanks man now its work Smile