Hello UNA Team,
I already had the following membership levels:
- Standard
- Premium
- Professional
- Elite
The paid memberships have monthly and annual plans.
Then I created another membership level called ‘Premium Plus’ which is basically a clone of the ‘Premium’ membership level with some additional permissions.
The problem is that the new ‘Premium Plus’ membership is showing below (after) the ‘Professional’ and ‘Elite’ membership (at the bottom of list) on the acl-view page like this:
- Standard [Subscribe]
- Premium [Subscribe]
- Professional [Subscribe]
- Elite [Subscribe]
- Premium Plus [Subscribe]
I think that it’s because of its ID in the `sys_acl_levels` table in the database.
How can I safely edit/change the ID of ‘Premium Plus’ membership level in the database to get it appeared right after the ‘Premium’ level on the acl-view page?
Thanks