Modifying default .. \dashboard\users\search.php
Permalink
Good Day people..
I am trygin to modify the /dashboard/users/search/view/7 Page the way you view the Member Attruibutes.
But it uses.
I would Like to filter this using
But I am un-sure how the Array works and is set-up, and where how this applies the Div's and layout.
Regards
Carl Lee
I am trygin to modify the /dashboard/users/search/view/7 Page the way you view the Member Attruibutes.
But it uses.
Loader::element('attribute/editable_list', array( 'attributes' => $attributes, 'object' => $user, 'saveAction' => $view->action('update_attribute', $user->getUserID()), 'clearAction' => $view->action('clear_attribute', $user->getUserID()), 'permissionsArguments' => array('attributes' => $allowedEditAttributes), 'permissionsCallback' => function ($ak, $permissionsArguments) { return is_array($permissionsArguments['attributes']) && in_array($ak->getAttributeKeyID(), $permissionsArguments['attributes']); }, ));
I would Like to filter this using
$set = AttributeSet::getByHandle('corp_infromation');
But I am un-sure how the Array works and is set-up, and where how this applies the Div's and layout.
Regards
Carl Lee