Get permanent link of a comment
Getting the permanent link of a comment is a very useful function. Link to comments already exist but there is no easy way to get them like the answers through a button "link". Instead, if we really...
View ArticleAbility to export questions in a locally usable format
I would like the ability to export a single HTML page (kind of like a "format for printing") containing the Question, comments and all answers (and comments) so it could be saved as a static html page....
View ArticleView site administrators and moderators
On the "people" or "users" tab of an askbot site, one can sort by karma, recent, oldest, username, but it would also be interesting to sort by status (site administrator, moderator, basic user. Can...
View ArticleHow to see who's an admin or moderator
Hi, There is a way to can see if an user that answer or interact on the site is an admin or a omderator? Like a badge under the user avatar for example.
View ArticleWhat features should be in the API of a Q&A forum?
Hello, could you share some ideas - what are the most valuable features in that you'd like to see in the API for a Q&A forum? Thanks!
View ArticleFix preview on Ask Askbot
Currently, when writing a question or an answer on Ask Askbot at http://askbot.org/en/questions, the preview is not available. @Evgeny, could this be fixed?
View ArticleProvide "view source" link below questions
Would it be possible to provide a "view source" link below questions? This would allow users with too low karma to "edit" to see the source code for a question, and help them understand how to achieve...
View ArticleSQL command to delete all users with karma 1
I have more than 2000 user accounts which need to be deleted. In the /admin/ page I cannot filter these users out. Is there perhaps an SQL command that allows me to delete all the users with karma 1...
View ArticleFeature to provide tags descriptions
can we make some short description for tags and then edit it (including users) like in stackexchange?
View ArticleBetter x-axis labels for the karma graph than "Jan 01"
Currently the karma graph for long-time users has a bunch of "Jan 01" labels along the horizontal axis, see eg> http://askbot.org/en/users/1/evgeny/?sort=reputation Could this be changed to...
View ArticleUse robots noindex nofollow in profile pages at karma 1
A lot of spam is hitting Askbot-powered Q&A sites. Spambots often open accounts and fill in the "website" field in the user profile with a url they want to promote. They also often fill in the...
View ArticleUse "x min ago" instead of "x mins ago"
Request for improvement: use "x min ago" instead of "x mins ago" to display time since last activity on a question. Explanation (from http://www.unc.edu/~rowlett/units/symbol.html): > Using...
View ArticleHow to change "Static Content, URLS & UI" respective to multilanguage support
I've tried change the content of "Static Content, URLS & UI" in administration interface of fedora askbot and the modified strings are visible on all languages and not just on the respective...
View ArticleCan we keep questions closed as "duplicates" or "irrelvant" or "spam" as...
There's no point why these questions should show up on the first page, or in the list at all. Can we have some setting to send these to the bottom of the list? It still makes sense to let the questions...
View ArticleDisable Google Analytics for administrators.
I've been trying to think of a way to disable administrators from being tracked by Google Analytics. I don't want my analytics data tainted with my daily visits to check up on things, especially since...
View ArticleAuto completion in the tags field does not work for Japanese characters
It seems auto completion in the "tags" field does not work for Japanese characters. It would be nice if someone implements it. Alternatively, could you please give me some pointers to help me find...
View ArticleCan deleted comments be recovered?
There are some weird things with comments that I don't quite understand. It seems that there is an edit link shown for all comments, which gets my test user a red box about only post owners being able...
View Articlehow to award newly implemented badge to existing users
I have introduced two new badges and I have used the `award_badges_signal` method in def `user_receive_reputation` method to trigger these badges. The condition of these badges are very simple when...
View ArticleGet links to comments
Askbot provides an easy way to get the link to a specific answer (the paperclip in the bottom right corner of that answer). However, a similar option for comments seems to be missing. Could this be...
View ArticleDoes askbot support bounty?
http://programmers.stackexchange.com/faq#bounty This would allow people to trade their points inorder to get answers. Would be useful to add support for it
View Article