Breadcrumbs
Home / Documentation / FLEXIaccess ACL / RulesCreating a specifc FLEXIaccess Rule
Lets take the scenario of a component com_rdautos that we need to give access to the backend component view Vehicle Management but not to the backend component view Dealer Management
1. In FLEXIaccess backend Tab "Rules" we create the 2 specific rules, one for vehicle management and one for dealer management:


2. In FLEXIaccess backend Tab "Groups", we create a new collective user group, called "Auto Manager" and add all the user(s) we need
3. In FLEXIaccess backend Tab "Backend & Specific", we click at the left, to select the "Auto Manager" user group, and then set the 2 new permissions:

4. Inside the backend entry point of your component, e.g.admin.rdautos.php,
check and add the management tabs links in your component mangement Tab Bar:
1 2 3 4 5 6 7 8 9 10 11 |
$user = & JFactory::getUser(); $canManageVehicle = ($user->gid < 25) ? |
Similar code should be inside the vehicle / dealer controllers or views to check and prevent user from using the views
Latest Members
Online Members
Members Online: 0



Latest Comments
Thank you very much!! Can you also decribe the cod...
Thursday 10:06
Yes edit button for category view is now available...
Tuesday 08:04
Please post such questions in the forum
Thursday 08:11
Hello, I am trying to grapple with what is clearly...
Thursday 01:46