Integration w/ OG module
wylbur - September 19, 2006 - 06:00
| Project: | RSVP |
| Version: | 5.x-1.x-dev |
| Component: | Integration |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Similar to the account roles, allow usernames and organic group names to be added to the invitees list. Currently email addresses and account roles are the only allowed invitees. Allowing usernames and Organic Group names would increase the usabilty of this module.

#1
I would second this request with only one possible change. The ability to use OG groups, roles and usernames with the request being sent to a users private message box (using privatemsg module). I currently admin a site for my sister with aproximately 200 users who are all very active (local moms group). They have requested that RSVP's not be sent to their emails but rather to their Private Message Box.
I would be willing to sponsor this modification if someone can give me an idea of what it would cost.
Thanks
#2
I would also be interested in having Users and Organic Groups as invitees.
#3
I would too!
#4
Could anyone post a patch please?
It's clear how busy is my schedule with an issue queue that's really busy.
Thanks for your ideas.
#5
Patches are welcome.
#6
#7
(en)
I don't know if that can interest someone but I made some changes in the rsvp module to allow to invite some users by group (integration rsvp/og)
I made it with drupal 5.7, organic group 5.x-7.2 and rsvp 5.x-1.5.
I also made some changes to allow users to post a message when they reply to an invitation.
------------------------------------------------------------------
(fr)
Je ne sais pas si cela peut intéresser quelqu'un mais j'ai fais quelques modifications pour permettre d'inviter les utilisateurs par groupe (intégration rsvp/og).
J'ai fais ces modifications en utilisant drupal 5.7, organic group 5.x-7-2 et rsvp 5.x-1.5.
J'ai aussi fais quelques changements pour permettre aux utilisateurs de poster un message associé à leur réponse à une invitation.
#8
Could you please spend some time trying to create a patch?
This would really help everyone :)
Thank you.
#9
i'll try to do it soon...too much work for now ^^
#10
If you don't have the time for creating the patch, could you please post your code somewhere so we could make the patch ourselves?
#11
I didn't really notice this task when I perused a rsvp module for 6.x with Og functionality back in July and August. However I did develop an Og-only rsvp module which I recently released as OG RSVP. Interface is "different" based off of client needs.
Again it's scope is limited to Organic groups audiences only.
#12
Hi mradcliffe - would you consider bringing your module in as a contributed module within RSVP? This would be great :)
My main concern however is that OG RSVP currently does not integrate with nodes which use the CCK date field, and views -- only the event module and event views. Would this be an interest of yours?
I've been looking at the RSVP module, but what I ultimately need at the moment is this functionality for OG 'events' (custom content-type with date field, not event module), where the node is an OG post.
Also, please see this feature request - there several possible options I thought of which could help solve another important piece of what I'm trying to do: #331423: RSVP multiple cck date fields, RSVP Views link, or RSVP Drupal actions?
I guess I'm also asking if any of these seem plausible to implement in OG RSVP (either as part of RSVP, or on it's own).
Cheers :)
Scott
#13
I've been thinking about this for several weeks...
How I've done things is piggyback on top of the Organic groups form.
Taking a look at
rsvp_attendee_formthings are done with a big textarea. To maintain the ui flow I guess one would add a javascript form element containingog_get_subscriptions($user->uid)orog_all_groups_options(), then based off of user interaction add/remove names into the textarea after looking them up.#14
If anybody wants to help I have it almost done (against 5.x-1.7). However I'm having trouble with callbacks in Drupal 5. My mind is fuzzy tonight.
However this patch sets everything up to integrate smoothly into the existing ui and code (if the callback worked).
patch -p1 < rsvp-groups-bad.patch#15
Ahaha, I knew my head was funny last night. Typo in my path :)
TODO:
#16
subscribing
#17
Hmm, this should probably be set to the correct version shouldn't it? Haven't worked on this anymore at all, but was reviewing some old posts of mine.
#18
The upcoming rsvp 6.x-2.x-dev release will support og when adding guests
~
Ulf
#19
Automatically closed -- issue fixed for 2 weeks with no activity.