I just looked at the blog module, there is a fix for changing base_module_model reference to Base_module_model.
I tried that in Forms_model.php and Form_entries_model.php and all now works OK
Thanks but still not calling the my_form_post_process function.
i set it up as you have above but changed the my_form to contact
It looks like that the hook added to the config>forms.php file is not been added to $hooks on the form object.
I …
I couldn't get the hook to work. May be if you have time you could explain in more detail.
However I altered the function in Fuel_Forms.php to
protected function get_email_subject() { if (empty($this->email_subject)) { return $this->…
Thanks that good to know. I am using <?=form('contact')?> but what I would like to do is have the emails subject line contain the name of the name field. Will I be able to do that using a hook?
www.eveshamtown.co.uk
Just launched this site for a local district council. Had some challenges to overcome which i thought might be a problem. In the event FUEL worked pretty much out of the box.
I had to keep an already built business directory …
www.heritageboatsofevesham.com
Launched a few days ago using FUEL CMS. Had a really tight deadline to meet and fuel saved the day. The project was half done in that a static site had been made already but not completed. We took over the project and…
In the blog module the table names have the prefix fuel_ can you tell me how the prefix is added in the models/config ive looked for some time and can't figure it out. If i add a prefix to my own tables the sql fails with table not found.
I have a question please.
If i have a single view file eg. shop.php which is taking it's data from a model shop_model.php set up as a simple module. It works great in both admin and browsing to /shop on the front end.
I want this to be an advanced…
Thanks, maybe you could give some direction on the best way to implement customer registration/accounts. Should i use the fuel admin or build own admin pages?
As far as categories/products listing for the front of the site we can use existing help f…
OK had a look but not too sure where to look in the file.
However if i did disable javascript and saved and the extra lines still get added so maybe it's not the editor?
Ive just finished a site using fuelcms. It's not a big site at all, may be doesn't even need fuel at this stage but it's simple to begin with and finding my way around fuels features.
Got plans to open up the CMS part and add a module or use the ass…