May I upgrade your module to Drupal 6.x?
rsoper - August 29, 2008 - 17:00
| Project: | Answers |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | inders |
| Status: | needs review |
| Issue tags: | answer module drupal 6, answers, drupal 6 answers |
Description
Hi,
I don't know what your status is on porting this module to Drupal 6.x, but I'd love to collaborate with you, if you're already working on it. Otherwise, I'm going to work on it myself because I need to use it for my site. I'd love to help you maintain the module as well if you're interested.
Thanks!
Rene

#1
#2
rsoper,
I'd welcome help.
Thanks.
#3
When could we expect this module to be available for Drupal 6.x?
#4
Hi,
I have Drupal version of it . but how can i upload to CSV or upload somewhere so that it become available for download on public project page?
Thanks & regards
-Inder Singh
http://indiapoly.com/
http://inderweb.com/
#5
inders, I'm interested in trying the 6.x version of this module, but before the maintainer of this module gives you access to the CSV you'll have to publish the .zip file with the module here so the community can try it before you commit it, that's just the way it works.
Please do so the rest of us can try it and see if it really works. If is stable enough the maintainer can commit it, if the maintainer has abandoned the project then it could be possible to create a new project with your module.
#6
Hi,
I am attaching my drupal 6 working version of answers module. Please let me know if anyone have issue while using it.
YOu will need to enable both modules to be enabled
1)Answers
2)Simpleanswer
After enabling this module just needed to configure it from admin page.
E.g:-
http://indersingh.com/admin/settings/answers
Working demo:-
http://www.indersingh.com/askq/new
I hope this module is useful for somebody...
I Can be contacted for further modifications or upgrades.
Thanks & regards
-Inder Singh
http://indiapoly.com
http://indersingh.com
-Always enjoy My work.....
#7
#8
Hi Inder
Thanks a lot for posting answers module. I could not locate the Simpleanswer module for D6.x. Could you please give that link aswell?
Thanks
#9
the simpleanswer module is inside the .zip @inders provided. I'll give it a try tomorrow.
We have a patch so is time to review it.
#10
That looks awesome!
Great job, Inders!
#11
Subscribe
#12
@Inders: thank you for making the unofficial D6 version available! Occasionaly, when answering a question I get an error page: Remote server or file not found (with Opera). I don't think it's a glitch in the network, as the httpd logfile reports:
PHP Fatal error: Unsupported operand types in /var/www/drupal/includes/common.inc on line 1386, referer: http://chips.yagoo.me/en/node/add/simpleanswer/6166It does not happen consistently, but maybe you or the maintainer(s) can spot the problem just looking at the code?
#13
also, I noticed that:
- I am not getting any e-mail notification (as required on post) when answer is added
- I am not seeing the answers total in node links (as configured in settings)
are those working for you?
#14
Hi,
YOu can check mailing implementations at:-
Line 218 answers.module
if($questnode->notifyme) {
answers_notify($node->questid, $questnode->title);
}
and
Line 239 answers.module.
function answers_notify ($nid, $title, $style = 'answer') {
$subj = $title;
I will try to get time for checking it if not found.
Thanks & regards
-Inder Singh
http://indiapoly.com
http://indersingh.com
- Time Is everything...
#15
Thanks for porting to 6.x. Really appreciate it.