First time here? Check out the FAQ!
3

Is it possible to upvote comments?
 

Did I miss something or is it impossible to upvote comments in Askbot? Both StackExchange and OSQA have this feature, and it seems like people use it a lot.

If not, what happens during an import from StackExchange? Is the comment vote information discarded (that would be a shame) or is it stored in the database for future use?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago
Tomasz P. Szynalski's avatar
179
Tomasz P. Szynalski
asked 13 years ago

Comments

1
Will get it done by Tuesday or earlier.
Evgeny's avatar Evgeny (13 years ago)
What is the contents of your VoteTypes.xml in the dump. I don't see the vote type == UpMod for the comment in the dumps I have - is the number for that type "2" - just like for the questions and answers?
Evgeny's avatar Evgeny (13 years ago)
3
Done on Wednesday :)
Evgeny's avatar Evgeny (13 years ago)
I think downvoting should also be possible. Isn't it?
mether's avatar mether (13 years ago)
see more comments

2 Answers

2

edited Done in 0.7.2, please take a look. Possibly the UI can be abjusted.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago, answered 13 years ago
link

Comments

That was too quick! :)
Tomasz P. Szynalski's avatar Tomasz P. Szynalski (13 years ago)
made a small bit of progress on this today, should finish tomorrow.
Evgeny's avatar Evgeny (13 years ago)
2
Excellent! One small gripe is that the arrow is overlaid on the karma score in an ugly way (at least in Firefox). It should be displayed to the right of the score, as on StackOverflow/Exchange. I think the horiz separators should also be wider, running over the arrow and score. See http://ask.antimoon.com/questions/1339/is-it-cell-phone-or-cellphone/1346#1346
Tomasz P. Szynalski's avatar Tomasz P. Szynalski (13 years ago)
True, the font looks different in Chrome and FF. Will need to fix this, probably by moving the arrow and the score apart.
Evgeny's avatar Evgeny (13 years ago)
see more comments
0

Put something like this in the custom css in the settings page:

div.comment .upvote.hover {
    background: url(http://ask.sirimangalo.org/m/default/media/images/go-up-grey.png) 1px center no-repeat;
}

This puts it directly below the number on Firefox.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
NoahY's avatar
303
NoahY
answered 13 years ago
link

Comments

see more comments