Is there any way that we can remove the users ability to unvolunteer? In other words is there anyway to hide the checkbox once a user has volunteered for the timeslot.

Thanks.

Comments

pwolanin’s picture

Well, you could hook_form_alter it out or make it disabled with another module

what's the use case?

whitfit’s picture

We need a scheduling program for our members only site that volunteers can volunteer for and we need to be able to hold those volunteers accountable for whatever timeslot they volunteer for. The event coordinator should be able to still remove volunteers, but individual users can't be able to unvolunteer themselves. I am no coder so any help would be appreciated.

Thanks,
Whit

giggler’s picture

whitfit - were you able to get the volunteer module to only be viewable by members?

I would also like to know how to make it so that they cannot unvolunteer themselves, basically they will have to contact admin with reasons to be able to do that...

whitfit’s picture

Not yet. I am waiting for a response. Nothing yet. I may PM some people.

Whit

giggler’s picture

Whit - I was able to do it with "taxonomy access". You do have to set it up correctly:

http://drupal.org/node/224776

whitfit’s picture

#5
giggler - March 4, 2008 - 04:55
Whit - I was able to do it with "taxonomy access". You do have to set it up correctly:

http://drupal.org/node/224776

You were able to remove their ability to unvolunteer? We need to disable their ability to unvolunteer once they do volunteer.

TW

giggler’s picture

Arrgh...sorry about that. That was for the ability to set the volunteer events viewable only to registered users. Not to disable their ability to unvolunteer. I still don't know how to do that...

whitfit’s picture

Status: Active » Closed (fixed)

This would be a nice feature, but I was able to include some code at the theme level that limits the ability to volunteer based on user role. PM me and I'll walk you through it.

Whit