hi guys, I am looking for a feature like this http://www.geekinterview. com/FAQs/J2EE/Java [remove space] introduced in my drupal site. If you click on any questions than you can see one person is asking a question and others are replying to it. It's a forum like feature but not exactly like it. Do we have such similar thing in drupal ?

Comments

mirko’s picture

I think that you should be able to do it with CCK and views.

Create some customized content fields for questions and allow comments for answers. Then you can sort the datas with views and taxonomies.