Awesome cheers.
Wonder if it would be worthwhile to others to be able to send fuel_nav the group name instead of id? I had to look in the db to see what the id of the groups were.
I did this to make it happen:
Fuel Helper, around 322
if ( ! is_…
Kinda off topic a bit but the menu class behaves a bit out of (my) expectations.
I need a horizontal list. I could have an inline < ul > for sure. But since I can set the container_tag and item_tag for the list (so DIV and '') I figured it wo…
I struggled at first too. With Davids help I did:
[code]
$config['layout_fields']['my_page'] = array(
'content' => array('type' => 'textarea', 'description' => 'Body text'),
'comments' => array('description' => 'Allow comment…
In the same vein.. The install notes on .91 say to make the "/fuel/codeigniter/cache/dwoo/compiled" directory write-able.
I found I have to make the dwoo directory (so one up) writable otherwise error city.. On OSX 10.5.8/xampp and OSX 10.6.x/Apple…