MyBB Community Forums

Full Version: Inline Moderation does not work at all?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I need to move some posts as an admin or moderator, but i can't inline-moderate anything in MyBB 1.8.X

When I select a message or thread by checking it in the upper-right corner of the message, nothing happens. The "Go-button" at inline moderation shows: "Go (0)". I also get this error when i click on the "Go-button":

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

I've tried this in Firefox and IE. Is there a work-around for this problem?
which theme you are using - is it compatible for MyBB 1.8 ?
(2014-11-23, 10:42 AM).m. Wrote: [ -> ]which theme you are using - is it compatible for MyBB 1.8 ?

The Default Theme.
can we have your forum url for a basic check
(2014-11-23, 11:27 AM).m. Wrote: [ -> ]can we have your forum url for a basic check

http://... .com/index.php
though it is MyBB's default theme, it needs updating for MyBB 1.8
upgrading guidance Wrote:Visit your Admin Control Panel, then go to Templates & Style > Templates > Find Updated Templates. This will show you a list of all the templates that have changed during the upgrade.

You can either revert these templates to their default - meaning all the changes you've made to it will be removed - or you can see a Diff Report which will show you exactly what's changed. If you have a custom theme installed, it is probably best that you look at the Diff Report and apply the changes you need.

instead, you may like to install a new good looking theme compatible for MyBB 1.8 & use it
http://community.mybb.com/mods.php?actio...ory=themes
Thanks, I did not realize that the default template needed a separate upgrade too. So I upgraded, but the problem is still there. If I check a message or thread for inline moderation , nothing happens. The template update was successful though:

There are currently no templates which have been updated since you last upgraded. 

I even restarted my server, but no luck...
I did a clean install of my forum. After the install everything works, but as soon as I import my forum's database, the problem is back. Also, when I reply to a message, the editor does NOT show any buttons, icons or smilies.

This problem with inline moderation has been reported before and often it has something to do with a jquery conflict in headerinclude:
http://community.mybb.com/post-991077.html
http://community.mybb.com/post-812202.html

This is my headerinclude code:

<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" />
<!-- begin: user edit -->
<meta name="description" content="...">
<meta name="keywords" content="...">
<meta name="author" content="metatags generator">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="7 days">
<title>...</title>
<!-- ... -->
<!-- end: user edit  --> 
<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}
<link rel="stylesheet" href="{$mybb->settings['bburl']}/images/thx/thx.css" />


<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>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-42776607-1', 'auto');
  ga('send', 'pageview');
</script>
{$newpmmsg}

However when I open my database in a text-editor I see:

(106, 'usercp_avatar_current', '<td width="150" align="right"><img src="{$useravatar[''image'']}" alt="{$lang->avatar_mine}" title="{$lang->avatar_mine}" {$useravatar[''width_height'']} /></td>', -2, '1800', '', 1414266863),
(107, 'headerinclude', '<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings[''bburl'']}/syndication.php" />\n<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings[''bburl'']}/syndication.php?type=atom1.0" />\n<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />\n<meta http-equiv="Content-Script-Type" content="text/javascript" />\n<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1800"></script>\n<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1800"></script>\n<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1800"></script>\n\n{$stylesheets}\n<script type="text/javascript">\n<!--\n	lang.unknown_error = "{$lang->unknown_error}";\n\n	lang.select2_match = "{$lang->select2_match}";\n	lang.select2_matches = "{$lang->select2_matches}";\n	lang.select2_nomatches = "{$lang->select2_nomatches}";\n	lang.select2_inputtooshort_single = "{$lang->select2_inputtooshort_single}";\n	lang.select2_inputtooshort_plural = "{$lang->select2_inputtooshort_plural}";\n	lang.select2_inputtoolong_single = "{$lang->select2_inputtoolong_single}";\n	lang.select2_inputtoolong_plural = "{$lang->select2_inputtoolong_plural}";\n	lang.select2_selectiontoobig_single = "{$lang->select2_selectiontoobig_single}";\n	lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}";\n	lang.select2_loadmore = "{$lang->select2_loadmore}";\n	lang.select2_searching = "{$lang->select2_searching}";\n\n	var cookieDomain = "{$mybb->settings[''cookiedomain'']}";\n	var cookiePath = "{$mybb->settings[''cookiepath'']}";\n	var cookiePrefix = "{$mybb->settings[''cookieprefix'']}";\n	var deleteevent_confirm = "{$lang->deleteevent_confirm}";\n	var removeattach_confirm = "{$lang->removeattach_confirm}";\n	var loading_text = ''{$lang->ajax_loading}'';\n	var saving_changes = ''{$lang->saving_changes}'';\n	var use_xmlhttprequest = "{$mybb->settings[''use_xmlhttprequest'']}";\n	var my_post_key = "{$mybb->post_code}";\n	var rootpath = "{$mybb->settings[''bburl'']}";\n	var imagepath = "{$theme[''imgdir'']}";\n  	var yes_confirm = "{$lang->yes}";\n	var no_confirm = "{$lang->no}";\n	var MyBBEditor = null;\n	var spinner_image = "{$theme[''imgdir'']}/spinner.gif";\n	var spinner = "<img src=''" + spinner_image +"'' alt='''' />";\n// -->\n</script>', -2, '1800', '', 1414266863),


Is there anything wrong here?
Since you're using the default theme, you can just recreate it: http://community.mybb.com/thread-158870-...pid1100165
Thanks, that works! This Templates & Style system is quite complicated Confused

Inline moderation is back and the editor's buttons too. The smilies and post icons are still gone however.

Any idea how to repair this?
Pages: 1 2