Is there going to be a D6 version?
steinmb - March 17, 2008 - 23:22
| Project: | Event with volunteer time slots |
| Version: | HEAD |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Description
Hi
We are using this on a D5 site to manage training classes and it works just fine :) Great work!
As soon as CCK and Views are ready I will upgrade this site to D6, is there going to be a D6 version?
--
Stein Magne

#1
I would like to make some progress on Views-enabling this module (though it's not totally critical) first: http://drupal.org/node/203581
At some point I'll probably get to it. You could either sponsor an update or see if anyone bites as a DROP task.
#2
I also would love to see a Drupal 6 version of this module.
#3
here's an untested starting patch
#4
It's not working for me.
When I'm going to admin/settings/volunteer_timeslots, I've got following errors:
Event with volunteer timeslotswarning: Invalid argument supplied for foreach() in \includes\menu.inc on line 258.
warning: array_merge() [function.array-merge]: Argument #1 is not an array in \includes\menu.inc on line 323.
warning: Missing argument 1 for drupal_get_form() in \includes\form.inc on line 69.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in \includes\form.inc on line 366.
The content access permissions need to be rebuilt. Please visit this page.
A node type representing an event with timeslots where users can sign up to volunteer
#5
Here is the whole module for 6.x (can be helpful, because I've got problem with patching the module).
#6
How would I sponsor an update and how much would it cost?
Thanks.
#7
Please use my contact tab if you want to discuss it with me - otherwise, you could post a bounty in the forum, or even look at the code in #5 and see if it works and is RTBC and can be re-rolled as a proper patch.
Probably there is not a lot of work to be done for a minimal D6 upgrade, but greater re-factorign would be nice.