Dear krileon.
Yes, Joomla already sets an auto increment id. Before saying what i do really need, let me say i'm using J!2.5 and CB 1.9.
But what i was looking for is a solution for this, maybe a little bit complicated:
- 2 Groups created. Group 1 and Group 2
- 4 Users created. User 1, User 2, User 3 and User 4.
- Make users 1 and 2 members of Group 1
- Make users 2 and 3 members of Group 2
User 1 should have an ID (not J! id) like 1001 ( Group 1)
User 2 should have an ID (not J! id) like 1002 ( Group 1)
User 3 should have an ID (not J! id) like 2001 ( Group 2)
User 4 should have an ID (not J! id) like 2001 ( Group 2)
Users cannot self register and all the registrations are made on the back-end, but i need to have a auto suggested ID (not J! id) for each user in each group.
Do you think this is possible?
Thanks in advance.