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
  #62  
Old 02-04-2010, 12:41 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okies I am customizing the events display.

I have edited calendar_rsvp_bit

But need to know what template calls this template, as it sits in a loop.

Cheers Ste
Reply With Quote
  #63  
Old 02-04-2010, 01:37 AM
meissenation meissenation is offline
 
Join Date: Apr 2005
Posts: 476
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by meissenation View Post
I don't know which thread I should post this in. When I RSVP to an event, it says "Array" instead of listing the attendees.

http://www.mifbody.com/vbulletin/sho...464#post537464
Quote:
Originally Posted by meissenation View Post
I've also totally uninstalled both add-ons and reinstalled both and it still persists. It just says "Array" as the attendees.
Any ideas? I understand you're busy - even just a response that you saw my post and are investigating will let me rest easy. BBR said that this issue is solely with the RSVP side of the mod.

I'm surprised everyone else isn't having this issue? What could I have possibly different than everyone else?

PS - Just to be certain, I disabled the BBR - Event Forums add-on and it still said array for each of the RSVP attendees when I would go to the event on the calendar instead of trying to go through the thread.


Edit: I see this is where the "Array" is being parsed into the template - located in calendar_rsvp_section:
HTML Code:
<ul><vb:if condition="$vboptions[rah_rsvp_showavatar]"><table>{vb:raw rsvp_section_bit.$key}</table><vb:else />{vb:raw rsvp_section_bit.$key}</vb:if></ul>
Not sure why {vb:raw rsvp_section_bit.$key} is returning "Array" though.
Reply With Quote
  #64  
Old 02-04-2010, 02:02 AM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by meissenation View Post
Any ideas? I understand you're busy - even just a response that you saw my post and are investigating will let me rest easy. BBR said that this issue is solely with the RSVP side of the mod.

I'm surprised everyone else isn't having this issue? What could I have possibly different than everyone else?

PS - Just to be certain, I disabled the BBR - Event Forums add-on and it still said array for each of the RSVP attendees when I would go to the event on the calendar instead of trying to go through the thread.


Edit: I see this is where the "Array" is being parsed into the template - located in calendar_rsvp_section:
HTML Code:
<ul><vb:if condition="$vboptions[rah_rsvp_showavatar]"><table>{vb:raw rsvp_section_bit.$key}</table><vb:else />{vb:raw rsvp_section_bit.$key}</vb:if></ul>
Not sure why {vb:raw rsvp_section_bit.$key} is returning "Array" though.
Try the following code.
Code:
<ul><vb:if condition="$vboptions[rah_rsvp_showavatar]"><table>{vb:raw rsvp_section_bit.key}</table><vb:else />{vb:raw rsvp_section_bit.key}</vb:if></ul>
Reply With Quote
  #65  
Old 02-04-2010, 02:03 AM
Magz's Avatar
Magz Magz is offline
 
Join Date: Nov 2006
Location: UK
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Mod, thanks for releasing

Just one thing, when I submit a comment, im taking to a "page not found". However, once i go back to the thread, i see the comment added.

Any ideas?
Reply With Quote
  #66  
Old 02-04-2010, 02:19 AM
Farcaster Farcaster is offline
 
Join Date: Dec 2005
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by meissenation View Post
Any ideas? I understand you're busy - even just a response that you saw my post and are investigating will let me rest easy. BBR said that this issue is solely with the RSVP side of the mod.
This is not a bug I can reproduce. In order to troubleshoot, I would need admin access to your board and likely would need to have debug mode turned on as well. If you have an offline copy of your forums that would do nicely.
Reply With Quote
  #67  
Old 02-04-2010, 12:15 PM
meissenation meissenation is offline
 
Join Date: Apr 2005
Posts: 476
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BBR-APBT View Post
Try the following code.
Code:
<ul><vb:if condition="$vboptions[rah_rsvp_showavatar]"><table>{vb:raw rsvp_section_bit.key}</table><vb:else />{vb:raw rsvp_section_bit.key}</vb:if></ul>
Didn't work, but thanks for trying. It did remove the "Array" text, but now each section is just blank.

Quote:
Originally Posted by Farcaster View Post
This is not a bug I can reproduce. In order to troubleshoot, I would need admin access to your board and likely would need to have debug mode turned on as well. If you have an offline copy of your forums that would do nicely.
Hrm, unfortunately I don't think I can do any of that. What version of PHP do you use? Maybe it's my server's configuration that is doing it. I'm using WampServer 2.0i which uses Apache 2.2.11, MySQL 5.1.36, PHP 5.3.0.
Reply With Quote
  #68  
Old 02-04-2010, 01:16 PM
meissenation meissenation is offline
 
Join Date: Apr 2005
Posts: 476
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know how much this helps but I turned debug mode on for a few minutes and tried different things - refreshing the thread, RSVP'ing to the event, etc.

Whether Building Section - Yes or Building Section - No showed up, it would still just show "Array"

All the database queries were working perfectly fine. I ran them separately using phpMyAdmin and the Execute SQL Query in AdminCP and both returned the data.

I don't see any error messages in my PHP error log or my Apache error log.

I also disabled ALL mods and I still get "Array" so it's not another modification conflicting with it.

I saved the debug output if any of it would prove helpful.

I see the following templates were called:
(1)calendar_rsvp
(1)calendar_rsvp_bit
(1)calendar_rsvp_form
(3)calendar_rsvp_form_responsebit
(1)calendar_rsvp_section

But aside from that, I don't see any other mention of RSVP in the Phrase Groups, Include Files, Hooks, etc. There were no messages.
Reply With Quote
  #69  
Old 02-04-2010, 01:17 PM
meissenation meissenation is offline
 
Join Date: Apr 2005
Posts: 476
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also - for those that have this working 100%, is anyone using PHP 5.3.0? I'm wondering if my PHP version is causing the problem since it seems to be a programming issue?
Reply With Quote
  #70  
Old 02-04-2010, 03:44 PM
Farcaster Farcaster is offline
 
Join Date: Dec 2005
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by meissenation View Post
Hrm, unfortunately I don't think I can do any of that. What version of PHP do you use? Maybe it's my server's configuration that is doing it. I'm using WampServer 2.0i which uses Apache 2.2.11, MySQL 5.1.36, PHP 5.3.0.
Quote:
Originally Posted by meissenation View Post
I saved the debug output if any of it would prove helpful.
Yes, please PM me with the debug output. Apart from that, if I cannot reproduce the issue and cannot get access to the system where this problem occurs, I cannot help troubleshoot this problem.
Reply With Quote
  #71  
Old 02-04-2010, 04:13 PM
meissenation meissenation is offline
 
Join Date: Apr 2005
Posts: 476
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PM sent.
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 07:48 PM.


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.22659 seconds
  • Memory Usage 2,358KB
  • 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
  • (2)bbcode_code
  • (4)bbcode_html
  • (8)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
  • (2)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