This add-on allows your members to leave reviews of your site.
You can create unlimited rating criteria. This will allow the members to evaluate the services you provide.
Several permissions were set up to better exploit the add-on
The members can liked your reviews and for each appreciation...
Allow different attachments and their sizes for each forum. Limit uploads and downloads for Groups. This is possible with this add-on
Basic features:
Extensive group rights
Upload via URL
Open PDF in a new Browser Tab
Download all Attachments from a post at once as ZIP file
Download Tracker...
Backup first.
Here are the queries to soft delete all moderated profile posts:
DELETE
FROM xf_moderation_queue
WHERE content_type = 'profile_post';
UPDATE xf_profile_post
SET message_state = 'visible'
WHERE message_state = 'moderated';