MyBB Community Forums

Full Version: Editor Missing?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm having an odd problem with mybb on my website. The url is www.forums.worldofdarknessvancouver.com. The test account u/n is : testaccount and the pw is: letmein. Here's a screen cap of what I'm getting: [Image: techcap.jpg]

I've searched the support forum and found a few users having the same issue, however the fixes that have worked for them don't seem to be fixing my problems. Sad

I have installed the Advanced WYSIWYG Editor located here: Advanced WYSIWYG Editor however even when I try to set it back to the default editor, nothing changes.

Any advice or help is appreciated! Heart
Add the following code in your headerinclude template;
<script type="text/javascript">jQuery.noConflict();</script>
this happen to me too Sad where to add this code?i added MyBB WYSIWYG Editor but it didnt help. can some one explain please.

Regards
AdminCP > Templates > Your theme's templates > Ungrouped Templates > headerinclude > and paste the code I provided above.
there a re lot of codes, where to past it mate?i put it in top but didnt worked Sad
Could you please post your website's URL and any testing account ?
User : testing
password : testing

http://www.imarketingtalk.com/index.php

hey i got an another problem , when i got http://www.imarketingtalk.com it dose not work, only http://www.imarketingtalk.com/index.php , how can i fix this :/
In headerinclude template, bring;
<script type="text/javascript">jQuery.noConflict();</script>
Down to where it says;
<script src="http://code.jquery.com/jquery-latest.js"></script>

So it should becomes;
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
(2012-06-30, 06:59 AM)Yaldaram Wrote: [ -> ]In headerinclude template, bring;
<script type="text/javascript">jQuery.noConflict();</script>
Down to where it says;
<script src="http://code.jquery.com/jquery-latest.js"></script>

So it should becomes;
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>

That did it Blush thanks mate Angel
Thank you!! That fixed it perfectly, you guys as always are amazing Smile