Thanks for the fix, pulled it down, works great.
Next time you are updating the docs, I noticed the hooks link to CI is broken on this page http://docs.getfuelcms.com/libraries/my_hooks
You can use ckeditor or markitup, settings for the editor are in fuel/application/config/MY_fuel.php
If you want to change core editor files (I've updated ckeditor versions for a few projects without any problems), they are in fuel/modules/fuel/ass…
Works like a charm! I just had to add a slash before 'views' to make it work. $blocks_path = $module_path.'/views/_blocks/'.$dir_folder;
I keep saying it, but thanks for the responsiveness and great product! The last 6 months of using Fuel (and re…
Excellent, thanks again, works great.
One more question about the blog module. The docs mention a method for Post model called get_categories('[order]'). I don't see it in blog_posts_model (just get_categories_linked). Is it in a different model po…
Sorry for bumping a really old thread, but I found it from a Google search on getting PDF files in the ckeditor link dropdown. It took awhile of going through the source code to find the answer and wanted to share it in case someone else finds this …
I am loving the block layouts feature, as Gumster said, a monster feature.
I was wondering though, instead of specifying the fields for the block, are we able to specify a model and have it pull the fields from there?
No errors, but the filter doesn't work, returns everything. The query is below. SELECT fuel_experiences.id, fuel_experiences.title, fuel_experiences.city, fuel_experiences.website, fuel_experiences.created FROM (`fuel_experiences`) LEFT JOIN `fuel_…
I can't believe how hard I was trying to make it. With just the one extra line of code it is working exactly how I wanted.
For completeness sake if anyone else is looking to do multiple instances of dates (or anything really) the model code is bel…
The data is an array containing each of the dates entered which are captured in the on_before_clean function and saved to a different table.
Maybe I am not using the Template type or add_extra/repeatable options correctly or have different expectat…
The code is for an Advanced Module, and it is inside of the form_fields function for a model. It allows multiple date ranges to be entered when adding a record. The date ranges are saved correctly in the database, but I am unsure how to edit those s…