MyBB Community Forums

Full Version: BBCode Bar Missing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
http://www.talk-of-the-tyne.co.uk/forum

the one in the OP is a .htaccess redirect to that one, don't know what's went wrong there sorry
It gives me error:

Forbidden

You don't have permission to access /forum on this server.
(2013-07-21, 02:18 PM)Destroy666 Wrote: [ -> ]
(2013-07-21, 01:54 PM)omenator Wrote: [ -> ]Thanks, but that didn't make a difference, still not showing up (refreshed and cleaned cache)

You didn't change it to my version, it's still the old.

https://docs.google.com/file/d/0B6pgReiH...p=drivesdk

Compare the Firebug code on screenshot to the one in 1st post, then to my on pastebin. jQuery and noConflict are still over Prototype and the versions are 1400 while I changed them to newer.

EDIT: From your codes in PMs I see the issue. You didn't mention you played around with TinyMCE plugin (no idea which one) - newreply, newthread and editpost contain the {$tinymce} variable. Make sure you uninstalled/deactivated the plugin correctly in Configuration -> Plugins.

Also in codebuttons replace:
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/editor.js?ver=1608"></script>
to:
<script type="text/javascript" src="jscripts/editor.js?ver=1609"></script>

Removed the tinymce variables (removed the actual plugin a while back)

replaced the codebuttons script and still hasn't resolved the problem

Also uploaded the editor.js from a fresh MyBB download as well

Fixed thanks for @Destroy666
Pages: 1 2