need help with validation in administration
Hello, i am new to fuel cms. I was going through blog module. I was trying to get validation of settings page just for learning purpose.
I made following change in public $required = array('title'); in Blog_settings_model and $fields['title'] = array('required'=>TRUE); in controllers/settings.php
and i am not able to get validation done for settings page. Am i missing something?
Comments
https://github.com/daylightstudio/FUEL-CMS/tree/1.0
https://github.com/daylightstudio/FUEL-CMS-Blog-Module