Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

It's interesting that there is no (recent) Drupal implementation of SO-like features. I (and others) have a need to have an SO clone that has areas for private data (corporate owned), so we cannot use SO or the StackExchange engine. I had high hopes for http://drupal.org/project/arrayshift, but it's fallen into disuse (and the demo site has been down for months).

Any suggested alternatives? We've looked at OSQA and Question2Answer, and both seem like an annoying integration mess for user profile information.

share|improve this question
4  
If you find something, we should use it on drupal.org and then shut this thing down. – tim.plunkett Mar 21 '11 at 19:42
There is an effort to provide a similar feature under support.drupal.org, see binaryredneck.net/node/175 and drupal.org/sandbox/HedgeMage/1088372. Wondering if this question should be moved to meta, as it is not really a drupal question but a question about this site... – Berdir Mar 21 '11 at 19:57
1  
It is somehow a question about both. Features that allow rating of questions and answers are not only used for Drupal Answers, but there are lots of Drupal based websites which could use such a module. – txwikinger Mar 21 '11 at 20:17

3 Answers

What "happened" is what commonly happens to an idea that is generally solid but not (yet) popular: it's not being used and therefore not being actively maintained.

The best way to combat "disuse" is to use it. Create your own sandbox copy and start improving it. Ask Eaton for permission to take over the module and he'll give it to you.

share|improve this answer

A fair portion of the functionality in arrayshift has been implemented by the Answers project.

drupal.org/project/answers

share|improve this answer

I set up a site with the ArrayShift modules. I had to go through at least two or three cycles of updating a few of them, and although it created views to display most recent/unanswered/hot/etc questions, it didn't automatically install a new node type for them. It was frustrating trying to figure that out. (The correct type/machine-readable name for the content type is question.)

There's no link in the banner menu to allow you to ask a question like the SE sites have (set in the primary links), but that's aping the SE look and feel too much.

It switches the description for titles on forms for creating content to What's your programming question? Be descriptive. regardless if it's actually a question or not.

A book page. What's your programming question? Be descriptive.

A blog entry. What's your programming question? Be descriptive.

A forum topic. What's your programming question? Be descriptive.

It's a tad annoying.

But anyway I've just started playing around with it and the basic functionality is there. There's some things I'll change to suit my preferences for a Q&A site, but I'll say ArrayShift looks pretty useful (once modules are updated) so far.

EDIT: Putting in a few questions & trying to answer them, it seems that answers are given using Drupal's comment system, rather than a separate answer node. While you have comments for answers in that the comment system permits threading and what-not, it doesn't keep comments for the ? (which are often necessary as you can see in the typical SE ?) together with them, visually expressing their relationship.

Also, I haven't been able to figure out how to activate the markdown editor.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.