The "featured" tab currently lists questions with open bounties, sorted by the time left until the bounty expires. Could we also add the ability to sort by largest bounty? Sometimes I'm looking for best bang for my buck, and there are so many open bounties on SO that it fills more than one page.

link|improve this question

70% accept rate
feedback

2 Answers

up vote 4 down vote accepted
+50

We recently changed the featured page to give larger bounties a higher sort (and the larger the bounty, the stronger the effect) as I mentioned here:

http://blog.stackoverflow.com/2011/09/bounty-reasons-and-post-notices/

However, for the last 24 hours, the sort order reverts to strictly descending time of expiration, ala eBay.

link|improve this answer
1  
thanks, but i'm not sure how much this helps on stack overflow, where there are 7 pages of bounties, so approximately the whole first page is filled with bounties expiring in <24 hours – Kip Oct 3 '11 at 20:24
1  
Agreed with @Kip... a question with a bounty of 500 rep should definitely show up on the top of the list. Always. – Steve Oct 28 '11 at 18:55
feedback

You can do that by using this greasemonkey script.

link|improve this answer
1  
thanks, this is good as a stopgap measure, but SO has enough bounties out that it spans more than one page. since this only sorts what can be seen on one page, a built-in option would still be better – Kip Jul 28 '09 at 1:59
You can currently show 50 items per page, which will be more than enough in most cases. But you're right, SO has had more than a single page even with 50 results per page. They control this through a GET variable called pagesize which only allows pre-defined values of 30 and 50. If they removed that cap, you could display all featured questions. – Jonathan Sampson Jul 28 '09 at 10:27
1  
If you have to run custom scripts to get a site to do what you want you're doing it wrong. Greasemonkey has points where it's useful, but using it to alter content on a repetitive basis, especially when there is a system (meta) in place to ask for features. – Josh K May 4 '10 at 15:10
1  
well i put a bounty on this hoping to get some attention, but to no avail. have some extra rep. – Kip Jun 25 '10 at 19:54
@Kip - Ironic, no? ;) – Steve Oct 31 '11 at 4:52
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged