Skip to main content

Content Review

📖 FuerteventuraTV Docs Joomla & WordPress AI plugins
Daily use

Content Review

Content Review is the moderation queue for all AI-generated content. Before any AI output is published to your site, an editor can approve, reject, or request a regeneration here.


Workflow

AI Scheduler generates output
        │
        ▼
ContentReview table  (status: pending)
        │
        ├── Approve ──────────────► Published to CMS
        │
        ├── Reject ───────────────► status: rejected  (kept for audit)
        │
        └── Regenerate ───────────► Sends prompt again → new pending item

The review list

Navigate to JoomlaAI → Content Review.

ColumnDescription
TitleAuto-extracted from the AI output's first heading or first line
Sourcescheduler (from a cron job) or chat (manually sent from Chatbot)
Provider · ModelWhich AI generated it
TokensTotal tokens consumed (input + output)
Statuspending · approved · published · rejected
CreatedWhen the item was generated
ActionsView · Approve · Reject · Regenerate · Delete

Filtering

Use the filter bar to narrow the list:

FilterOptions
StatusAll · Pending · Approved · Published · Rejected
ProviderAll · Claude · OpenAI · Gemini · Groq · Nvidia · Ollama
Date rangeFrom / To
SourceAll · Scheduler · Chat

Reviewing an item

Click the title or the View icon to open the full preview.

The preview shows:

  • The full generated text with syntax highlighting (code blocks, headings).
  • The original prompt that produced it.
  • Token count and cost estimate.
  • The job name and schedule that triggered it.

Actions inside the preview

ButtonEffect
ApproveMarks status approved; enables the Publish button
PublishPublishes to the CMS (Joomla article / WP post) immediately
Approve & PublishOne-click approval + publish
RejectMarks status rejected; item is hidden from the default list
EditOpens a plain-text editor to tweak the content before publishing
RegenerateSends the original prompt again; a new pending item is created; original is kept
DeletePermanently removes the item (requires confirmation)

Bulk actions

Select multiple items via the checkboxes, then use the Bulk Action dropdown:

  • Approve selected
  • Approve & Publish selected
  • Reject selected
  • Delete selected

Publishing details

When you publish an item, JoomlaAI:

  1. Creates a new Joomla Article (in the target category from the job config) or a new WordPress Post.
  2. Sets the title from the content review title field.
  3. Assigns the tags and category from the job definition.
  4. Sets the article state to the post-publish action configured on the job (published / draft).
  5. Logs the publish event to the Audit Log.

Permissions

CapabilityAccess
joomlaai.content_review / wpai_review_contentApprove, reject, publish, regenerate
core.manage / wpai_dashboardView list (read-only)
core.delete / wpai_review_contentDelete items

_Last updated: 2026-05-19 · v2.5.3_