Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Farcaster's Event Attendance v3 (for vb4) Details »»
Farcaster's Event Attendance v3 (for vb4)
Version: 3.1, by Farcaster Farcaster is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

Category: Calendar Enhancements - Version: 4.x.x Rating:
Released: 01-31-2010 Last Update: 08-08-2011 Installs: 417
DB Changes Uses Plugins Template Edits
 
No support by the author.

This modification will allow your members to RSVP to events on the vBulletin calendar. By default, members can respond "Yes," "No," or "Maybe," as to whether or not they will be able to attend an event, but you can modify or add to the list of responses members are presented with as you desire.

Features
  • Specify some or all of your calendars to use the RSVP system.
  • Set whether an event accepts RSVPs during event creation / edit.
  • Allow members to specify if they will be bringing a guest.
  • Event owners can set the maximum number of guests each member may bring.
  • Events can be set to close RSVPs on the day of the event or before.
  • RSVP comments (up to 65k character limit, configurable)
  • Timestamped RSVPs
  • Moderators and event owners can remove member RSVPs from events.
  • Attendance list can be set to display member avatars.
  • Improved handling of differing timezones and daylight saving times.
  • Configurable Response options. You aren't stuck with Yes, No, Maybe. You can setup whatever responses you want.
  • Ability to specify a maximum number of attendees for an event. After the maximum is reached, you can configure members to either receive an error or have their response (RSVP) automatically changed to something else. This could be used to create a wait-list bucket, for instance.
Requirements
vBulletin v4.0.0 or higher.

Installation Instructions
- 1 XML upload
- 1 template modification

1. Use the Product Manager to import the included product XML file.
2. Use the Style Manager to find and edit your calendar_showeventsbit:
Find:
HTML Code:
<div class="eventfoot">
Above that add:
HTML Code:
{vb:raw rsvp_form}
Upgrading from v2 (for vb3):
Follow the steps above for installing the new version, and be sure to ALLOW OVERWRITE when installing the new product file.

Revision History:
  • v3.0.0a (BETA) - Updated to work on vb4. Corrected a number of bugs related to determining correct occurrence date. Corrected event save bug.
  • v3.0.0b (BETA) - Resolved What's New - Events crashes bug, added workaround for Avatar Alignments Off, added code to support integration with BBR - vB Event Forums (will not work with v1.0).
  • v3.1 - Fixed comment bug that caused {rsvp:var rsvp.comment} to be displayed instead of actual comment.
  • v3.1 - Resolved problematic array_walk usage that seemed to be causing trouble for some users on vb4.1.3+.
  • v3.1 - Special characters not displayed correctly in comments.
  • v3.1 - "Will you be able to attend on %1$s?"
Known Bugs:
Avatar Alignments Off
Phrase / Formatted Date Problem (unable to reproduce)
What's New - Events crashes

Download Now

File Type: xml product-rah_calendar_rsvp_3_1.xml (52.1 KB, 808 views)

Screenshots

