MyBB Community Forums

Full Version: Text Editor Missing and Smilies Missing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This is the bane of my existing in trying to get my site up and running.  I used to have an issue with the editor buttons missing and the smilies "get more" not working.  After re-installing a fresh site and using nothing but 1.8 compatible plugins, same problem just more extreme.  Now the smilies are totally missing and the editor. Everything was working fine and I just made some changes to postbit styling, and css files and poof it was gone.  I was doing nothing with plugins at the time, and in fact had not installed ANY new plugins all day.  The only changes I made to the editor was to install the spoiler code, but I did that three days ago, and it was working fine.  I only have two templates installed default and revolution and it is happening in both.  Including a screenshot and my headerinclude file.  Please help, this is an ongoing issue for some reason.

<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" />
<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css' />
<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->asset_url}/jscripts/jquery.js?ver=1800"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1800"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1800"></script>
<script type="text/javascript" src="images/revolution/jquery-ui.js"></script>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
 <script type="text/javascript" src="{$mybb->asset_url}/jscripts/mood.js?ver=1800"></script>{$stylesheets}{$myprofile_headerinclude}
<script type="text/javascript">
 
<!--
 lang.unknown_error = "{$lang->unknown_error}";

 lang.select2_match = "{$lang->select2_match}";
 lang.select2_matches = "{$lang->select2_matches}";
 lang.select2_nomatches = "{$lang->select2_nomatches}";
 lang.select2_inputtooshort_single = "{$lang->select2_inputtooshort_single}";
 lang.select2_inputtooshort_plural = "{$lang->select2_inputtooshort_plural}";
 lang.select2_inputtoolong_single = "{$lang->select2_inputtoolong_single}";
 lang.select2_inputtoolong_plural = "{$lang->select2_inputtoolong_plural}";
 lang.select2_selectiontoobig_single = "{$lang->select2_selectiontoobig_single}";
 lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}";
 lang.select2_loadmore = "{$lang->select2_loadmore}";
 lang.select2_searching = "{$lang->select2_searching}";

 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 rootpath = "{$mybb->settings['bburl']}";
 var imagepath = "{$theme['imgdir']}";
   var yes_confirm = "{$lang->yes}";
 var no_confirm = "{$lang->no}";
 var MyBBEditor = null;
 var spinner_image = "{$theme['imgdir']}/spinner.gif";
 var spinner = "<img src='" + spinner_image +"' alt='' />";
// -->
  
</script>

[attachment=33392]
Change the theme. This mean your theme got crashed due to error in editing. Otherwise upgrade the site again
(2014-12-30, 04:30 PM)freeeducation365 Wrote: [ -> ]Change the theme. This mean your theme got crashed due to error in editing. Otherwise upgrade the site again

All I did was add some fields to the postbit and changed the text size in the the author info. I can't imagine that would have anything to do with the reply template, which I did not touch. I did not do ANY changes to the default template or theme and it is having the same issue.
if you are using cloudflare then turn on development mode and check if editor works on revolution theme
I am using cloudfare. I went and turned on development mode. Still doesn't work on the browser I was using (Firefox). Out of curiosity went to Chrome and it is working there. Don't know if it was before the cloudfare thing so something is definitely awry somewhere. I cleaned my cache in Firefox, still nothing.

Well found another wrinkle. It only happens on user basis. My "test account" has the ability to see smilies and and editor, but no other account does. Including my admin account. Looked at settings in both accounts and they look similar. Could this be settings on a per user theme basis. Test account is using the same default theme.

And yet another wrinkle. Even my account sees the smilies and editor in ucp when editing signatures. Just not showing on post replies.

Yet more info to get the right help. Created a new user, and it works for them. I could create a new user account and give admin permission, but doesn't the system require that member id #1 is the super admin. Hopefully the additional info helps to get an answer.
Please, is there any help on this issue? Really want to launch my site within the week.
I would like to help you; but its not really clear what the issue is. It could be as simple as the registration template missing required fields (I suspect that is the case) and so those users who registered on the default theme are not getting the expected settings.

It could be that when you edited the postbit you failed to close a tag... it can be lots of things.
I'm having a similar issue.. as the admin I cannot see any of the codes (bold, underline, etc.), smilies, post icons, quick edit, among others. I'm using a theme made for v1.8 too..
Have you checked that in your usercp you have ticked yes to showing the editor?

In Edit Options > Other Options > Show the MyCode formatting options on the posting pages. Make sure that is ticked.
Yes, it is selected.
Pages: 1 2