Module forum implementation

edited June 2015 in Modules
Is it possible to integrate a forum based system with the usage of a module?

Comments

  • edited 3:08AM
    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
  • edited 3:08AM
    Thanks I will use this as a starting point.
Sign In or Register to comment.