MyBB Community Forums

Full Version: Impossible to delete Threads ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, so here is my problem : I can delete messages, but not the thread itself.
It says that I dont have sufficient permission or that my permission is expired. I tried log off and log in, nothing...

Here is the link to my Forum : http://clanrampage.esy.es/

Testing account : Test
Password : test123

Thanks guys !
I'd need to see your permissions, if you'd like you can PM me, or add me on skype at reaper_259
(2017-06-11, 10:12 PM)R3V1L3X Wrote: [ -> ]Hey guys, so here is my problem : I can delete messages, but not the thread itself.
It says that I dont have sufficient permission or that my permission is expired. I tried log off and log in, nothing...

Here is the link to my Forum : http://clanrampage.esy.es/

Testing account : Test
Password : test123

Thanks guys !

Your theme is outdated.

For a temporary fix (you may encounter other problems still with this theme), in headerinclude template:

1) Add

var cookieSecureFlag = "{$mybb->settings['cookiesecureflag']}";

below

var cookiePrefix = "{$mybb->settings['cookieprefix']}";


2) Change


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

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1810"></script>
Hey Ashley, that was it ! Thanks alot ! Big Grin (I dont have any other problems with the theme so your solution is awesome actually)
(2017-06-11, 11:25 PM)R3V1L3X Wrote: [ -> ]Hey Ashley, that was it ! Thanks alot ! Big Grin (I dont have any other problems with the theme so your solution is awesome actually)
For future reference this isn't an issue with your ability to delete posts in general, it is an issue with in-line moderation.