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
Have you tried the fix Stefan provided? http://community.mybb.com/thread-127322-...#pid922533
Yes he has - and it did not work and now he says nothing works. I checked on the site - he has the old editor js and it is in the right place (he reverted the changes back to the old js) and I see no reason why it does not work.
It looks like your missing a closing script tag. Please try the following:

Navigate to:
AdminCP -> Templates & Style -> Templates -> Your Theme's Templates -> Ungrouped Templates -> codebuttons

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

Replace with:
<script type="text/javascript" src="jscripts/editor.js?ver=1600"></script>
Good catch Vernier. I totally missed that.
(2012-10-17, 07:07 AM)Vernier Wrote: [ -> ]It looks like your missing a closing script tag.

BINGO! Thanks a bunch. My coder eyes should have caught that. Karma coming your way...
thanks

work for me
Can this become a sticky please
Nice.
Might be a good idea till the 1.6.9 release unless that is really really shortly.
Would change the title to something like:

BB code [undefined=undefined] problem.
Not working Sad
Pages: 1 2 3 4 5 6 7 8 9 10 11 12