2013-07-21, 03:51 PM
Pages: 1 2
2013-07-21, 04:00 PM
It gives me error:
Forbidden
You don't have permission to access /forum on this server.
2013-07-21, 04:36 PM
(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:
to:<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/editor.js?ver=1608"></script>
<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