Full community forum for Contensio.
Category (e.g. General)
└── Board (e.g. Announcements, Off-topic)
└── Thread (a topic started by a user)
└── Post (replies, including the opening post)
- Categories and boards managed from admin
- Threads with pin and lock flags
- Nested-flat replies (one level, chronological)
- Likes on posts
- Board-level lock to restrict posting
- Per-thread locking to stop replies
- View counter on threads
- Member profile page with their threads and post count
- Public URL structure:
/forum,/forum/{board},/forum/{board}/{thread} - Moderation dashboard in admin: recent posts, threads, delete/pin/lock actions
- Guest reading (toggle) / login required to post
- Search box for thread titles
- Auto-bumping: creating a reply updates the thread's last activity timestamp
- Contensio CMS
^2.0 - Authentication working (for users to post and to show profiles)
composer require contensio/plugin-forumEnable the plugin from the admin Plugins page. The CMS runs the migrations automatically.
- Go to
Tools -> Forum -> Categoriesand add your first category. - Add boards inside the category.
- Visit
/forumto see the public forum index. - Logged-in users can create threads and reply.
- Moderate pins, locks, and deletions from
Tools -> Forum -> Moderation.
AGPL-3.0-or-later. See the LICENSE file.