MyBB Community Forums

Full Version: Inline Moderation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This error happens after upgrading to 1.8.9 (from 1.8.8)

- Added missing part to headerinclude template
- Added mising part to class_page.php file

It happens when moderator or admin selects threads via forumdisplay, and tries to make them sticked for example.
you should stay to 1.8.8
upgrading to 1.8.9 has a lot of problems...for custom theme
(2016-12-23, 10:24 PM)AlexanderPep Wrote: [ -> ]you should stay to 1.8.8
upgrading to 1.8.9 has a lot of problems...for custom theme

It has one problem that can be fixed quite easily.

What's your URL?
(2016-12-23, 10:24 PM)AlexanderPep Wrote: [ -> ]you should stay to 1.8.8
upgrading to 1.8.9 has a lot of problems...for custom theme

I just tested it in Default theme, issue happens there too :/ But yeah in every update I am facing issues maybe it's just me being unlucky, in last one this happened: https://community.mybb.com/thread-205503...pid1257075
(2016-12-23, 10:26 PM)Matt Wrote: [ -> ]
(2016-12-23, 10:24 PM)AlexanderPep Wrote: [ -> ]you should stay to 1.8.8
upgrading to 1.8.9 has a lot of problems...for custom theme

It has one problem that can be fixed quite easily.

What's your URL?

i solved moderation inlineĀ 
i have another problem with soft delete posts...

https://community.mybb.com/thread-206832...pid1257070
(2016-12-23, 10:30 PM)AlexanderPep Wrote: [ -> ]
(2016-12-23, 10:26 PM)Matt Wrote: [ -> ]
(2016-12-23, 10:24 PM)AlexanderPep Wrote: [ -> ]you should stay to 1.8.8
upgrading to 1.8.9 has a lot of problems...for custom theme

It has one problem that can be fixed quite easily.

What's your URL?

i solved moderation inlineĀ 
i have another problem with soft delete posts...

https://community.mybb.com/thread-206832...pid1257070

The question about the URL was to the OP - can you keep to your own thread instead of hijacking this one? Thanks.

(2016-12-23, 10:28 PM)Darkrad Wrote: [ -> ]
(2016-12-23, 10:24 PM)AlexanderPep Wrote: [ -> ]you should stay to 1.8.8
upgrading to 1.8.9 has a lot of problems...for custom theme

I just tested it in Default theme, issue happens there too :/ But yeah in every update I am facing issues maybe it's just me being unlucky, in last one this happened: https://community.mybb.com/thread-205503...pid1257075

Again, what's your URL? Nothing I can really do to help otherwise.
Go in headerinclude

Change
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1807"></script>
to
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1809"></script>

and add after
  var cookiePrefix = "{$mybb->settings['cookieprefix']}";
this
var cookieSecureFlag = {$mybb->settings['cookiesecureflag']};

because i had same issue...and this working for me :-?
Sorry since you quoted Alexander I thought you asked him. I am sending forum url.
My bad, was badly quoted Smile
It's fixed, thank you Matt.
Pages: 1 2