MyBB Community Forums

Full Version: Inline Moderation error still on 1.8.10?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey,

So my friend and I are kinda new to MyBB but as one of us is a web development student and I myself has some experience in development (mainly java) we did understand most of what MyBB has to offer.

We installed MyBB 1.8.10 and on the Default theme there is nothing wrong. We can delete all threads and do all the fancy stuff.

But when we install a theme like Square or Flatty, we get the inline moderation error when we try to delete a thread.

So is this an issue with the themes not yet have been updated to 1.8.10? Or how does this works?

Thanks in advance!

Greetings
~Aurorion
It will be the theme unfortunately, if it comes bundled with modified templates, the forum will use those over the default ones, so won't have the updated code. This is why we generally avoid template changes to key or frequently edited templates, but there was no alternative with this feature.
What you can do is use the Diff Report to see what the changes are to the template and make the changes yourself to make the theme be compatible. You could also try asking the theme author.
Thank you very much. These anwsers are something I can work with!

Have a nice daySmile
Hello,

If you followed this thread from the upgrade issue from 1.8.8 to 1.8.9 here: https://community.mybb.com/thread-206896.html

This should be the correct general.js in the headerinclude template of your desired theme. The inline tools should work now. The only difference from Matt's thread was changing the code from 1808 to 1809. Since the MyBB Group upgraded once again, you have to upgrade the line again from 1809 to 1810.
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1810"></script>
I hope this helps! Smile
(2017-01-11, 12:11 AM)robbie626 Wrote: [ -> ]Hello,

If you followed this thread from the upgrade issue from 1.8.8 to 1.8.9 here: https://community.mybb.com/thread-206896.html

This should be the correct general.js in the headerinclude template of your desired theme. The inline tools should work now. The only difference from Matt's thread was changing the code from 1808 to 1809. Since the MyBB Group upgraded once again, you have to upgrade the line again from 1809 to 1810.
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1810"></script>
I hope this helps! Smile

Unfortunally no, that didn't resolve the problemSad
It will if applied correctly and you clear your cache - what's your URL?

Upgrading to 1.8.10 should push through the change too.
(2017-01-11, 01:31 PM)Matt Wrote: [ -> ]It will if applied correctly and you clear your cache - what's your URL?

Upgrading to 1.8.10 should push through the change too.

http://projectelements.nl/forum/index.php
That is our URL, we are not online for public yet btw. 

As I said we are new to MyBB and we probably are missing something.
Btw in forums & post we also see this: https://gyazo.com/18dfdd4808e6eb951fbba88a3c223829
var cookieSecureFlag = '{$mybb->settings['cookiesecureflag']}';

is missing in headerinclude template Wink

==> https://community.mybb.com/thread-206896.html
(2017-01-11, 02:19 PM)SvePu Wrote: [ -> ]
var cookieSecureFlag = '{$mybb->settings['cookiesecureflag']}';

is missing in headerinclude template Wink

==> https://community.mybb.com/thread-206896.html

OMG thank you!
I thought I already did this! but perhaps i didn't SOOOO stupid of me.
Thank you thousand times!

And the rest that help also thanks ofcourse!
Pages: 1 2