Thanks - that's the ticket... What woud be helpful for me, as well, is to locate the function that is rewriting filenames so I can use the same function to do some file processing after the file has been written...
I'm dealing with this also. Fuel rewrites filenames on upload, and I'm trying to capture the rewritten filename. Using $this->upload_data() in my model (which extends Base_module_model) throws an unknown method exception...
This is related to the method that ion_auth uses to load its dependencies... these need to be tweaked.. in this case I replaced:
$this->ci->load->config('ion_auth', TRUE);
with
$this->ci->load->module_config('ion_auth', 'ion_…
Hmm.. I get the same error with both implementation methods... It seems to have something to do with the way ion_auth loads its config file... (/fuel/modules/ion_auth/config/ion_auth.php)..
Actually, I realized (with google's help) that I'd asked this question already, before I set this project aside for an extended period. Lance's handy response can be found below:
http://www.getfuelcms.com/forums/discussion/709/extend-admin-module-e…
Thanks Lance, that does look similar to what I'm doing - basically just querying for the shifts and adding them via form-fields.
A slightly unrelated question: Is there a way to add an arbitrary attribute to a form field.... I need some data attrib…
I'm having a problem with file ownership when writing to an assets folder subdirectory. In my case, fuel is accessing my server as 501:admin (user group). I've created the subdirectory assets/gallery_images, and given it 501:admin ownership, and 777…
Wanted to introduce myself to the FuelCMS community. I've been working with Drupal fairly extensively, and began an App in Codeigniter, then realized that I needed CMS capabilities which I had no interest in writing from the ground up. Sorting throu…
I think there's a type in admin's response. The key to the associative array should be the name of the *module* and the value should be the name of the *model*.