MyBB Community Forums

Full Version: No Text Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Recently I've installed mybb 1.6.4 and there is no text editor while making new threads or replying, only basic text, no buttons like up here, for bolded, underlined text or font, all gone....

Any way to bring it back? Maybe I accidentally disabled it?
What's your forum URL? This is usually a conflict with jQuery, but you also could have disabled it in your User CP's options.
Did you disable it via the user CP? (edit options)
faviouz, can you give me your IP? for now forum is restricted only for my IP, secret projectBig Grin I will add you into htaccess, the option is not disabled in users CP unfortunately
hmm, tried to use this -> http://community.mybb.com/thread-102519....ext+editor

but my headerinclude looks like that:


<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>
{$newpmmsg}


I've ytied to replace different lines, but nothing help:/
thanks for help faviouzSmile