Jump to content

Leaderboard general feedback


beeurd

Recommended Posts

I couldn't see a generic thread for feedback on the Leaderboard function, so I apologise if I have missed it.

My site isn't very busy right now so quite often the daily leaderboard has nothing to show.

It would be nice if there were some extra options, for example to either show the past leaders page if there is no leader for the day, or to change the period (for example) to a weekly leaderboard?

I wish this feature was around a few years ago, but I don't think time travel is on the IPS development plan at the moment. :p

Link to comment
Share on other sites

Is someone able to make a plugin to show whose number 1?

1) Add it as a block and show it off around the site? Most won't even click on leaderboard link.
2) Add to topic author to show next to topics (next to name or a badge underneath, with link back)

I don't think this has been incorporated into the software well at all.

Link to comment
Share on other sites

18 hours ago, ajmboy said:

 

  1. Have an option in the leaderboard and the rest of the site to not use the fa-heart icon for likes and maybe an option to replace it with lets say fa-thumbs-up. 


Add this to your Custom.css (I use this on my own site)
 

/**
 * Thumbs Up Like rep
 */
.fa-heart:before {
    content: "\f164";
}
.fa-arrow-up:before {
    content: "\f164";
}
.fa-arrow-down:before {
    content: "\f165";
}

This will replace the heart as 'Thumbs Up' across the board.

Link to comment
Share on other sites

3 minutes ago, CP_User said:


Add this to your Custom.css (I use this on my own site)
 


/**
 * Thumbs Up Like rep
 */
.fa-heart:before {
    content: "\f164";
}
.fa-arrow-up:before {
    content: "\f164";
}
.fa-arrow-down:before {
    content: "\f165";
}

This will replace the heart as 'Thumbs Up' across the board.

Thank you very much! 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...