Community Modules

edited March 2014 in Modules
Is there a place to list modules developed by the FuelCMS Community?

I have a module that I am building and would like to get some feedback.
https://github.com/kbjohnson90/FUEL-CMS-Contact-Module

Also, it'd be nice to have other modules to dig through and learn from.

Is there already a place for this?

Comments

  • edited 11:57AM
    There are a list of advanced modules that can be found here:
    http://www.getfuelcms.com/developers

    If you submit one, we'll review it and can post it there barring any sort of issues.
  • edited May 2014
    Hi @kbjohnson90 i have tried installing your module but having some issues.

    I have copied all the files into a folder fuel/modules/contact/

    installed the sql to the db

    added: $config['modules']['contact'] = array(); to my_fuel.php

    but get this error:

    A PHP Error was encountered Severity: Notice Message: Undefined index: contact Filename: config/MY_fuel_modules.php Line Number: 21 A PHP Error was encountered Severity: Notice Message: Undefined index: contact Filename: config/MY_fuel_modules.php Line Number: 21

    any ideas? many thanks.
  • edited May 2014
    Did you download the tagged release or the master?

    Also, did you add 'contact' to 'modules_allowed' config array?

    // specifies which modules are allowed to be used in the fuel admin $config['modules_allowed'] = array( 'user_guide', 'contact', );
  • edited 11:57AM
    @kbjohnson90 Sorry for the late reply, didn't get a notification through. But you solved it, I hadn't added contact to 'modules_allowed'. Thank you
  • edited 11:57AM
    Awesome. Glad that worked for you.
    Let me know if there is anything else. I use this module on a lot of projects and really would like to get it polished.
  • edited 11:57AM
    I like this module but needs some more polishing in the frontend UI and support for Bootstrap, then it would be perfect :)

    I'm gonna do the Bootstrap integration.
  • edited 11:57AM
    I'm glad you like it!

    Could you make a feature request in the Repo's issue section?
    https://github.com/kbjohnson90/FUEL-CMS-Contact-Module/issues/new


    It currently has a vanilla theme and a foundation theme, but I'd love to get a bootstrap theme as well. I'll be watching for a pull request :)
Sign In or Register to comment.