Skip to content

⚙️ Gold Standard Admin Interface

Complete guide to managing articles, categories, and module settings through the administration panel.

The Gold Standard module provides a comprehensive admin interface for content management, user permissions, and system configuration.


Overview

flowchart TB
    subgraph Admin["Admin Panel"]
        direction TB
        DASH[Dashboard]
        ART[Articles]
        CAT[Categories]
        TAG[Tags]
        CMT[Comments]
        SET[Settings]
        PRM[Permissions]
    end

    subgraph Articles["Article Management"]
        LIST[Article List]
        EDIT[Editor]
        REV[Revisions]
        MEDIA[Media Library]
    end

    subgraph Settings["Configuration"]
        GEN[General]
        DISP[Display]
        SEO[SEO Settings]
        PERF[Performance]
    end

    DASH --> ART
    DASH --> CAT
    DASH --> SET
    ART --> Articles
    SET --> Settings

Accessing the Admin Panel

Navigate to the Gold Standard admin area:

https://yoursite.com/modules/goldstandard/admin/

Or from XOOPS Admin Menu: 1. Log in as Administrator 2. Go to Control PanelModulesGold Standard


Dashboard

The dashboard provides an at-a-glance overview of your content.

Statistics Panel

Metric Description
Total Articles Count of all articles
Published Currently live articles
Drafts Unpublished drafts
Scheduled Articles awaiting publication
Views Today Total page views for today
Comments Pending Awaiting moderation

Quick Actions

Action Description
New Article Create a new article
Review Comments Moderate pending comments
Clear Cache Purge cached content
View Site Open frontend in new tab

Recent Activity

The activity feed shows: - Recently published articles - New comments - User actions - System notifications


Article Management

Article List

flowchart LR
    subgraph Filters
        STATUS[Status Filter]
        CAT[Category]
        AUTHOR[Author]
        DATE[Date Range]
    end

    subgraph Actions
        EDIT[Edit]
        PUB[Publish]
        ARCH[Archive]
        DEL[Delete]
    end

    subgraph Bulk
        SEL[Select All]
        BULK[Bulk Actions]
    end

    Filters --> LIST[Article Table]
    LIST --> Actions
    LIST --> Bulk

Filtering Articles

Filter Options
Status All, Published, Draft, Archived, Scheduled
Category Any category or subcategory
Author Any registered author
Date Custom date range picker
Search Title, content, or ID

Bulk Operations

Select multiple articles for bulk actions:

Bulk Action Description
Publish Publish all selected drafts
Archive Move to archive
Delete Permanently delete
Change Category Move to another category
Change Author Reassign to different author

Article Editor

The article editor provides a full-featured writing environment.

flowchart TB
    subgraph Editor["Article Editor"]
        direction TB
        TITLE[Title Field]
        CONTENT[Content Editor]
        EXCERPT[Excerpt]
        META[Meta Fields]
    end

    subgraph Sidebar["Sidebar Options"]
        PUB[Publish Box]
        CATS[Categories]
        TAGS[Tags]
        FEAT[Featured Image]
        SEO[SEO Settings]
    end

    subgraph Content["Content Editor"]
        VIS[Visual Mode]
        CODE[Code Mode]
        PREV[Preview]
    end

    Editor --> Sidebar
    CONTENT --> Content

Title & Slug

Field Description
Title Article headline (required, 3-255 chars)
Slug URL-friendly identifier (auto-generated)
Custom Slug Override auto-generated slug

Content Editor

Visual Mode Features: - Rich text formatting (bold, italic, headings) - Block elements (quotes, code, lists) - Media embedding - Table insertion - Link management

Code Mode Features: - Syntax highlighting - Line numbers - HTML validation - Auto-completion

Publish Options

Option Description
Status Draft, Pending Review, Published
Visibility Public, Members Only, Private
Publish Date Immediate or scheduled
Author Article author (admin can change)
Stick to Top Pin article at top of lists

Categories & Tags

  • Categories: Hierarchical, single or multiple selection
  • Tags: Flat taxonomy, auto-suggest from existing tags
  • Create New: Add categories/tags inline

Upload or select from media library: - Recommended size: 1200×630px - Supported formats: JPG, PNG, WebP - Auto-resize and optimization - Alt text and caption fields

SEO Settings

