Resource icon

XF 1 Tip Approve all moderated profile posts (queries)

Compatible XF Versions
1.x
Backup first.

Here are the queries to soft delete all moderated profile posts:
Code:
DELETE
FROM xf_moderation_queue
WHERE content_type = 'profile_post';

UPDATE xf_profile_post
SET message_state = 'visible'
WHERE message_state =...
You do not have permission to view the full content of this resource. Log in or register now.
Author
ENXF NET
Views
575
Last update
Rating
0.00 star(s) 0 ratings

More resources from ENXF NET

Top