MyBB Community Forums

Full Version: Inline moderation, Restore and Delete does not function.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I have installed a mybb latest version yesterday (1.8.7) and using the MyIPB theme. I'm having issues after installing a few plugins and not sure why the functions broke and also the buttons lost the styling and quick edit doesnt work either.

My inline moderation tools, "Go(0)" doesnt change and restore / delete is totally off. Tried clearing cookies, checking for duplicate javascripts, but nothing worked so far. Did all I found as a solution. I'm using many plugins, but it was working fine yesterday.

I'm just hopeless at this point. help me? Sad

this is my headerinclude file:
<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" />

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Hind:400,600' rel='stylesheet' type='text/css'>

<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->asset_url}/jscripts/jquery.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1807"></script>
<script type="text/javascript" src="{$mybb->asset_url}/images/myipb/custom/Tipsy.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/images/myipb/custom/jQuery.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/xem_fast_rep.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/xem_fast_rep.js"></script>
{$stylesheets}{$google_header}
{$myprofile_headerinclude}


The forum is located at this URL: http://lostarkdatabase.com/forums/index.php
I had the same issue a few months back. Just make sure that you're not loading jQuery more than once, If you have additional javascript on the site try to remove all of them one by one and check which one is affecting it.
(2016-09-05, 01:54 PM)Freakout14 Wrote: [ -> ]I had the same issue a few months back. Just make sure that you're not loading jQuery more than once, If you have additional javascript on the site try to remove all of them one by one and check which one is affecting it.

Thank you, apparently it wasnt a js problem, I was missing some variables from the headerinclude file, added all those variables and now every function works perfectly.