FUEL CMS Forum
Discussions
Activity
Home
›
Development
›
Modules
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
3.3K
All Categories
255
FUEL CMS News
112
News & Announcements
101
Share
273
Support
115
Bug Reports
90
Installation
242
Development
68
Feature Requests
117
Modules
CRITICAL SECURITY VERSION UPDATE:
https://github.com/daylightstudio/FUEL-CMS/releases/tag/1.4.13
Module forum implementation
grafx
June 2015
edited June 2015
in
Modules
Is it possible to integrate a forum based system with the usage of a module?
Comments
admin
June 2015
edited 3:51PM
Sure. I'd take the approach of thinking of your project from a CodeIgniter standpoint first and figuring out what models you may need (threads, comments, users, etc). Then you can hooks those models up to the CMS as simple modules.
Perhaps a good example to look at is the Blog advanced module that incorporates a few sub (simple) modules like blog_posts, blog_comments, blog_users... etc:
https://github.com/daylightstudio/FUEL-CMS-Blog-Module
grafx
June 2015
edited 3:51PM
Thanks I will use this as a starting point.
Sign In
or
Register
to comment.
Forum Software Powered by Vanilla
Comments
Perhaps a good example to look at is the Blog advanced module that incorporates a few sub (simple) modules like blog_posts, blog_comments, blog_users... etc:
https://github.com/daylightstudio/FUEL-CMS-Blog-Module