Field Description
Meta Title Override for search engines
Meta Description Search result snippet
Canonical URL Prevent duplicate content
Robots Index/noindex, follow/nofollow
Open Graph Social media preview settings

Revisions

Track and restore article versions.

flowchart LR
    V1[Version 1]
    V2[Version 2]
    V3[Version 3]
    CURR[Current]

    V1 --> V2 --> V3 --> CURR

    V2 -.->|Restore| CURR

Revision Features

Feature Description
Auto-save Saves every 60 seconds while editing
Compare Side-by-side diff view
Restore Revert to any previous version
Retention Keep last 20 revisions per article

Comparing Revisions

  1. Click Revisions in the editor sidebar
  2. Select two versions to compare
  3. View highlighted additions/deletions
  4. Click Restore to revert if needed

Category Management

Category List

View all categories in hierarchical tree or flat list.

Column Description
Name Category display name
Slug URL identifier
Parent Parent category (if nested)
Articles Count of articles
Order Display order

Creating Categories

Field Description
Name Category name (required)
Slug URL-friendly identifier
Parent Parent category for nesting
Description Category description (for SEO)
Image Category thumbnail
Order Sort order (lower = first)

Category Hierarchy

flowchart TB
    ROOT[Root Categories]

    subgraph News
        N1[Technology]
        N2[Business]
        N3[Science]
    end

    subgraph Tutorials
        T1[Beginner]
        T2[Advanced]
        T3[Expert]
    end

    ROOT --> News
    ROOT --> Tutorials

Limits: - Maximum nesting depth: 3 levels - Unlimited categories per level - Drag-and-drop reordering


Tag Management

Tag Cloud

View tags by popularity with usage counts.

Tag Operations

Action Description
Merge Combine duplicate tags
Rename Update tag name and slug
Delete Remove tag (articles unaffected)
Bulk Delete Remove unused tags

Tag Suggestions

Configure auto-suggest behavior:

Setting Options
Minimum Usage Hide tags used fewer than N times
Maximum Suggestions Limit suggestions shown (default: 10)
Sort By Alphabetical, Usage Count, Recent

Comment Moderation

Moderation Queue

flowchart LR
    NEW[New Comments]
    QUEUE[Moderation Queue]

    subgraph Actions
        APP[Approve]
        SPAM[Mark Spam]
        DEL[Delete]
        REPLY[Reply]
    end

    NEW --> QUEUE --> Actions

Comment States

State Description
Pending Awaiting moderation
Approved Visible on site
Spam Marked as spam
Trash Soft deleted

Moderation Settings

Setting Description
Auto-approve Approve comments from trusted users
Moderation Keywords Hold comments with specific words
Blocklist Auto-spam comments with blocked words
Link Limit Hold comments with too many links

Bulk Moderation

Select multiple comments for: - Approve all selected - Mark all as spam - Delete all selected - Move to trash


Media Library

Media Browser

flowchart TB
    subgraph Upload
        DRAG[Drag & Drop]
        SELECT[File Select]
        URL[From URL]
    end

    subgraph Library
        GRID[Grid View]
        LIST[List View]
        FILTER[Filters]
    end

    subgraph Actions
        EDIT[Edit Details]
        CROP[Crop/Resize]
        DELETE[Delete]
    end

    Upload --> Library --> Actions

Supported Formats

Type Formats
Images JPG, PNG, GIF, WebP, SVG
Documents PDF, DOC, DOCX
Video MP4, WebM (embedding only)
Audio MP3, OGG

Upload Settings

Setting Default
Max File Size 10 MB
Max Dimensions 4096×4096
Auto-resize Enabled
Quality 85%

Image Editing

Built-in image editor supports: - Crop and resize - Rotation - Basic adjustments (brightness, contrast) - Multiple size generation


Module Settings

General Settings

Setting Description
Module Title Display name in menus
Articles per Page Pagination default (1-100)
Default Status New article default status
Editor Visual, Code, or Hybrid
Autosave Interval Seconds between auto-saves

Display Settings

Setting Description
Thumbnail Size List thumbnail dimensions
Excerpt Length Characters in auto-excerpt
Show Author Display author info
Show Date Display publish date
Show Views Display view counter
Show Comments Enable/disable comments

SEO Settings

Setting Description
Title Format Article title pattern
Meta Description Default description template
Canonical Base Base URL for canonicals
Sitemap Include in sitemap
Schema.org Enable structured data

