I came up with a simpler solution as it appears the functionality may have been added after this question was originally asked. Essential all you need to do is set the "dsn" value in your model.
I just wrote a quick post about it if anyone needs mo…
I think I got it. I created a controller and extended the Module controller of the Fuel module. The example below simply overrides the filter array in $config['modules']['localization_translations'].
require_once(FUEL_PATH.'/controllers/Module.php…
Thanks for the response.
I'm trying to get it to work as a filter and show up next to the search at the top. I'm trying to break down the Assets module because the "Asset Folder" drop down functions exactly how I want mine to. The part I'm have tr…
So I had the same problem this morning. Turns out it wasn't working for 2 reasons. After the following changes I got it to work.
1. You are likely missing the mime for mp4 in your mime.php config file. Add this to the array:
'mp4' => 'video/mp4'…
Bingo.... I don't know why I didn't think of that. I was trying to use fuel_model and "{loop}" to iterate over the array within the Page content. Using fuel_block is a much better idea.
Thanks.
http://cnmllp.com/
Launched fueled redesign today. Currently only using the Page functionality of the CMS but working on custom modules for a few blocks.
Fuel CMS is now my favorite CMS.
Thanks.
Daniel S.