Turn off Leaderboard
Log In
S
Steven Rubio
Just sharing the css I used to hide the Leaderboard button.
#communities-tabswitcher\.leaderboard-btn {
display: none !important;
}
M
Michele Luminato
YES Please, give the admin the option to turn off gamification altogether - and also be able to turn off gamification in the GoKollab mobile app as well. Gamification is not appropriate for my type of community. thank you! Nilasish Pal
V
Vinnie Potestivo
Hey Y'all - i figured it out:
-------
/
Hide the Leaderboard menu item exactly
/a[href="/communities/groups/YOUR-GROUP-SLUG-HERE/leaderboard"] {
display: none !important;
}
-------
To figure out what your group name slug is look at the URL to your community, for example mine was "https://creatorhub.app.clientclub.net/communities/groups/vinnie-creator-hub/about"
and i had to replace "YOUR-GROUP-SLUG-HERE" with "vinnie-creator-hub"
AND IT WORKED! it leave s a little extra space in the menu the- but i can chalk that up to I
V
Vinnie Potestivo
I AGREE
A
Annette Spurr
Yes, so confusing for our group. Please make it possible to turn it off!
C
Craig Blanchette
I was able to remove the header LEADERBOARD with CSS. I need to remove the snapshot under Invite members as well
N
Neil Friend
Craig Blanchette Hey there - can you share the code? I tried Tim Wolf's below with no luck. If you used it can you share where you put it exactly? THANKS!
D
Dan Furlong
Also not required for some of our clients. Very confusing for the end user. Please give us the option to turn off. Thanks!
T
Timothy Wolf
This should be an option on a per group basis... but a workaround that may work if you want to apply this to all your groups is to updated the branding advanced settings with the following CSS...
#pg-afcp-navbar__navigation-page-leaderboard-btn {
display: none !important;
}
A
Annette Spurr
Timothy Wolf I just tried this and it didn't work :-(
N
Neil Friend
Timothy Wolf Also tried and no luck
M
Matan Michael
RevEx Group Shaun Clark please look into this! Many of us have no need for this and it is confusing for end-user
T
Trés Media Admin
Yes we also need to turn it off, would be great if you could choose!
Load More
→