FUEL CMS Forum
Discussions
Activity
Home
›
Support
›
Bug Reports
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
3.3K
All Categories
255
FUEL CMS News
112
News & Announcements
101
Share
273
Support
115
Bug Reports
90
Installation
242
Development
68
Feature Requests
117
Modules
CRITICAL SECURITY VERSION UPDATE:
https://github.com/daylightstudio/FUEL-CMS/releases/tag/1.4.13
How do you pass record ID to item_action's others?
rvillain
January 2014
edited January 2014
in
Bug Reports
Any thoughts? can't find any documentation on this
Comments
rvillain
January 2014
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'))),
rvillain
January 2014
edited 11:46AM
from what i read online, uri_segment should have been loaded?
rvillain
January 2014
edited 11:46AM
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.
Forum Software Powered by Vanilla
Comments
'item_actions' => array('save', 'others' => array('change_password/' . uri_segment(4) => lang('change_password'))),
i was placing the settings within /fuel/config/MY_fuel_modules.php instead of /fuel/modules/[name]/config/[name]_fuel_modules.php