MyBB Community Forums

Full Version: Restore button always showing?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Good morning,

I'm having this issue on my community board, in the post bit section, the restore button is always displayed I have tried the steps in this thread:
https://community.mybb.com/thread-219546.html

however nothing has worked.
Can you try this code instead?

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}
Worked perfectly , is there a reason why this one worked opposed to the one in the thread