![]() |
Quote:
- You could probably accomplish that with conditionals in the template calendar_rsvp_bit |
Hey, all. I wanted to let you know that I am working on the 1.2.0 revision now. There are going to be several new features, including an email add-on that will notify users at configurable intervals of upcoming events for which they RSVP'd, and prompt members who RSVP'd maybe to update their status when the event date is coming up. So, be on the lookout for an update email from me in the next week or so.
|
^^any chance this update will have ONLY ADMINS or MODS and the user who rsvpd be able to see the RSVP list......and any bigger chance that we can run a script to pull out the names and emails of those that have rsvpd?? LOL...:fingersx"
Peace |
Quote:
This is a superb MOD anyway, thanks again... I do have one question: I have an extra created field, a 'word; which Users enter upon registration and this 'word' shows on their postbit under their avater.... Now, what I need is for that 'extra field' to show next to their username on the RSVP list of attendees. :up: Elsewhere on the forum I have to place $post[field5] to show this 'word' where I wish. However, I tried placing it in the calendarrsvpbit where it should go but it doesnt pick up the field. Obviously something to do with not being able to show that variable in that format. Can you think of a way that I can show this information?? I had a thought that I need to create and extra field in the db and say that: $post[field5] = $rsvp[field5] But it seems a little drastic and probably completely wrong! :confused: If you have any ideas I would appreciate hearing them !! Thanks vm. |
Imported XML and added $rsvp_form to the template, but still see no changes.
Using vBulletin 3.6.4 :confused: |
Quote:
|
Hi,
Thanks for the mod, it is awsome! It does absolutley exactly what I need it for apart from one thing. When you go into a specific event (and see the list of everyone who has RSVP'd), eg: Yes - Jim Bob Maybe - John Keith etc. Instead of it displaying the Vb username (in my example; Jim, Bob, John, Keith), is it possible to display whatever is in a custom field on the user profile? On my forum it is a requirement to fill in this custom field and want it to display here instead of their forum username. Any help is much appreciated! Thanks again for an awsome mod :) |
so I ran into the following problem:
http://img255.imageshack.us/img255/9...nceproboc7.jpg i dont really know too much about php, so i'm having a problem trying to narrow down the cause of this. I am running 3.5.4 with the event attendance 2.0 and also the farcaster event attendance plugin, and also installed the integration as well...thanks in advance! |
So, what if 100 people RSVP for the event... is it going to show 100 Usernames/Avatars all in the first post??
Are there any plans of "paginating" the RSVP list, or is this already a feature? I can't really test it out since I don't have 50 different usernames on my website. (It's not live yet) |
Quote:
Quote:
Not at this time, no. |
Thanks for the quick reply.
I've noticed one thing, and I'm wondering if you think it can be fixed. In IE7, the bullet does not appear to the left of the Avatar in the RSVP list, but to the right of it, in between the Username and Avatar, but it appears just fine in Firefox. Are you aware of this inconsistency? I can probably browse through the code and fix it myself but I was hoping you know off-hand what to change. Thank you, this is an amazing hack!! |
Quote:
I was thinking about how to be able to cap the number of RSVP's to say, 25 per page inside of the first post, and I realized there is something very similar already in the User CP. I'm talking about the "Pre-defined Avatars" fieldset. http://i59.photobucket.com/albums/g3...suggestion.jpg I just thought it would be a really cool idea if you could limit the amount of RSVP's per page, and somehow utilize this code in your hack. I have no idea if this is even possible though, it probably requires AJAX stuff, and I certainly know that I'm not experienced enough to do something like that. :) Of course the layout would be a bit different, there would be no radio buttons or dropdown menu, and then you'd have to include the RSVP comments and such, but do you think something like this would ever be possible? I just thought it was a cool idea for the RSVP list and thought I'd share. Bye! |
A new add-on is available for "Farcaster's Event Attendance" that adds an email notification system. To read more about it, visit: https://vborg.vbsupport.ru/showthread.php?t=138788
Enjoy! |
Quote:
I see that several people have asked for profile fields to be included, and elricstorm has actually done it on his installation. I really want to install this, but can't unless I get these issues sorted. Any hints would be appreciated! :) Farcaster, what's in the pipeline for 1.2.0? Thanks! |
Keep up the great work, this kinda thing makes get togethers on my forum easier to plan.
|
Quote:
|
Okay, I got it to work on calendar #2, but it's not working in calendar #1.
|
Quote:
|
Quote:
|
Quote:
bump. any idea's on this anyone? :/ Thanks! |
Possible suggestion for a future release:
* set it so admins can go in and edit other members RSVP or comments Right now I can do it with another hack that lets me login as a member, but it would be nice to be able to edit the RSVP's from the event listing page. |
I tried search the thread, but I wasn't able to find anything. I'm trying to let my members RSVP to an event from outside the calendar. I figrued I would just insert the fields into the database myself, but I'm having a little trouble figuring out what "ocdate" is exactly. I was able to find this part in the XML script and I found that that the ocdate field is inserted into the db by the $rsvpdate variable.
PHP Code:
PHP Code:
Thanks for the great mod! :D |
Caster,
ocDate means "Occurrence Date". Since events can be ranged or recurring, the ocDate field is used to determine what date the member was looking at when they RSVP'd. That uniquely ties an RSVP to a day of an event. ocDate is always set to midnight GMT of the day the event, or instance of the event, occurs. Normally, the ocDate can be determined by looking at the "day" parameter from the query string, but if the day isn't passed, the code then attempts to get the date by a couple different methods:
I hope that helps. |
The thing is the events that the members will be rsvping to are all recurring events and I didn't figure out how you found out what day the next event is going to be on.
Edit: Well since they're weekly events, could I figure it out by just multiplying 86400 by 7 (days a week) and adding that to the $gettime? Thanks for the quick reply as well! |
Quote:
|
Oooo okay, I'll give it a shot. Thanks for the help and the mod! =]
|
A new version of the RSVP hack is now available for download. I wish I had the time to get to all of your requests, but I did implement a couple of features which have been heavily requested.
NOTE: This hack may or may not work for 3.5.x. I am no longer supporting that version as I do not have a 3.5.x test board to work with. Only 3.6.x is supported. Feature: RSVP Moderation This new feature allows selected user groups and event owners to delete RSVPs from an event. There are two new settings in the options menu that support this feature. "Owner Moderation" allows you to configure whether or not the original event poster will be able to remove RSVPs from their own event, and the option "Moderator Groups" allows you to specify user groups that can remove RSVPs from any event. Sorry, this is not specific to the calendar. Feature: RSVP Expiration System By setting the option "RSVP Expiration" to yes (default), event posters can setup the RSVP form to close within a certain time frame before the event start time. The poster can specify a number of days, minutes, hours and seconds. If not otherwise specified, the RSVP will close once the event has started. For single day events, the RSVP form defaults to remain available until the end of the day (11:59pm) and the event expire time will work backwards from that time. If you do not want events to ever expire, you can turn the entire system off in the options window. Bug Fix: Changing the date or recurring options of an event now removes all RSVPs. This resolves a problem where the Email Addon might send a user a false notification about an upcoming event after the event date options had been modified. ADDED GLOBAL PHRASES - minutes - seconds ADDED CALENDAR PHRASES - calendar_rsvp_changeby - calendar_rsvp_maychangeby - calendar_rsvp_closed - calendar_rsvp_expires TEMPLATE CHANGES - calendar_rsvp_form - calendar_rsvp_bit |
updated
|
Okay, I am not seeing it, where do I go to moderate RSVP's?
Also, when setting the RSVP expiration, it looks like the word "hours" is missing. I see: "Time Before Event to Close RSVP: Days Minutes Seconds" There's a box, but no legend for it. It might be confusing to users. |
Quote:
|
I am running 3.6.0 at this point.
I don't see anything next to the names. I have admin rights and I set the moderator groups to 5,6,7. |
I just spotted this in the other thread...
"Please note that version 1.0.1 of this hack is NOT compatible with "Farcaster's Event Attendance" version 1.2.0 yet. I am working on updating this hack and I will send out an update when it is ready." I am running that as well... |
That's it there. If you are using the Event Forums integration hack, you need to wait to use version 1.2.0 until a new version of the integration hack is released -- which I hope to have done very soon. In your case, you also need to add a global phrase called "hours" with the word "Hours" in it. That will take care of the form display issue. In version 3.6.4, this phrase definitely already exists.
|
I'm not entirely sure if this is the right place for this, but I was sitting here thinking of possible future add-ons or enhancements to the Farcaster series...
Possible USERCP add-on? You know how newly subscribed Threads or Forums display under the USERCP, or if your using an add-on like vS Invites, the "Issue New Invite" displays at the top? Wouldn't it be cool if after a user RSVP's an event or two etc... all the "Yes" and "Maybe" RSVP'd events show under the USERCP? Specific columns I envision (not necessarily in this order) are: The event (linked to calendar/event), Date of event, Days until event, Guests, Status (Yes or Maybe only). You could also separate the statuses by putting the "Yes" and "Maybe" in their own section, one above the other. Now this may be pushing it, but?. you could also put a "Change Status" button at the end of each row, or use the check box option and a drop down list at the bottom with "Yes, Maybe and No". If a user changes their status to "No", the event is removed from the USERCP. I can think of multiple options for changing the status, but you get the idea. Basically the user would be able to manage all their RSPV?d events in one area (or they can go thru each calendar event and manage them individually). Edited: After re-reading my post, I decided that it actually would make sense to add the RSVP'd events a user might have said "No" to as well. This way if the user does change their mind and decide that they can attend a particular event, they could change their status. So now you would see 3 seperate sections, one on top of another (Yes, Maybe, No). :confused: You?re thoughts? |
That's a pretty good idea, jgommel, and not very hard to do with the current architecture. I will see if I can get that in the next revision.
|
Thanks Farcaster - YOU ROCK!! I sent a donation your way. Everyone else should too!
|
Quote:
Thanks! My paintball team LOVES the Farcaster and calendar mods in general - we schedule events and practices way into the future, so I started thinking of ways to make event management easier on the team and anyone else that signs up for an event. I have other ideas brewing as well -- I can definitely keep you busy :D . |
Quote:
"Hours" has been successfully added :) |
Quote:
Does now work for you? ;) The Event Forums Add-On has been updated to work with version 1.2.0. Enjoy! |
Quote:
Thanks again! |
All times are GMT. The time now is 06:50 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|