Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+9 votes
466 views
in Plugins by
edited by

Extended version changelog:
-----------
Version 5.0

  • Badges Page: Badges source & Who received, is now displayed in a Pop up, instead of a SlideDown toggle below the respective badge.
  • Profile Page: Badge titles now show the number of Badges you've earned for each type of badge. (Ex: Bronze 33, Silver 9, Gold 3)
  • Other fixes/arrangements

Download on GitHub


Screenshots

Badge source, Pop up:

Who received Badge list, Pop up:

How many Badges earned per type:


 

by
+1
Thank you Chun for the update. Unfortunately the badge notice is getting hidden behind the navbar on Legacy theme. Am I missing something here?

https://gateoverflow.in/
by
+1
Adding the last two lines of this CSS fixed the issue.

.notify-container {
    position: fixed;
    left: 25px;
    bottom: 25px;
    max-width: 520px;
    z-index: 99999999;
max-height: fit-content;
}
by
+1
But badges page is taking too much time  (about a minute) to load and mostly crashes immediately on loading completed.
https://gateoverflow.in/badges
by
+1
Thanks, I will check on that

Please log in or register to answer this question.

...