MyBB Community Forums

Full Version: No editor, No idea why, stumped
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,
Little problem i have been experiencing.

I never noticed this on my localhost when i designed the theme in the first place but when i put it on a live forum someone brought it to my attention. I'm missing the BBCode Editor.

I never touched the Editors whatsoever when designing the theme.
The theme was designed on MyBB 1.8.0 so it was NOT upgraded so that's another reason why i don't understand where it came from. The CodeButtons were never touched, the newreply and newthread templates were only touched to change the smalltext to a second smalltext i had made.

The design uses:
-Font-Awesome 4 (I removed the FA CDN line to see if it would work then but it doesn't so FA isn't an issue)
-The live site uses an Avatar on Index / Threadlist so i disabled that and that also didn't change anything
-My localhost also doesn't have an editor with the theme and my MyBB Localhost runs 1.8.0

I tried this:
<script type="text/javascript">jQuery.noConflict();</script>
and it didn't work.

So im missing this line in the editor:
http://prntscr.com/53nqyk

So it appears like this:
http://prntscr.com/53nr8y


Thanks guys, A fix would be greatly appreciated.
The default theme works fine (and this theme was designed off the default MyBB 1.8.0 design)
provide forum url and test user account so that someone can check the issue ..
(please don't PM me user account - I may not be able to check it for next 10 hours)
(2014-11-06, 06:19 PM).m. Wrote: [ -> ]provide forum url and test user account so that someone can check the issue ..
(please don't PM me user account - I may not be able to check it for next 10 hours)


Alright.
http://loungeforums.net

user: MyBB Staff Test
pass: MyBBStaff
remove minified jQuery code and jQuery noconflict code
(2014-11-07, 02:35 AM).m. Wrote: [ -> ]remove minified jQuery code and jQuery noconflict code

I don't have the noconflict code on the site, I didn't leave it on there. I had put it there originally to test if it worked but it didn't so i removed it.

As for the minified jQuery i wouldn't know where it is, I didn't touch any jQuery and i was letting MyBB minify everything but when i went back to disable it the only thing there's an option for is minifying CSS.