File Type: png farcasters_event_attendance__event.PNG (46.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
scotfor, Sir_Rai, Toorak Times

Comments
  #252  
Old 04-06-2011, 09:54 AM
mickknutson's Avatar
mickknutson mickknutson is offline
 
Join Date: Jan 2004
Location: Tahoe City California
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TigerC10 View Post
Open your style, open up your templates, and find your Calendar Templates. Find the "calendar_rsvp_bit" template and edit it.

At the bottom, replace:
Code:
{rsvp:var rsvp.comment}
With:
Code:
{vb:var rsvp.comment}



Open your style, open up your templates, and find your Calendar Templates. Find the "calendar_rsvp_form" template and edit it.

Find:
Code:
<b>{vb:phrase calendar_rsvp_attendquestion {vb:var rsvp_day_formatted}}</b><br />
Replace with:
Code:
<b>{vb:phrase calendar_rsvp_attendquestion, {vb:var rsvp_day_formatted}}</b><br />
^For those of you that don't see it, there's a missing comma.


Now find:
Code:
<b><phrase 1="$rsvp_day_formatted">{vb:phrase calendar_rsvp_attendquestion}</b><br />
Replace with:
Code:
<b>{vb:phrase calendar_rsvp_attendquestion, {vb:var rsvp_day_formatted}}</b><br />
Last but not least, find:
Code:
<font class="smallfont"><i>${vb:phrase calendar_rsvp_maychange}</i>
Replace with:
Code:
<font class="smallfont"><i>{vb:phrase calendar_rsvp_maychange}</i>
^Gets rid of the $ symbol that shows up in front of the "You may change your RSVP status at any time." whenever someone RSVPs to an event.
Is there any reason why this mod can't change so that the standard VB templates do not have to be modified?
I just hate having to merge VB templates and am curious as to whether those merges could be avoided?

{rsvp:var rsvp.comment}
Reply With Quote
  #253  
Old 04-08-2011, 02:47 AM
TigerC10's Avatar
TigerC10 TigerC10 is offline
 
Join Date: Apr 2006
Location: Austin, TX
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by guest9 View Post
sorry for another question
do you know any mod that has the features i am looking for?
Sorry, no. I think there was some older stuff from 3.5 that did it, but I don't know of anything for 4.0+.

Quote:
Originally Posted by mickknutson View Post
Is there any reason why this mod can't change so that the standard VB templates do not have to be modified?
I just hate having to merge VB templates and am curious as to whether those merges could be avoided?

{rsvp:var rsvp.comment}
No, because there are no template hooks in the calendar templates. Nothing has really been done to the calendar in ages, because it's not a very widely used feature compared to the rest of the system. Feel free to post a feature request issue at the tracker, but don't expect them to accept the request.

Can it be done without template hooks? Yes... But it isn't a very efficient or even a good idea. I won't really get into the details - but since you're asking I'm assuming you're not a developer, and it's something you'd need a developer for.
Reply With Quote
  #254  
Old 04-12-2011, 10:36 AM
Hitman235234532 Hitman235234532 is offline
 
Join Date: Nov 2010
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I also get a problem has when someone comments, well it dosent show the comments. it show: {rsvp:var rsvp.comment}
Reply With Quote
  #255  
Old 04-13-2011, 08:14 PM
TigerC10's Avatar
TigerC10 TigerC10 is offline
 
Join Date: Apr 2006
Location: Austin, TX
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hitman235234532 View Post
I also get a problem has when someone comments, well it dosent show the comments. it show: {rsvp:var rsvp.comment}
Read this:
https://vborg.vbsupport.ru/showthread.php?p=2178868
Reply With Quote
  #256  
Old 04-20-2011, 03:08 PM
CharlieDelta CharlieDelta is offline
 
Join Date: Apr 2010
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is anyone else having an alignment issue in Firefox 4.0? Any input on how I can fix this would be much appreciated?
Attached Images
File Type: jpg rsvp.jpg (38.3 KB, 0 views)
Reply With Quote
  #257  
Old 04-22-2011, 09:04 PM
nta_viking nta_viking is offline
 
Join Date: Mar 2011
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this was working fine but now all the sudden when you try to rsvp to anything it gives this error

The response you gave to this event was not in the list of valid responses. Please contact the forum administrator if you believe you have received this message in error.
Reply With Quote
  #258  
Old 04-27-2011, 04:10 AM
Freeborne Freeborne is offline
 
Join Date: Mar 2011
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod, however functionality seems very limited and seems like it's just an RSVP mod.

Could you please look at implementing the features used in phpBB3's version here:
http://www.phpbb.com/community/viewt...f=70&t=2099003

For instance in the above version, you can have more than Yes, No, Maybe (Yes I know your mod support this too) AND you can say how many 'slots' are available for each option. You can also save multiple preset templates for users to choose from when they make a new event.

So for example you can have:
Team Alpha (5 slots)
Team Bravo (5 slots)
Team Charlie (8 slots)
Reply With Quote
  #259  
Old 05-03-2011, 09:40 PM
ricker ricker is offline
 
Join Date: Jun 2003
Location: Apple Valley, CA
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is anyone getting errors with this plugin on 4.1.3?
Reply With Quote
  #260  
Old 05-04-2011, 01:21 PM
CharlieDelta CharlieDelta is offline
 
Join Date: Apr 2010
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CharlieDelta View Post
Is anyone else having an alignment issue in Firefox 4.0? Any input on how I can fix this would be much appreciated?
Anyone?
Reply With Quote
  #261  
Old 05-05-2011, 06:50 PM
ActiveZone ActiveZone is offline
 
Join Date: Apr 2011
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just installed it...
Followed the steps.

Amazing but nothing showed up although i configured it in the CP.

What do i do wrong?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:50 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05340 seconds
  • Memory Usage 2,362KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_code
  • (2)bbcode_html
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete