Turn off Leaderboard
Log In
L
Lindsay Bradley
Yes please!
B
Bryan Clark
turn off Leaderboard as a simple button in Communities settings. Not appropriate for everyone.
N
Nate Cameron
I got all portions of the Leaderboard off (and was able to fix the spacing issue from other methods) in Group Home and Channels within the group by using the following code. Put it in the Advance Branding Settings of each group you want it gone from. Credit to people on this thread, my pesky poking around till it looked how I wanted, and Visual CSS Editor:
#group_info .w-full .info-card-container {
display: none;
}
/
See all leaderboard
/#group_info .w-full .see-all-leaderboard-btn {
display: none;
}
/
Leaderboard
/#communities-tabswitcher\.leaderboard-btn {
letter-spacing: -5px !important;
word-spacing: -5px !important;
display: none !important;
pointer-events: none !important;
opacity: 0 !important;
cursor: not-allowed !important;
visibility: hidden !important;
}
/
Info card container - Channel
/.min-h-screen .w-full .info-card-container {
display: none;
}
/
See all leaderboard - Channel
/.min-h-screen .w-full .see-all-leaderboard-btn {
display: none;
}
S
Steven Rubio
Just sharing the css I used to hide the Leaderboard button.
#communities-tabswitcher\.leaderboard-btn {
display: none !important;
}
O
Oliver Martin
Steven Rubio I used this and it worked!! Thank you so much for this!
N
Nate Cameron
Oliver Martin Where did you put it?
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!
Load More
→