MyBB Community Forums

Full Version: 1.8.9 soft delete posts problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
https://gyazo.com/d7914e23d7a50a738407ecd2198f5319
it's normal?
i used soft delete posts
and i put in css

.deleted_post_hidden {
border-top: 2px solid #ccc;
padding: 15px;
}

.deleted_post_collapsed {
border-top: 3px solid #333;
padding: 15px;
}

.deleted_post_collapsed .show_deleted_post {
margin-top: -15px;
}

.deleted_post_collapsed .show_deleted_post a.button span {
background-position: 0 -400px;
}


how can i see delete post soft?...
i tried to delete all global.css and same problem...post isn't show

solved...need to put {$deleted_bit} in postbit and postbit_classic