MyBB Community Forums

Full Version: Thread select not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I wanted to categorize my free game section a bit better, but when I try and move from them this is the message I get:

"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 replaced the functions php and still nothing..and also there is not an option to quick edit the post.
mod test account and forum url please..
My apologies...
Forum addy: http://www.thefreeweb.org
Test Mod account:
Testnow
MYbb_test125

Thank you

OhMyGosh.....Again I am so sorry I will slow down and practice patience now LOL
You have entered an invalid username/password or email/password combination.
Well it was working for me.. Please try again...
I am logged in with it right now...I will log out ...and see if you can log in now again...

Testnow
MYbb_test125
i logged in and yes weird problem
http://community.mybb.com/thread-113391.html
Quote:I think I found the problem. It's the Google SEO plugin. Try to deactivate it, if you have it. I'm going to ask to the plugin creator Wink

you are using google seo plugin ?

http://community.mybb.com/post-812202.html

(2012-01-13, 07:06 PM)ranjani Wrote: [ -> ]you have jQuery loading twice (code is in headerinclude template) - remove one AND add jQuery noconflict code after jQuery like below

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>

that is all what i got after a small research
hope that helped
regards
Yes I am using the google SEO Program I will disable it now and check it ...and I of course will will correct the incorrect jQuery notations and fix them as you have so kindly noted. Thank you!

Here is my headerinclude as it is now: I just can't find what I can delete and replace without messing everything up

<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}" />

<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}
{$newpmmsg}
let us know if your problem is fixed mate Smile
Unfortunatly I Deactivated the Google SEO plugin and it did not change... and where would I put the java ? In header include... but still not a change ... I can live with this but it is very inconvenient at times like this LOL
your headerinclude template is missing this content:

<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']}";
// -->
Pages: 1 2