I'm trying to create a page to manage users and groups.
I have a group table:
group id,
group name,
group description, etc.
And a user table:
user id,
first name,
last name,
group id, etc.
I created a page that shows a list of all users in the current group based on the group id parameter.
Below that is a list of all of users that have a blank group id (They are not in a group yet).
I would like to select multiple users from the list without group ids, and click Add to Group. Can you suggest the best way to do this? I tried to use Bulk Edit, but the group id is a random number and the user won't know which group to populate. Ideally, rather than popping up a dialog box, I would like the bulk edit to read the group id parameter and do the update.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
sbright420c
I'm trying to create a page to manage users and groups.
I have a group table:
group id,
group name,
group description, etc.
And a user table:
user id,
first name,
last name,
group id, etc.
I created a page that shows a list of all users in the current group based on the group id parameter.
Below that is a list of all of users that have a blank group id (They are not in a group yet).
I would like to select multiple users from the list without group ids, and click Add to Group. Can you suggest the best way to do this? I tried to use Bulk Edit, but the group id is a random number and the user won't know which group to populate. Ideally, rather than popping up a dialog box, I would like the bulk edit to read the group id parameter and do the update.
Thank you!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.