I was attempting to install it using the installer via the URL, but the CLI produces the same end.
I placed the following code after the environment definition
if (defined('STDIN')) { echo ENVIRONMENT; die(); }
which produces: 'development', which…
Line 2 of posts.php shows:
<?=fuel_edit('create', 'Create Post', 'blog/posts')?>
The Super Admin is able to see the create button, but not a user with the 'Blog Posts: Create' permission.
I just updated to 1.1 and that added a fuel_edit icon for the blog posts. However, there is no create icon.
Thanks for the note about the bug fix in the update.
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 a…
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.
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', …
I hadn't thought about it being AJAXed in. Thanks.
I disabled an ad blocker plugin (AdBlock) for FF, and now it seems to work fine.
Although, that plugin has never interfered with a FUEL CMS installation previously.
That branch has probably been deleted by now, as FUEL CMS is now in version 1.0.5 .
However, I have been developing an advanced module with Contact Form functionality.
https://github.com/kbjohnson90/FUEL-CMS-Contact-Module
Awesome. Thanks for the tip.
I had also set a field 'URL' to be a text field (changed from a select), but it too rendered as a textarea. Is the reason the same?
Currently, the base controller _render() function checks the config file for a theme setting and loads any specified css files.
So it is conditional, based on settings. (trying to emulate the blog module)
Is this an ok approach for a re-usable mod…
I'm developing a contact module, which includes a front-page.
I started building the front page block using the Foundation CSS framework, but I then realized that while I currently have foundation loaded, other projects may be built using something…
$breadcrumbs = fuel_nav( array( 'render_type' => 'array', 'parent' => '[first bread crumb key]' ) )This will return the array itself starting from the parent key that you choose, from which you could build your ow…
It is being parsed out 'on save' in the CMS.
Every time I added them all back in, they would be removed.
I have since only added back a partial amount; that seems to be fine.
I'm going to slowly add them back in. Maybe I'll find a breaking point.
…
Of course.... as soon as I finally post to the forum, I get something working.
My observation:
When an advanced module contains more than one simple module, then the file config/{module_name}_fuel_modules.php must contain more specific model inform…
http://miracleofsharing.com/
A Charity Benefit bass tournament in Southeast TN.
Features:
Google Maps API
Sponsors integrated into Map and Scheduled Events
Online Tournament Registration
The simple module features in FUEL are excellent. Still wor…