MyBB Community Forums

Full Version: Missing bits
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Howdy

See when you start a new topic you B I U and so on well i do not have any off that on my forum and i was wondering how i could get it back again.


This is what i have when i start a new topic

http://i765.photobucket.com/albums/xx300...tihave.png


And this is what i should have

http://i765.photobucket.com/albums/xx300...ingfor.png


And also my shout box has stopped working it just keeps saying loading......

The thing is it was working and it just stopped Confused
it is a jQuery script conflict with myBB prototype script ; AND most probably you have
jQuery script loading code at headerinclude template ( under ungrouped templates )

find below in headerinclude template
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>

add below code after the above & save the template
<script type="text/javascript">jQuery.noConflict();</script>
Thank you now the Chat box is working.

But the other part is not working still Confused
if you change the theme to default then does the editor appear normal ?
if so, there is another load of jQuery script for your active theme which needs to be checked ...
Some how in the Themes settings in the ACP there is no default theme but i never removed it.