Hi,
I am looking to have something like http://answers.yahoo.com/ implemented using drupal. Any suggestions on modules to use? Any experiences?
Thanks
I think you should go with some other CMS like ebulletin etc, a discussion forum sort of thing.
Drupal has got its forums, and I am not sure how effective it could be.
On 25 February 2011 09:37, Mutuku Ndeti jnmutuku@gmail.com wrote:
Hi,
I am looking to have something like http://answers.yahoo.com/%C2%A0 implemented using drupal. Any suggestions on modules to use? Any experiences?
Thanks
-- Tel:254722490994 www.agile.co.ke | www.investnow.co.ke | www.zetu.co.ke
-- [ Drupal support list | http://lists.drupal.org/ ]
I did something similar in Drupal a couple of years ago, just playing around and getting better with views and panels:
- Create a node type for questions - Create another node type for answers - Answers use node reference CCK and node reference URL to the question - Voting Up/Down on answers so the community can rate the best answers - Question nodes are displayed as a panel, with a section underneath for answers. Answers are a view of multiple node, filtered by the reference NID and sorted desc by votes.
I did a little custom stuff, but not much. You can even go more creative, somewhat towards a StackOverflow system, by enabling comments on the answer nodes.
Jamie Holly http://www.intoxination.net http://www.hollyit.net
On 2/25/2011 4:45 AM, Amala Singh wrote:
I think you should go with some other CMS like ebulletin etc, a discussion forum sort of thing.
Drupal has got its forums, and I am not sure how effective it could be.
On 25 February 2011 09:37, Mutuku Ndetijnmutuku@gmail.com wrote:
Hi,
I am looking to have something like http://answers.yahoo.com/ implemented using drupal. Any suggestions on modules to use? Any experiences?
Thanks
-- Tel:254722490994 www.agile.co.ke | www.investnow.co.ke | www.zetu.co.ke
-- [ Drupal support list | http://lists.drupal.org/ ]
You may also be interested in http://drupal.org/project/arrayshift
On Fri, Feb 25, 2011 at 6:02 AM, Jamie Holly hovercrafter@earthlink.netwrote:
I did something similar in Drupal a couple of years ago, just playing around and getting better with views and panels:
- Create a node type for questions
- Create another node type for answers
- Answers use node reference CCK and node reference URL to the question
- Voting Up/Down on answers so the community can rate the best answers
- Question nodes are displayed as a panel, with a section underneath for
answers. Answers are a view of multiple node, filtered by the reference NID and sorted desc by votes.
I did a little custom stuff, but not much. You can even go more creative, somewhat towards a StackOverflow system, by enabling comments on the answer nodes.
Jamie Holly http://www.intoxination.net http://www.hollyit.net
On 2/25/2011 4:45 AM, Amala Singh wrote:
I think you should go with some other CMS like ebulletin etc, a
discussion
forum sort of thing.
Drupal has got its forums, and I am not sure how effective it could be.
On 25 February 2011 09:37, Mutuku Ndetijnmutuku@gmail.com wrote:
Hi,
I am looking to have something like http://answers.yahoo.com/ implemented using drupal. Any suggestions on modules to use? Any experiences?
Thanks
-- Tel:254722490994 www.agile.co.ke | www.investnow.co.ke | www.zetu.co.ke
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
You may want to look at the Drupalize.me video (one of the free ones :)) from Do It With Drupal that talks about how they did this as a fantasy site.
http://drupalize.me/videos/fantasy-site-stack-overflow-diwd-09
http://drupalize.me/videos/fantasy-site-stack-overflow-diwd-09Hope this helps.
-Steve
On Fri, Feb 25, 2011 at 12:41 PM, Carl Wiedemann carl.wiedemann@gmail.comwrote:
You may also be interested in http://drupal.org/project/arrayshift
On Fri, Feb 25, 2011 at 6:02 AM, Jamie Holly hovercrafter@earthlink.netwrote:
I did something similar in Drupal a couple of years ago, just playing around and getting better with views and panels:
- Create a node type for questions
- Create another node type for answers
- Answers use node reference CCK and node reference URL to the question
- Voting Up/Down on answers so the community can rate the best answers
- Question nodes are displayed as a panel, with a section underneath for
answers. Answers are a view of multiple node, filtered by the reference NID and sorted desc by votes.
I did a little custom stuff, but not much. You can even go more creative, somewhat towards a StackOverflow system, by enabling comments on the answer nodes.
Jamie Holly http://www.intoxination.net http://www.hollyit.net
On 2/25/2011 4:45 AM, Amala Singh wrote:
I think you should go with some other CMS like ebulletin etc, a
discussion
forum sort of thing.
Drupal has got its forums, and I am not sure how effective it could be.
On 25 February 2011 09:37, Mutuku Ndetijnmutuku@gmail.com wrote:
Hi,
I am looking to have something like http://answers.yahoo.com/ implemented using drupal. Any suggestions on modules to use? Any experiences?
Thanks
-- Tel:254722490994 www.agile.co.ke | www.investnow.co.ke | www.zetu.co.ke
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
only way is to use hook_user when registering. look for it in API
On Fri, Feb 25, 2011 at 11:27 PM, Steve Kessler skessler@denverdataman.comwrote:
You may want to look at the Drupalize.me video (one of the free ones :)) from Do It With Drupal that talks about how they did this as a fantasy site.
http://drupalize.me/videos/fantasy-site-stack-overflow-diwd-09
Hope this helps.
-Steve
On Fri, Feb 25, 2011 at 12:41 PM, Carl Wiedemann <carl.wiedemann@gmail.com
wrote:
You may also be interested in http://drupal.org/project/arrayshift
On Fri, Feb 25, 2011 at 6:02 AM, Jamie Holly hovercrafter@earthlink.netwrote:
I did something similar in Drupal a couple of years ago, just playing around and getting better with views and panels:
- Create a node type for questions
- Create another node type for answers
- Answers use node reference CCK and node reference URL to the question
- Voting Up/Down on answers so the community can rate the best answers
- Question nodes are displayed as a panel, with a section underneath for
answers. Answers are a view of multiple node, filtered by the reference NID and sorted desc by votes.
I did a little custom stuff, but not much. You can even go more creative, somewhat towards a StackOverflow system, by enabling comments on the answer nodes.
Jamie Holly http://www.intoxination.net http://www.hollyit.net
On 2/25/2011 4:45 AM, Amala Singh wrote:
I think you should go with some other CMS like ebulletin etc, a
discussion
forum sort of thing.
Drupal has got its forums, and I am not sure how effective it could be.
On 25 February 2011 09:37, Mutuku Ndetijnmutuku@gmail.com wrote:
Hi,
I am looking to have something like http://answers.yahoo.com/ implemented using drupal. Any suggestions on modules to use? Any experiences?
Thanks
-- Tel:254722490994 www.agile.co.ke | www.investnow.co.ke | www.zetu.co.ke
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Steve Kessler Owner and Lead Consultant Denver DataMan, LLC 303-587-4428
Learn To Secure Successhttp://www.denverdataman.com/ddm_events/2011-03-24t220000/secure-your-success
-- [ Drupal support list | http://lists.drupal.org/ ]