Joomla Tutorials
How to make registered users Authors when they register | How to make registered users Authors when they register |
|
|
|
|
There is a quick fix to make users Authors when they register. You need to edit the registration.php file located in components/com_registration, on line 142, change this line --> $row->gid = $acl->get_group_id( 'Registered', 'ARO' ); to $row->gid = $acl->get_group_id( 'Author', 'ARO' );
|
| < Prev |
|---|