Performance Settings

Setting Description
Enable Cache Cache rendered output
Cache Duration TTL in seconds
Lazy Loading Defer image loading
Minify Output Compress HTML output

Advanced Settings

Setting Description
Custom CSS Additional stylesheet
Custom JS Additional JavaScript
Header Code Code for <head> section
Footer Code Code before </body>

Permissions

Permission Groups

flowchart TB
    subgraph Roles
        ADMIN[Administrators]
        EDITOR[Editors]
        AUTHOR[Authors]
        MEMBER[Members]
        GUEST[Guests]
    end

    subgraph Capabilities
        CREATE[Create]
        EDIT[Edit]
        DELETE[Delete]
        PUBLISH[Publish]
        VIEW[View]
    end

    ADMIN --> CREATE & EDIT & DELETE & PUBLISH & VIEW
    EDITOR --> CREATE & EDIT & PUBLISH & VIEW
    AUTHOR --> CREATE & VIEW
    MEMBER --> VIEW
    GUEST --> VIEW

Permission Matrix

Permission Admin Editor Author Member Guest
View Published
View Drafts Own
Create Articles
Edit Own
Edit Others
Publish
Delete Own
Manage Categories
Manage Settings
Moderate Comments

Category Permissions

Assign permissions per category: - Restrict viewing to specific groups - Limit posting to certain authors - Category-specific moderation


Import/Export

Import Data

flowchart LR
    subgraph Sources
        FILE[File Upload]
        WP[WordPress]
        RSS[RSS Feed]
        API[API Import]
    end

    subgraph Process
        MAP[Field Mapping]
        VALID[Validation]
        IMPORT[Import]
    end

    subgraph Result
        SUCCESS[Success Report]
        ERRORS[Error Log]
    end

    Sources --> Process --> Result

Import Wizard

Step 1: Select Source - Upload file (JSON, CSV, XML) - WordPress export file - RSS feed URL - Connect to external API

Step 2: Configure Options - Default category for new articles - Default author - Import status (draft/published) - Handle duplicates (skip/update)

Step 3: Map Fields - Match source fields to Gold Standard fields - Preview data mapping - Configure transformations

Step 4: Import - Batch processing with progress bar - Real-time error reporting - Rollback option on failure

Export Data

Format Description
JSON Full data with metadata
CSV Spreadsheet-compatible
XML WordPress-compatible
Markdown Plain text with frontmatter

Maintenance

Cache Management

Action Description
Clear All Purge entire cache
Clear Articles Article cache only
Clear Templates Template cache only
Rebuild Clear and warm cache

Search Index

Action Description
Reindex All Rebuild entire search index
Reindex Recent Index articles from last 7 days
Optimize Optimize index performance

Database

Action Description
Optimize Tables Run OPTIMIZE on tables
Check Tables Verify table integrity
Repair Tables Fix corrupted data
Backup Export database tables

Cleanup

Action Description
Old Revisions Delete revisions older than N days
Orphaned Media Find media not attached to articles
Spam Comments Permanently delete spam
Empty Trash Clear all trashed items

Keyboard Shortcuts

Global Shortcuts

Shortcut Action
? Show keyboard shortcuts
g then d Go to Dashboard
g then a Go to Articles
g then c Go to Categories
g then s Go to Settings

Editor Shortcuts

Shortcut Action
Ctrl/Cmd + S Save draft
Ctrl/Cmd + Shift + P Preview
Ctrl/Cmd + B Bold
Ctrl/Cmd + I Italic
Ctrl/Cmd + K Insert link
Ctrl/Cmd + Shift + M Insert media

List Shortcuts

Shortcut Action
j Next item
k Previous item
x Select item
e Edit selected
d Delete selected

Troubleshooting

Common Issues

Articles not showing on frontend: 1. Check article status (must be Published) 2. Verify publish date is in the past 3. Check category permissions 4. Clear cache

Media upload failing: 1. Check file size limits 2. Verify file format is allowed 3. Check folder permissions 4. Review PHP upload settings

Search not returning results: 1. Rebuild search index 2. Check if articles are published 3. Verify search is enabled 4. Check search configuration

Slow admin performance: 1. Optimize database tables 2. Clear expired cache 3. Reduce revisions retention 4. Check server resources



admin #interface #management #configuration #goldstandard