MyBB Community Forums

Full Version: Issues with Inline Moderation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
https://community.mybb.com/thread-206896.html

i tried this tutorial but not working

in headerinclude line: 10.

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

In the [b]admin/inc/class_page.php file, change line 111:
[/b]
Quote: echo " <script type=\"text/javascript\" src=\"../jscripts/general.js?ver=1813\"></script>\n";


please help me it's bugged since i update it.
what is your forum url & is your forum updated to MyBB 1.8.13 ?
yes it's updated to 1.8.13

www.pirateshosting.com
flatty theme's javascript files need some changes for using with MyBB 1.8.13 (see this post & this post)
(2017-11-15, 01:12 PM).m. Wrote: [ -> ]flatty theme's javascript files need some changes for using with MyBB 1.8.13 (see this post & this post)

I have the same issue with 1.8.13 but is there a solution to it? In that one post Shade mentioned something with $.cookie but I don't really get what I am supposed to do.
^ what is your forum url ?
I still same problem sir.

This code already on my Global.css but i tried this one too but not working.

/** Modal Start **/

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}

.blocker:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    width: 400px;
    text-align: left;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(images/close.png) no-repeat 0 0;
}

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url(images/spinner_big.gif) no-repeat center center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

/** Modal End **/ 

Update: My Super Moderator can delete thread it's working for him
(2017-11-16, 09:48 AM).m. Wrote: [ -> ]^ what is your forum url ?

You probably need a test account for that.

I hope there is a way to fix that inline moderation post. Do you want a test account for it?

(2017-11-16, 11:46 AM)arsalahmed786 Wrote: [ -> ]I still same problem sir.

Update: My Super Moderator can delete thread it's working for him

My Super Moderator doesn't work, did you set something special to it?
i don't do anything my super moderator delete his own thread without any problem.
(2017-11-16, 01:17 PM)arsalahmed786 Wrote: [ -> ]i don't do anything my super moderator delete his own thread without any problem.

Guess we can't do anything than hope someone fixes that. Hopefully, the guy who did flatty is going to bring an update soon. Sad
I also asked for a solution in the post where it's about the flatty theme but still did not get any answer.
Pages: 1 2 3