See all "hidden from public posts" at once?

There is no such feature right now. You can query the records if you want to view them:

Code:
SELECT *
FROM xf_post
WHERE message_state = 'deleted';

Code:
SELECT *
FROM xf_thread
WHERE discussion_state = 'deleted'
 
:( Can you include this as a feature for the administrator in the future releases? I believe a lot of admins would like to give their moderators permissions to delete posts but reserve the power of hard deletion. Would be easy to have a review tool.

Thanks.
 
Top Bottom