Resource icon

Unmaintained Approve all moderated profile posts (queries)

Compatible XF 1.x versions
  1. 1.4
License
BSD License
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 = 'moderated';
  • Like
Reactions: maszd
Author
dono
Views
508
First release
Last update

Ratings

0.00 star(s) 0 ratings
Top Bottom