MyBB Community Forums

Full Version: How do I fix the Message Editor?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There is supposed to be a message editor were the Font and Text Size thing is but it is not there.

[Image: 64ac01a925060939c8ab337321d46ec3.png]

Theme- Unova by Audentio
My Website- http://thespeedyfeed.com/

Thanks.

Nvm it's working now I guess it fixed itself lol
ok never mind it's happening again Sad how do I fix this?

Thanks.
you are using cloudflare. you have to disable rocketloader for your forum.
(2013-04-01, 11:48 AM).m. Wrote: [ -> ]you are using cloudflare. you have to disable rocketloader for your forum.
Ok thanks I fixed it Smile
Hi I have the same issue but am not using RocketLoader or CloudFlare

The headerinclude template file for the theme I am using (Default) is as below

<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" /><link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" /><meta http-equiv="Content-Type" content="text/html; charset={$charset}" /><meta http-equiv="Content-Script-Type" content="text/javascript" /><script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script><script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script><script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>{$stylesheets}<script type="text/javascript"><!--	var cookieDomain = "{$mybb->settings['cookiedomain']}";	var cookiePath = "{$mybb->settings['cookiepath']}";	var cookiePrefix = "{$mybb->settings['cookieprefix']}";	var deleteevent_confirm = "{$lang->deleteevent_confirm}";	var removeattach_confirm = "{$lang->removeattach_confirm}";	var loading_text = '{$lang->ajax_loading}';	var saving_changes = '{$lang->saving_changes}';	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";	var my_post_key = "{$mybb->post_code}";	var imagepath = "{$theme['imgdir']}";// --></script><script type="text/javascript" src="jscripts/thx.js"></script>{$newpmmsg}<script type="text/javascript" language="javascript">jQuery.noConflict();</script>
@ArchPrime,

It is because, you have jQuery in some other template. I don't see jQuery in your headerinclde template.

What is your forum URL?