How do you pass record ID to item_action's others?

edited January 2014 in Bug Reports
Any thoughts? can't find any documentation on this

Comments

  • edited January 2014
    adding uri_segment(n) seems to crash the application. any thoughts?

    'item_actions' => array('save', 'others' => array('change_password/' . uri_segment(4) => lang('change_password'))),
  • edited 2:55PM
    from what i read online, uri_segment should have been loaded?
  • edited 2:55PM
    figured it out.

    i was placing the settings within /fuel/config/MY_fuel_modules.php instead of /fuel/modules/[name]/config/[name]_fuel_modules.php
Sign In or Register to comment.