Skip to main content
Best Answer

Manage Team Requests?


Forum|alt.badge.img+1

Greetings~

I can’t find any info on this. My Power users can see this under their user management. What is manage team requests? Where would someone put in a request that would appear here? More importantly, how can I hide this? Thank you!

 

 

Best answer by Bfarkas

This should work, note it will hide it for all users, and is based on the aria tag language which could change over time:

li:has([aria-label="Manage Team Requests"]) {
display: none;
}

 

View original
Did this post help you find an answer to your question?

4 replies

lrnlab
Hero III
Forum|alt.badge.img+8
  • Hero III
  • 4802 replies
  • February 19, 2024

This is for when users request to join a team. Depends on whether you have these options allowed or not but the sadly the option remains. Same for Pending Users (logged in as superadmin) even when you have no self-registrations or moderated registrations. You would need some CSS to hide that.


Forum|alt.badge.img+1
  • Author
  • Influencer III
  • 66 replies
  • February 19, 2024

@lrnlab Thank you for the explanation. Anyone out there have any CSS to hide this?


Bfarkas
Hero III
Forum|alt.badge.img+5
  • Hero III
  • 3582 replies
  • Answer
  • February 21, 2024

This should work, note it will hide it for all users, and is based on the aria tag language which could change over time:

li:has([aria-label="Manage Team Requests"]) {
display: none;
}

 


Forum|alt.badge.img+1
  • Author
  • Influencer III
  • 66 replies
  • February 21, 2024

Thank you!


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings