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-ModuleAlso, it'd be nice to have other modules to dig through and learn from.
Is there already a place for this?
Comments
http://www.getfuelcms.com/developers
If you submit one, we'll review it and can post it there barring any sort of 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.
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', );
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.
I'm gonna do the Bootstrap integration.
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