MyBB Community Forums

Full Version: Rich Text Editor Malfunctioning
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please help. I have tried everything that I can think of and cannot find a solution.
My rich text editor is malfunctioning. Anytime I try to paste something into the text box, it refuses to paste over. It appears for a split second and disappears shortly after. MentionMe is also not working.

I'm running 1.8.13, the website in question is http://www.eternal-rpg.com: http://eternal-rpg.com/newthread.php?fid=19 is a specific rich-text editor enabled forum (the rest are disabled so players/users at the site can write while I troubleshoot).

Test account information can be sent upon request.

Please give me an idea of where to look - I am lost, and cannot find a similar issue or solution anywhere.
(2018-01-23, 04:46 PM)kmriley Wrote: [ -> ]I'm running 1.8.13

No you're not:
<script type="text/javascript" src="http://eternal-rpg.com/jscripts/jquery.js?ver=1800"></script>
<script type="text/javascript" src="http://eternal-rpg.com/jscripts/jquery.plugins.min.js?ver=1800"></script>
<script type="text/javascript" src="http://eternal-rpg.com/jscripts/general.js?ver=1800"></script>

See this post:

https://community.mybb.com/thread-206896.html
Ah, thanks for pointing that out!
I fixed that manually in an old version of the theme but not the current one.

Unfortunately, even with clearing the cache, it did not fix the issue.

I'm not the only one who has had this issue before.

https://github.com/samclarke/SCEditor-MyBB/issues/53

Unfortunately, it went unresolved.

Any suggestion?

Edited to add: Saw you registered; gave you full access. Thank you for the help.
OK,

I think I've fixed it. Check if it's OK, and if every other thing is working as it was before.

What I've done (for other people with the same problem):

In the headerinclude template you had 2 jquery versions, the MyBB one:
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1813"></script>

And an old one included by your theme or by a plugin:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

I've just removed the old jquery line, and now the text I paste in the box stays there.
I just checked it and it's running seamlessly!
Thank you SO much!