Hey WallBB.
Thanks for your feedback on this.
But i will have to wait for 1.8.18 version, unfortunately.
I just updated my Forum for 1.8.18 and I'm having some problems with Focus Theme, specially with the login ("Authorization code mismatch")
Can you predict a release date of Focus for 1.8.18?
I'm going to use the default ugly theme until i wait.
For the problem with "Recover" button always showing on postbit:
For anyone having trouble with this, the solution is pretty simple:
Open your global.css and add after ///modal this simple code:
PHP Code:
.postbit_qrestore,
.status_type{
display:none!important;
}
.deleted_post .postbit_qrestore,
.deleted_post .status_type{
display:inline!important;
}
.deleted_post .postbit_mirage{
display:none!important;
}
Save and done.
Please press Ctrl+F5 in your browser for refresh and see the changes on the thread.