MyBB Community Forums

Full Version: MyBB 1.6.9 "undefined" Thread / PM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Many times when I write a thread or modify it, comes the message "undefined"..
Or by sending a token always comes the message "undefined"



In addition to this problem, sometimes when I write a thread disappears tool bar

ES:

[Image: 8dQVnpe.png]

what happens?
how can I fix this?
If you are using Cloudflare disable Rocket loader feature or Cloud flare service.
1. Its a javascript conflict
2. as the above use said disable rocket loader
(2013-01-25, 04:30 PM)Budhan Wrote: [ -> ]If you are using Cloudflare disable Rocket loader feature or Cloud flare service.


where is "Cloud Flare Service"?
(2013-01-25, 05:15 PM)both4x060 Wrote: [ -> ]
(2013-01-25, 04:30 PM)Budhan Wrote: [ -> ]If you are using Cloudflare disable Rocket loader feature or Cloud flare service.


where is "Cloud Flare Service"?

Ok it's obviously not cloudflare if you don't have it, and cloudflare can be
found here: http://cloudflare.com

That means your theme or a plugin causes a javascript conflict. Confused
(2013-01-25, 05:21 PM)Mr407 Wrote: [ -> ]
(2013-01-25, 05:15 PM)both4x060 Wrote: [ -> ]
(2013-01-25, 04:30 PM)Budhan Wrote: [ -> ]If you are using Cloudflare disable Rocket loader feature or Cloud flare service.


where is "Cloud Flare Service"?

Ok it's obviously not cloudflare if you don't have it, and cloudflare can be
found here: http://cloudflare.com

That means your theme or a plugin causes a javascript conflict. Confused

no no, i have CloudFlare but I disabled
Since it has been disabled, has your problem been resolved? If not, try the following.

1) Change editor style from default to office 2007.
2) Enable Clickable MyCode Editor in ACP.
3) Reupload jscripts_themes folder.
4) Add {codebuttons} after <textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea> in newthread and newreply template.
5) Find updated templates and revert to original.
6) Reupload codebuttons folder to .images and .images/theme
If nothing else works, disable any recently installed plugins and check which plugin causes the error, then if you still need to plugin open it up and make sure nothing conflicts the editor.
Try adding the following to your "headerinclude" template as well:

jQuery.noConflict()