lonnieezell / forum-example

An in-progress sample forum application built on CodeIgniter 4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mods: Moderate Posts

lonnieezell opened this issue · comments

Within the moderator area, will display the posts that were marked for moderation so that a mod can:
- approve the message, which removes it from moderator queue
- deny the message, deletes the message
- ignore the message and keep it in the queue

Should support bulk actions for the current page of results.

When a moderator/admin either approves or denies, a log entry is made reflecting this.