MyBB Community Forums

Full Version: Rate Thread and global moderation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can not vote thread
[Image: fmx0.png]
and can not use global moderator option under the thread list (it do not see checked threads)
[Image: 97tp.png]

trickster24.ndl.pl

login: test
pass: test123




---
Sorry for my bad English Sad
Go to ACP>Templates & Styles>Templates>Ungrouped Templates>Headerinclude

Do you have the following code at the bottom of your headerinclude template?

<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>
it is due to multiple instances of jQuery