hi sorry to add comments in this post. php index.php fuel/installer/install search how to do this command, i dont see installer folder under fuel but install folder only. I also went to repository here https://github.com/daylightstudio but dont thin…
when create asset upload, there is a drop down called "Asset folder", is there anyway to customize this dropdown to show all sub directory under images folder?
I actually used default fuel_categories table for the categories table. However, the column of categories is not shown when listing out the pages on page module. Basically what i do now is to modify MY_fuel_modules.php add
$config['module_overwrit…
because we have one to many relationship, which means one category will have multiple pages. so i added public $foreign_keys = array('category_id' => array(FUEL_FOLDER => 'categories_model'))) in my new page model.
however, one question, i h…
Super fast response, thanks. It is my first time touching on fuel cms as our company believe it can be customized for our clients' large global sites. Thanks for good work and looking forward new updates.