Questions tagged [badges]
Badges are awarded to encourage and reward positive community actions within the site.
33 questions
Score of 3
0 answers
217 views
SO Stats - Track your stack overflow activity
About
I created the SO Stats app because I wanted a simple and convenient way to track my Stack Overflow activity and progress. As a frequent user, I was always curious about how my reputation was ...
Score of 3
0 answers
103 views
Remove meta badges
Currently, we have the Quorum and Convention badges even though Stack apps is its own meta so they are unobtainable. I think they should be removed to make it so only obtainable badges are on the ...
Score of 4
2 answers
297 views
How can I retrieve the reputation I (or another user, fwiw) earned for a given tag from questions and answers?
(I've included the api-v2.3 because https://api.stackexchange.com/docs starts with Stack Exchange API v2.3.)
From this answer I see there's no way to get all questions with a specific tag.
However, ...
Score of 6
0 answers
189 views
All Badge IDs on every network
Screenshot / Code Snippet
About
This script gets all the Badge IDs of every network. For more information go to this wiki post.
License
This script is under the MIT License on Github and is ...
Score of 5
2 answers
233 views
'Informed' badge doesn't exist on site, but is still being promoted
The issue of a non-existent badge being promoted has been brought up before, but the following still happens:
This will likely disappear once I get another badge (soon after posting this question :), ...
Score of 2
1 answer
395 views
How to get (unread) achievements?
Is there an API call where you can get all achievements and all unread achievements?
Like this:
Update
Thanks to the answer of Glorfindel, I use the following methods to calculate the unread ...
Score of 11
1 answer
343 views
Replace badge icons with rubber ducks
The following userscript will replace the default badge icons with little rubber ducks
// ==UserScript==
// @name StackExchange, replace badge icons
// @match *://*.askubuntu.com/*
// @...
Score of 5
0 answers
91 views
You've Earned This Badge, but when and where?
You've Earned This Badge, but when and where?
This userscript turns the checkmarks in the badge list (which indicate you've earned a
specific badge) to links to your personal badge page, where you ...
Score of 13
0 answers
278 views
Close hammer warning
Power users may have experienced this situation before: They see a question that’s clearly a duplicate, so they hunt down the duplicate target and close the question. It’s only then that they realize ...
Score of 8
1 answer
196 views
Bug with `badges/name` endpoint
Last night I had a programme running and it errored on the first call to the badges/name endpoint on the API, exact API endpoint call:
https://api.stackexchange.com/2.2/badges/name?order=asc&sort=...
Score of 11
1 answer
269 views
"Informed" badge shown as Next badge, but doesn't exist on this site
On my profile page, the Informed badge is shown as the next badge to obtain:
Clicking it even shows a popup with a link to the Tour page, but it looks quite different from other SE sites. Looking at ...
Score of 9
0 answers
118 views
Badge oneboxer for chat
This script makes it possible for badges to onebox in Chat.
Example format:
that's a [badge:nice-answer] on a powershell bountied question
The only somewhat custom one you can use is Strunk & ...
Score of 6
0 answers
123 views
Badge numbers are wildly erroneous for meta accounts returned by the /associated query
There is a serious problem with badge counts on meta sites as returned by
the /users/{ids}/associated route.
Consider this user (chosen for high volume of meta activity).
On Meta Stack Overflow, ...
Score of 6
0 answers
160 views
StackTrace – Track your reputation and badges
Screenshot / Code Snippet
About
This is a basic app that shows your reputation change.
Download
Download the extension
Platform
This works on Safari 5.1 or later.
Contact
Created by Jed Fox (...
Score of 6
1 answer
126 views
Descriptions of tag-based badges are incorrect
The descriptions associated to tag-based badges are wrong, they always show 0 instead of actual thresholds:
Earned at least 0 total score for at least 0 non-community wiki answers in the … tag
See ...