MyBB Community Forums

Full Version: Code Buttons Not Working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2012-07-17, 07:34 PM)JaySimplicity Wrote: [ -> ]Wow thanks so much Fabio.

You really are honestly, amazing.
I spent ages trying to fix this and then you come along and fix it so quickly.

So much respect man.
Really appreciate it!

Just a quick note that we have seen CloudFlare beta features cause these issues (Rocket Loader, Auto Minify) so try turning them off to see if that's where the issue comes from in your settings (Rocket Loader is generally the culprit, since it can impact JavaScript and jQuery).
Damn, First time I failed to help on Mybb Community with my own favorite problem but glad to your problem has been resolved.
Thank you had the same issues fixed it for me Smile
[attachment=28914][attachment=28914]Mine did not fix..Sad

Default Templates:
Quote:<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<!--
var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var cookiePrefix = "{$mybb->settings['cookieprefix']}";
var deleteevent_confirm = "{$lang->deleteevent_confirm}";
var removeattach_confirm = "{$lang->removeattach_confirm}";
var loading_text = '{$lang->ajax_loading}';
var saving_changes = '{$lang->saving_changes}';
var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
var my_post_key = "{$mybb->post_code}";
var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}

that was the image after i change the code..nothing happen..
http://adminzone.sparklemu.com
Demo account

Acount: Deluxe
Pasword: 1434456
@Satsuma :

why do you "bumping" in this thread?
if you have trouble please create a new thread
Because its the same problem as mine.. instead of making new thread,, i decided to bump in this thread regarding to my problem.. because i followed Fabio's Instruction but nothing happens..
@Satsuma, if you are using cloudflare for forums then disable rocket loader
JS make sure you use no conflict, true also said .m. CloudFlare many rules in it
Pages: 1 2