MyBB Community Forums

Full Version: Post toolbox not showing?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
You know when you are writing a new reply, not the fast reply but when you click on the button and the toolbox where you select the font, size and other stuff is gone. How can I put it back?
It's probably a Javascript error. Can you post your url again and also provide a test account, please?
Screenshot and URL to your forum please?

If this is what I'm thinking, jQuery is conflicting with MyBB's JavaScripts, in which case you need to use noConflict() in your code.
Test Username: Test
Test Password: testtest

[Image: 7E8nZ.png]
Your forum (http://mkgaming.net/) is still running MyBB 1.4, which is no longer supported. You need to upgrade to MyBB 1.6.

http://blog.mybb.com/2011/03/28/mybb-1-4...ouncement/
I downloaded the MyBB 1.6 version, not 1.4 Sad
MyBB Version 1.6.3

This is what it says in the admin panel!
Oh, now I understand. My apologies.

You're using a 1.4 theme, but the files and the database is 1.6. You can't use these themes anymore, unless you update their templates as well. Go to Admin CP > Templates & Style > Find Updated Templates. In each returned template, you need to click on Options and select Revert to Original.
Can you check {$codebuttons} is in the newreply and newthread templates?

If it's not, add it just after <textarea id="message" name="message" rows="20" cols="70" tabindex="2" >{$message}</textarea>
<textarea id="message" name="message" rows="20" cols="70" tabindex="2" >{$message}</textarea>
{$codebuttons}

That's what I have Smile
Can you run the Find Updated Templates tool as I described in my previous post?

http://community.mybb.com/thread-96380-p...#pid705100
Pages: 1 2 3