... myhomepage/component/option,com_seminar/task,register/
I found in backend files the following example:
Code: Select all
if (!($acl->acl_check( 'administration', 'edit', 'users', $my->usertype, 'components', 'all' )
| $acl->acl_check( 'administration', 'edit', 'users', $my->usertype, 'components', 'com_comprofiler' ))) {
mosRedirect( 'index2.php', _NOT_AUTH );
}
how to modify these lines for only registered user (not administration) ?
or is there a simpler way of doing this?
I'm using Joomla 1.0.13.
thank you for some tips. Pierre