GetSatisfaction.com Style Comment Categories (Question, Idea, Problem, Praise)
philbar - May 29, 2009 - 18:11
| Project: | Node comments |
| Version: | 6.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Does anyone know of a way I can make categories for comments with simple navigation?
I would like to replicate GetSatisfaction.com style comment system. They have 4 types of comments you can submit: Ask a Question, Share an Idea, Report a Problem, Give Praise.

#1
Should I use taxonomy?
#2
Yes, taxonomy is the correct way to go for this functionality. You'll need to do your own theming to get it to look like the Get Satisfaction forms, but essentially switching the tabs in Get Satisfaction is the same thing as selecting an item from a select list, just with some CSS/JS on top of it.
#3
This seems like something Radio Buttons can do with Taxonomy. When I get a change I will start designing it and let you know how the process goes.