Thread Rating:
  • 4 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 12 Years, 3 Months ago BB Codes Problem
#21
Solved: 12 Years, 3 Months ago
Stop posting crappppppppppp, I used that fix and now my bbcode box doesnt show at all, cant click smilies, im going back to phpbb, screw this.
#22
Solved: 12 Years, 3 Months ago
(2012-10-14, 12:01 AM)Sinnocent Wrote: Stop posting crappppppppppp.


I am tempted to reply in kind but I won't.


Have you checked if you are running jQuery on your theme? Have you considered that your problem may not have the same cause and therefore would not be fixed by the change in the editor.js?

I advise you to start your own thread if you need help.
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


#23
Solved: 12 Years, 3 Months ago
This thing fixed the problem for me.
[Image: MaDuhur.png]
by Dukhor, IcyBoards Community Forums
#24
Solved: 12 Years, 3 Months ago
Changing - <script type="text/javascript" src="jscripts/editor.js?ver=1600"> to "1608" didn't work for me.
This started happening to me on my board when I recently had Firefox updated. I was getting [undefined=undefined] when using MyCode.
All works perfectly in Chrome and other browsers.

I don't like the others though Sad
This forum never ceases to amaze me with all the great help flying around Smile
#25
Solved: 12 Years, 3 Months ago
(2012-10-14, 08:24 PM)bronson Wrote: Changing - <script type="text/javascript" src="jscripts/editor.js?ver=1600"> to "1608" didn't work for me.
This started happening to me on my board when I recently had Firefox updated. I was getting [undefined=undefined] when using MyCode.
All works perfectly in Chrome and other browsers.

I don't like the others though Sad
This forum never ceases to amaze me with all the great help flying around Smile

Could you provide your forum URL please?
[Image: information.gif] MyBB Support Technician
Please do not PM me for support.


MyBBatically - A quick and easy way to update your board!
#26
Solved: 12 Years, 3 Months ago
http://painterspitstop.com
Thanks.
#27
Solved: 12 Years, 3 Months ago
Thanks. Could you also provide a test account? Feel free to PM me it. Smile
[Image: information.gif] MyBB Support Technician
Please do not PM me for support.


MyBBatically - A quick and easy way to update your board!
#28
Solved: 12 Years, 3 Months ago
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
#29
Solved: 12 Years, 3 Months ago
(2012-10-14, 08:24 PM)bronson Wrote: Changing - <script type="text/javascript" src="jscripts/editor.js?ver=1600"> to "1608" didn't work for me.
This started happening to me on my board when I recently had Firefox updated. I was getting [undefined=undefined] when using MyCode.
All works perfectly in Chrome and other browsers.

I don't like the others though Sad
This forum never ceases to amaze me with all the great help flying around Smile

Did you replace editor.js before updating the template? The parameter ver=1608 is just meant as a caching means.
#30
Solved: 12 Years, 3 Months ago
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


Forum Jump:


Users browsing this thread: 1 Guest(s)