Closed (fixed)
Project:
RSVP
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
8 Dec 2008 at 14:57 UTC
Updated:
5 Jan 2009 at 04:10 UTC
Is there a way to add a single system user to be able to administer RSVPs PER EVENT? Rather than allowing an entire role to administer all RSVPs for all events on a site?
Comments
Comment #1
ulf1 commentedCurrently it is role based on a global level.
The only system user that can modify an rsvp is the owner(creator).
I will add this on my list.
~
Ulf
Comment #2
mdowsett commentedthanks for considering it!
Comment #3
ulf1 commentedComment #4
mdowsett commentedI think you've opened up moderating the RSVPs to anon users...
I installed the latest dev version and anon users can see RSVPs, see invitees, send messages to invitees and invite new people.
See it in action here:
http://dowsett.ca/node/83
I have all settings in the event set to Hide everything.
Can you tell what is wrong? Is it user error or something wrong with the module?
Comment #5
ulf1 commentedPlease try with the next build.
Was a bug and should be fixed now.
Comment #6
mdowsett commentednow I have no RSVP controls on the event node...and I am logged on as UID=1 and the event is owned by that user.
I ran update.php and seen that a new table was added.
I even uninstalled and reinstalled.
I looked in the README file and it says if there is no RSVP tab (which there isn't) to "verify that this content type is enabled in the rsvp settings." There are no options in the RSVP settings to choose a content type. In fact both /admin/settings/rsvp and /admin/settings/rsvp/general go to the same page (the one where you set what email address is to be used for out-going RSVPs.
Comment #7
ulf1 commentedmdowsett,
thanks for reporting. I hope that most of the permission system works by now. I changed a lot in last week and of course introduced some issues.
But everything has been settled and I will continue fixing bugs. I have not planned other major changes.
>now I have no RSVP controls on the event node...and I am logged on as UID=1 and the event is owned by that user.
Should now be fixed. Please try again with the next patch.
>I looked in the README file and it says if there is no RSVP tab (which there isn't) to "verify that this content type is enabled in the rsvp settings." There are no >options in the RSVP settings to choose a content type. In fact both /admin/settings/rsvp and /admin/settings/rsvp/general go to the same page (the one where >you set what email address is to be used for out-going RSVPs.
That should already work. path admin/settings/rsvp should show an additional tab 'Associations' with the path admin/settings/rsvp/types.
Everything under admin/settings/rsvp should be available if you have 'administer rsvp' permissions.
However, the "Association' tab is only visible if you work with the "RSVP date connector". The "RSVP event connector" does not require an association.
Thanks,
Ulf
Comment #8
mdowsett commentedseems to be working now. I didn't get a chance to do much testing but I think it's good.
thanks for listening and doing all these fixes quickly. I'm no coder so all I can do is test and report.