MyBB Community Forums

Full Version: BB Codes Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
That's because it matches against the latest MyBB editor.js file from the SDK, that's normal because they haven't updated their file in the SDK for 1.6.8.
(2012-10-14, 09:19 PM)bayu Wrote: [ -> ]its works for me.... thx mybb support team love u guys always helpfull

1- first make sure header include template not changed... if changed please revert to original
2- if do not works please download and do this step ne http://community.mybb.com/thread-127322-...#pid922533
3- if second step still not works ( it happened to me in second step all editor buttons gone ), please revert codebutton template to original

violaaa

This actually fixed the issue for me. Thank you Smile I appreciate it.
Thanks for the fix, works great Smile
Read your thread
renamed editor.js OLDeditor.js
uploaded editor.zip and unpacked it
changed ver 1600 to ver1608
only.... it didn't seem to have worked...

Checked that all instances of "itemType" were now "element Type"...
they were, but it still didn't work...

Came back and read on... and there it was, the magic formula....

[undefined=undefined]"don't forget to clear your cache"[/undefined]

Did, and IT WORKED!
Strangest thing though... it doesn't work on here!
I just tried and the ugly old [undefined=undefined]"came up"[/undefined] while on my boards I have a beautiful, great, big

Hurrah!

odd!
(2012-10-31, 08:45 PM)ToniM Wrote: [ -> ]Read your thread
renamed editor.js OLDeditor.js
uploaded editor.zip and unpacked it
changed ver 1600 to ver1608
only.... it didn't seem to have worked...

Checked that all instances of "itemType" were now "element Type"...
they were, but it still didn't work...

Came back and read on... and there it was, the magic formula....

[undefined=undefined]"don't forget to clear your cache"[/undefined]

Did, and IT WORKED!
Strangest thing though... it doesn't work on here!
I just tried and the ugly old [undefined=undefined]"came up"[/undefined] while on my boards I have a beautiful, great, big

Hurrah!

odd!
Because the community forums has not applied the fix yet.
(2012-10-15, 09:40 AM)Axxis Wrote: [ -> ]manual change:

1. open your original editor.js
2. search for all Lines (multiple times) with "itemType"
3. replace "itemType" with "elementType"

Example:
old: dropdown.itemType = options.type;
new: dropdown.elementType = options.type;

and now:
AdminCP -> Templates & Style -> Templates -> Your Theme's Templates -> Ungrouped Templates -> codebuttons

Replace:
<script type="text/javascript" src="jscripts/editor.js?ver=1600">
with:
<script type="text/javascript" src="jscripts/editor.js?ver=1608">

DonĀ“t forget to clear your browser-cache and start your browser again after this action!

works fine for me Wink
Thank you shoooooooooooo shoooooooooooooo, thanks aloooooot been so worried bout it since so long............

tanks........
(2012-11-01, 05:44 AM)crazy4cs Wrote: [ -> ]
(2012-10-31, 08:45 PM)ToniM Wrote: [ -> ]Read your thread
renamed editor.js OLDeditor.js
uploaded editor.zip and unpacked it
changed ver 1600 to ver1608
only.... it didn't seem to have worked...

Checked that all instances of "itemType" were now "element Type"...
they were, but it still didn't work...

Came back and read on... and there it was, the magic formula....

[undefined=undefined]"don't forget to clear your cache"[/undefined]

Did, and IT WORKED!
Strangest thing though... it doesn't work on here!
I just tried and the ugly old [undefined=undefined]"came up"[/undefined] while on my boards I have a beautiful, great, big

Hurrah!

odd!
Because the community forums has not applied the fix yet.

Aha! thanks for the explanation, at least now I know it isn't because of something else I should have done Wink

Have a great day!

ToniM
i had applied the patch but now my editor is not loading. I'm still using MyBB 1.6.7. Can some one please help me
Make sure you CLOSE the script tag

<script type="text/javascript" src="jscripts/editor.js?ver=1608"></script>
Yes mate. you got the point!!! thanks for your help leefish
Pages: 1 2 3 4 5 6 7 8 9 10 11 12