Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved Missing Default Editor on custom skin
#1
Not Solved
So we've built a webpage, but strangely enough our Mybb Editor (the Default one) isn't on the new skin. Its on the default skin, but not on the new skin, our skinner built.

Apparently the default code is there, but not the actual editor- when you go to editor the post, suggestions on how to fix this?

If we changed back to the default skin it shows up thought.

http://kingsvagabonds.ariarpg.com

We're using Mybb 1.6.10
#2
Not Solved
Navigate to ACP > Templates & Style> Themes> YOUR THEME> What does it say for Editor Style?
#3
Not Solved
It says 'Default' we have one that also reads '2007'.
#4
Not Solved
Add

{codebuttons} 


After

<textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>

In newthread and newreply templates.
#5
Not Solved
That's already there, in both those places.
#6
Not Solved
Try changing editor style from default to office 2007.
#7
Not Solved
Nope, no luck still. Its still not showing up.
#8
Not Solved
Reupload the codebuttons folder to .images/YOUR THEME from a fresh copy of MyBB.
#9
Not Solved
your forum is loading jQuery and it requires no conflict code

find where you had included jQuery - it is like below on your forum source
<head><script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script></head>

you can add no conflict code like below (immediately after the jQuery script)
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
<script type="text/javascript">jQuery.noConflict();</script>


Forum Jump:


Users browsing this thread: 1 Guest(s)