Is there anything I could do to set it up so user groups are automatically generated based on the user ranks/titles?
Example:
Find all users with title_id 5
add user to group_id 5
if group_id != 5 {
remove user from group_id 5
}
And do that with a few different groups. I'm not too familiar with PHP, so I'm not sure how I would go about coding this.. but is it possible? Or maybe, has it already been done?
Is there some kind of script that could be written? If anyone could point me in the right direction, that would be awesome. I'm willing to learn how to do it.