So I am missing how the left and right keys are created.
What do I have to do to have my group show up in the users access list?
Is there any documentation on how the left and right keys work and are created.
Here is what my jos_core_acl_aro_groups table looks like.
Code: Select all
+----+-----------+---------------------+-----+-----+---------------------+
| id | parent_id | name | lft | rgt | value |
+----+-----------+---------------------+-----+-----+---------------------+
| 17 | 0 | ROOT | 1 | 22 | ROOT |
| 28 | 17 | USERS | 2 | 21 | USERS |
| 29 | 28 | Public Frontend | 3 | 12 | Public Frontend |
| 18 | 29 | Registered | 4 | 11 | Registered |
| 19 | 18 | Author | 5 | 10 | Author |
| 20 | 19 | Editor | 6 | 9 | Editor |
| 21 | 20 | Publisher | 7 | 8 | Publisher |
| 30 | 28 | Public Backend | 13 | 20 | Public Backend |
| 23 | 30 | Manager | 14 | 19 | Manager |
| 24 | 23 | Administrator | 15 | 18 | Administrator |
| 25 | 24 | Super Administrator | 16 | 17 | Super Administrator |
| 26 | 25 | TestGrp | 100 | 200 | Testing Group |
+----+-----------+---------------------+-----+-----+---------------------+
Thanks for the help.
timgerr