Good day! (or whatever the case may be)
I am trying to clone the forum-module as a starting point for a "Questions module" or probably "Answers module". The purpose is to come up with a module that has a similar functionality to "Yahoo Answers" http://answers.yahoo.com
I thought it's just a matter of searching and replacing the word "forum" to "questions" but it turns out that it's not as simple as that. I know that it will be fairly easy if I'm very familiar with the Drupal API or php but I'm neither. The words forum and forums as well as the variables with the same names are used in different contexts in the code that is confusing, therefore a lot of room for mistakes.
If you're familiar with the forum module's code, is the variable $forum for a forum topic (created by the user) or taxonomy term under the containers? What about the variable $forums?
These are the changes I am trying to achieve...
admin:
- Container is still called Container
- Forums (taxonomy terms) will become Topics
- Forum topics (end-user-created) will be called Questions
end-users form:
- Subject becomes Question
- Forum/s become Topic/s
- Body becomes Explain your question
- Reply can still be reply
and I thought it was just a matter of replacing the words :-( I can actually just replace the words at the language level if I am not having forums on my site but I'm having forums as well.
Any guidance or help?
Thanks!
John
Comments
An 'answers' module would be
An 'answers' module would be interesting indeed, but I fear its a little more complicated than that :) You might want the original poster to be able to choose an 'accepted answer' and a 'runner up answer', close the topic automatically when an answer is accepted, maybe tie it with userpoints module (posting answers cost points, answering correctly give points, etc). Maybe even allow rating on questions (easy - normal - hard).
---
Biology News Net
---
e! Science News
you're right
yes...its more complicated than that...but i am just making do of what's available at the mo. probably with the comment closer contrib module working side by side with it.
well...of course, if there will be an answers module available in the future with the features you mentioned then it would be great.
John