Questions tagged [badges]
Badges are awarded to encourage and reward positive community actions within the site.
32
questions
3
votes
0
answers
71
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 ...
4
votes
2
answers
187
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, ...
6
votes
0
answers
153
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 ...
5
votes
2
answers
158
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 :), ...
2
votes
1
answer
337
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 ...
11
votes
1
answer
248
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/*
// @...
5
votes
0
answers
65
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 ...
13
votes
0
answers
225
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 ...
8
votes
1
answer
137
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=...
11
votes
1
answer
197
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 ...
9
votes
0
answers
89
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 & ...
6
votes
0
answers
86
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, ...
6
votes
0
answers
128
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 (...
6
votes
1
answer
86
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 ...
7
votes
1
answer
583
views
TrueBadges, a combination of StackExchange badges and TrueAchievements
Screenshot
TrueBadges
I've worked on this website since beginning of 2014 in my spare time. The initial goal was to have fun with lot of data.
The idea is to count StackExchange badges of an user ...