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.
I use the FlatStyle theme, when i select multiple threads, the | Go (0) | does not increase.

If i click on | Go (0) | then, i get this:

"Sorry, but you did not select any threads to perform inline moderation on, or your previous moderation session has expired (Automatically after 1 hour of inactivity). Please select some threads and try again."

Any solutions?

EDIT: There is my headerinclude template
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>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="images/fd/js/sidebar.js"></script>
<script type="text/javascript" src="images/fd/js/ddes.js"></script>
<script type='text/javascript' src="images/fd/js/colorpicker.js"></script>
<script type='text/javascript' src="images/fd/js/color-picker.js"></script>
<script type="text/javascript">
jQuery.noConflict();

jQuery(document).ready(function($) {
   $('.dropDownHook span').on('click', function() {
       $(this).parents('.dropDownHook').children('.dropDownContent').stop(true, true).slideToggle('fast', function() {

           if ($('.dropDownContent').is(':visible')) {
               //  This alters the content of the "hook" when we open the drop down
               $('.dropDownHook span').html('Welcome {$mybb->user['username']} ▲');
           }
           else {
               //  This alters the content of the "hook" when we close the dropdown
               $('.dropDownHook span').html('Welcome {$mybb->user['username']} ▼');
           }

       });
   });
   
   $('html').on('click', function() {
       $('.dropDownContent:visible').slideToggle('fast');
   });

   $('.dropDownHook > *').on('click', function(event) {
       event.stopPropagation();
   });
});
</script>
<link type="text/css" rel="stylesheet" href="images/fd/js/colorpicker.css" />
<link rel="stylesheet" href="{$mybb->settings['bburl']}/images/fd/font/font-awesome.min.css">
<link rel="stylesheet" href="{$mybb->settings['bburl']}/images/fd/font/font-awesome-ie7.min.css">
{$stylesheets}
<script type="text/javascript">
<!--
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}

<script type="text/javascript" src="images/fd/js/tipsy.js"></script>
<script type='text/javascript'>
jQuery.noConflict();
jQuery(function() {
jQuery("a").tipsy({gravity: jQuery.fn.tipsy.autoNS, fade: true});
jQuery("img").tipsy({gravity: jQuery.fn.tipsy.autoNS, fade: true});
 });
</script>
exactly which version of MyBB you are using and can we have your forum url ..
I'm using 1.8.3 and my url is http://forum.epicworld.it/

Now, i can't login in the forum and in AdminCP :O, i not touch nothing... the cookie are 100% correct can you help me in this too?
theme you have is not compatible with MyBB 1.8.x

MyBB 1.8.x compatible themes available here =>
http://community.mybb.com/mods.php?actio...ory=themes
I updated to 1.8.4

And changed theme to 1.8.4 supported, now i see al templates at the same name how i can solve?
http://i.imgur.com/VUvqVSM.png