you can set the module property to "displayonly" => TRUE in your MY_fuel_modules.php file for your module. You can also set the "item_actions" => array() to hide action buttons.
>> You can also set the "item_actions" => array() to hide action buttons. Does that go in MY_fuel_modules.php too? If I do that, the form URL returns a 404 whereas without it, the form shows fine (but with the buttons)
I'm on Fuel 1.0 but haven't upgraded to 1.02 yet. Would that make a difference?
I actually want the whole form as read-only so "item_actions" => array() would be the best fit. I'm currently on a git pull of v1beta but will be upgrading to the proper v1.02 release shortly.
Comments
>> You can also set the "item_actions" => array() to hide action buttons.
Does that go in MY_fuel_modules.php too? If I do that, the form URL returns a 404 whereas without it, the form shows fine (but with the buttons)
I'm on Fuel 1.0 but haven't upgraded to 1.02 yet. Would that make a difference?
"item_actions" => array('save'),