2018-08-23, 07:11 PM
Notwithstanding this error, for those with custom themes, these are the notes I made while testing on my test board:
These are the templates that you need to go check against the default ones and make changes accordingly:
editpost
error_nopermission
forumdisplay_inlinemoderation
member_lostpw
newreply
newthread
post_attachments_new
post_javascript
postbit_edit
postbit_multiquote
postbit_quickdelete
postbit_quickrestore
postbit_quote
private_send_autocomplete
search_results_posts_inlinemoderation
search_results_threads_inlinemoderation
showthread
showthread_inlinemoderation
showthread_printthread
showthread_ratethread
also global.css adds at approx line 1330
.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;
}
These are the templates that you need to go check against the default ones and make changes accordingly:
editpost
error_nopermission
forumdisplay_inlinemoderation
member_lostpw
newreply
newthread
post_attachments_new
post_javascript
postbit_edit
postbit_multiquote
postbit_quickdelete
postbit_quickrestore
postbit_quote
private_send_autocomplete
search_results_posts_inlinemoderation
search_results_threads_inlinemoderation
showthread
showthread_inlinemoderation
showthread_printthread
showthread_ratethread
also global.css adds at approx line 1330
.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;
}
What goes around comes around