Upvotes / Downvotes are finally here
-
@julian, @trevor, it becomes relevant in a situation where NodeBB is used for a Q & A site, like StackOverflow.
If a response that receives the most positive votes moves to the top of the list of responses in a topic, it makes it easier to others looking for the right or most helpful answer to a question to get what they are looking for,
Perhaps implementing a feature that allows the original poster, admin or moderator to select a response as the Best Answer will be just as helpful.
-
Notifications when someone upvoted you?
What about the reputation count on the posts?
Anywhat to see who upvoted your posts?
Im makeing so many questions?Hehe! +1
-
Nice, now I see how it's implemented. Looks nice! I'm going to use this
-
Is there a way to an administrator can reset upvotes and downvotes or reset a users reputation?
Currently no, not without DB diving. IMO there will be a huge refactor of the ACP post-0.4x, which will include some more indepth user editing abilities. Hang tight.
Nice, now I see how it's implemented. Looks nice! I'm going to use this +1
-
@Chanrith this should work for you:
a[component="post/upvote"] .fa.fa-chevron-up:before { content: "\f164"; // code for thumbs up } a[component="post/downvote"] .fa.fa-chevron-down:before { content: "\f165"; // code for thumbs down }
-
@Chanrith said in Upvotes / Downvotes are finally here:
Great feature!
What would be the best way to replace the up/down arrow icons with up/down thumbs instead? I'm guessing with CSS but don't know where to start. Any help much appreciated! Thanks!
Holy necro, Batman!