wiki:forums

Forums

Files required:

Elements:
centauro/views/elements/

Views:
centauro/views/forums/admin_listing.php

Controllers:
centauro/controllers/catforums_controller.php
centauro/controllers/forums_controller.php
centauro/controllers/topics_controller.php
centauro/controllers/replies_controller.php

Models:

centauro/models/catforum.php
centauro/models/forum.php
centauro/models/topic.php
centauro/models/reply.php

captcha ? maybe if forum is public

Description

Forums on user blog.

Notes

Forums are building follow a model cascade:

Catforum

-> Forum

-> Topic

-> Reply

Only the forum's owner can CRUD Catforum and Forum using backend admin section, Topic and Reply are open to all registered users and you can see it on the frontend.