MyBB Community Forums

Full Version: New reply/newthread bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hey guys,

For some reason, there is a bug with only my mod account, when going to the new reply page. Look at the images:

smilies not showing, the editor half not showing etc..

[attachment=31020]

[attachment=31021]

Cheers.
Is that bug occured before ?

If the jQuery is caused remove

<script type='text/javascript' src='/master/jquery/jquery.js'></script>

from headerinclude template.

Also everything related to jquery (and any other jquery stuff) move at the bottom of headerinclude template (following stuff in your headerinclude is related to jquery, move it at the bottom of headerinclude template, after {$newpmmsg} variable):

<!--JQuery-->

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/twist-sd/jquery.js"></script>

   <script type="text/javascript">

     jQuery.noConflict();
  
 </script>

<!--JQuery-->



<!--Tiptip-->

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/twist-sd/tiptip/jquery.tipTip.js"></script>

<script type="text/javascript">
 jQuery(function(){
 jQuery(".tooltip").tipTip();
 });
 </script> 

<link rel="stylesheet" type="text/css" href="{$mybb->settings['bburl']}/jscripts/twist-sd/tiptip/tiptip.css" />

<!--Tiptip-->

MikeInToshx

Nope, first time that happens.

Now the login doesn't work, did I do something wrong? :s
After

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/twist-sd/jquery.js"></script>

    <script type="text/javascript">

      jQuery.noConflict();
   
 </script>

Add
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/twist-sd/modalbox/jquery.simplemodal.js"></script>

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/twist-sd/modalbox/basic.js"></script>

for Login modal fix.

Any chance that you are using Cloudflare ?

MikeInToshx

Ok login is fixed.

No not using that. Don't even know what that is :p

It's still not fixed, please help Sad

MikeInToshx

Has been solved trough PM. Cheers!