MyBB Community Forums

Full Version: Inline moderation not functioning
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
My inline moderation does not work. When i select a thread it does nothing and the count next to go(# here) does not go up from 0. Here is my headerinclude template
<!-- start: headerinclude -->
<link rel="alternate" type="application/rss+xml" title="Latest Threads (RSS 2.0)" href="/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="Latest Threads (Atom 1.0)" href="/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="/jscripts/jquery.js?ver=1804"></script>
<script type="text/javascript" src="/jscripts/jquery.plugins.min.js?ver=1804"></script>
<script type="text/javascript" src="/jscripts/general.js?ver=1804"></script>
<script type="text/javascript" src="/jscripts/report.js"></script>
<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>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700,700italic,500italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="cache/themes/global/thanks/thx.css" />
<script type="text/javascript" src="jscripts/thx.js"></script>
{$stylesheets}
<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'>


<link href="images/poly/css/bootstrap.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">


<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tabcontent.js">
/***********************************************
* Tab Content script v2.2- copyright Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>

<!-- end: myalerts_js_popup -->
<!-- end: headerinclude -->
Thanks
Is this originally a 1.6 theme? Please provide a forum url.
(2015-11-22, 11:35 PM)Leefish Wrote: [ -> ]Is this originally a 1.6 theme? Please provide a forum url.

www.lightforums.net
I was given this theme from some guy on skype i liked it so i put alot of work into it. My other custom theme works so it isnt a cookie issue

Also what are the variable to call overall threads and posts? I had done it but it only gets the users posts and threads not overall. I need to add it to my board statistics
Try removing this as a test

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

You can also remove

<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'>

you have the later version included, so the above one may be redundant.
(2015-11-22, 11:47 PM)Ashley1 Wrote: [ -> ]Try removing this as a test

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

You can also remove

<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'>

you have the later version included, so the above one may be redundant.

Nope that didnt work
On which page do you get the error? Showthread.php ? Try replacing that template with a default one, to see if the inline moderation works then.
(2015-11-22, 11:59 PM)Ashley1 Wrote: [ -> ]On which page do you get the error? Showthread.php ? Try replacing that template with a default one, to see if the inline moderation works then.

Inline moderation doesnt work at all. On showthread and forum display
EDIT:
Tried it and didnt work

Can it be something wrong with the inline moderation selector? I mean that looks like the problem here whenever i select one it doesnt actually select the count next to "Go" does not work
Why does your forum display like that? There's obviously a problem with your theme. I had a similar issue when building my theme, and moving the

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

lower down resolved the issue for me.
(2015-11-23, 12:08 AM)Ashley1 Wrote: [ -> ]Why does your forum display like that? There's obviously a problem with your theme. I had a similar issue when building my theme, and moving the

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

lower down resolved the issue for me.

I tried moving it down every line down i moved it refreshed and didnt work.

Anyone can help?
the styles are broken on your forums.. have a look at: http://docs.mybb.com/1.8/faq/styles/


after that, remove the following two lines from headerinclude template....
<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>
Pages: 1 2