MyBB Community Forums

Full Version: Inline Moderation - BlackEvo4 Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I can't edit posts etc. on BlackEvo4 theme and was wondering if anyone can help..?

When I'm on default theme everything works fine, however when i change to BlackEvo4 them I can't edit anything...

The "Go (0)" doesn't change as it does on the default theme and i end up getting 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.



I have seen many of threads with the same sort of issues and people saying change the code in the "headerinclude" template, however i have no idea what i need to change...

This is my themes (BlackEvo4) headerinclude template...
<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=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1400"></script>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="jscripts/pngfix.js"></script>
<![endif]-->
{$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}

Cheers in advance for any sort of help on this..
are you using modified version of the theme ? link => http://mods.mybb.com/view/blackevo4-2
(2014-10-09, 03:20 AM).m. Wrote: [ -> ]are you using modified version of the theme ? link => http://mods.mybb.com/view/blackevo4-2

Nope, the only thing i have changed is the group and user title images but that shouldn't have anything to do with the theme... should it..?
^ it looks like you are using old version of the theme. instead you have to use latest version of that theme
(2014-10-09, 05:14 AM).m. Wrote: [ -> ]^ it looks like you are using old version of the theme. instead you have to use latest version of that theme

deleted it and installed the one from the link you gave (although i'm sure it might have been the same one..?) but still no luck..

decided to just se the default one for now and maybe try tweaking a few bits a later date..

Thanks for all your help though, it is appreciated Big Grin
^ can we have your forum url
(2014-10-09, 05:55 AM).m. Wrote: [ -> ]^ can we have your forum url

www.CarFreaksUnite.com

I have it on default theme for now though, at least until i get all the permissions and basic posts etc. sorted Smile