Questions tagged [user-groups]

76 questions
2
votes
1 answer

Can User Groups be ordered?

I have a site where users move through different groups based on their progress through an eLearning course. On the CP Users page the groups are listed alphabetically down the left. To get them in a meaningful order I have prefixed their names with…
Neal Hulme
  • 153
  • 1
  • 4
1
vote
1 answer

How to assign a group to a user in PHP

The following doesn't assign an existing user to a group. I've confirmed that both the user and the group exist. Any ideas? $user =…
David Jones
  • 331
  • 2
  • 8
1
vote
0 answers

Allow logged in user to change his own user group using front end form

I'd like to allow a user to change his user group via front end form. I tried passing the groupId as the destination group, but it doesn't seem to work. This is what I was passing:
Lori
  • 866
  • 6
  • 18
1
vote
1 answer

Trying to Add a Specific Menu Depending on User Group

I'm trying to show a menu based on what group a user is in once they have logged in. However, I'm not having any success. Here is an example (for one of the groups) of what I have in my _base.html file, which I'm extending in my other pages: {% if…
Todd
  • 284
  • 1
  • 6
0
votes
2 answers

Display & check-for User Group on public profile

This two-part question is half an exact duplicate of How do you display a user's User Group? but I'm unable to leave a comment :( I'm trying to display & check-for the user group a user belongs to on a public profile page. There are coaches and…
Chase Giunta
  • 749
  • 5
  • 14