2014-10-09, 02:51 AM
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...
Cheers in advance for any sort of help on this..
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..