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
  #82  
Old 02-05-2010, 03:02 PM
andreamarucci's Avatar
andreamarucci andreamarucci is offline
 
Join Date: Nov 2005
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by andreamarucci View Post
Same problem. Here's the screenshot

Attachment 111587

I'm using an italian translation done by me. PHP version 5.2.11. Here's the language settings page...


Same problem with 3.0.0b
No solutions for this problem? Have you seen it Farcaster?
Reply With Quote
  #83  
Old 02-05-2010, 03:11 PM
Farcaster Farcaster is offline
 
Join Date: Dec 2005
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by andreamarucci View Post
No solutions for this problem? Have you seen it Farcaster?
I think I have a bead on why that is happening, yes. I'll try to push a new version out this weekend.
Reply With Quote
  #84  
Old 02-05-2010, 05:26 PM
Nysom Nysom is offline
 
Join Date: Jul 2009
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes! We can upgrade now! *happy dance*

So my bug from the prior thread - I'd like to sort the RSVP's by usergroup. Typically it's by Name (alphabetically) or RSVP Time (which is great!)

We have a function whereas the longer someone is in our guild, the higher the rank they are. We would like our usergroups to show Yes/Maybe/No. Is that possible?

Awesome, awesome work!
Reply With Quote
  #85  
Old 02-05-2010, 05:48 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is my last ditch attempt at asking what we need to do, to rectify the rsvp page.

Image enclosed is how we have rsvp's output from template calendar_rsvp_bit

I am not sure as previously stated, what templates or code calls what. But this template reproduces "one" result. Therefore it must be called by some other template. I imagine sitting in an if else loop.

The issue is, because it is called within this loop, the rsvp's are returned sequentially. However this could be better returned, if I knew what templates were either side of this one, calendar_rsvp_bit.

Does this make sense.

Ok in more detail.

If I know what comes before and after the call for calendar_rsvp_bit I can code accordingly, to then produce the output as per Image 2 ( showing rsvp's side by side )

I imagine somewhere we must have :

<!--code above here-->
code to display calendar_rsvp_bit
<!--code below here-->

I just cannot find where calendar_rsvp_bit is called from
Attached Images
File Type: png rsvp_now.png (22.4 KB, 0 views)
File Type: png rsvp_wish.png (30.0 KB, 0 views)
Reply With Quote
  #86  
Old 02-05-2010, 07:47 PM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by betts02 View Post
i also get this, any fix ?

also it gets messed up when someone posts using this mod

Calendar:NGG Calendar.
another test
futher testing


RSVP'd Yes: 1

?NGG betts02

[Remove]
02

-

05

-

2010

12:46

AM

-

can play

-

test

The above is how it displays or visit http://www.nextgenerationgamers.co.u...est&redirect=1, any fix ?
Any fix ?
Reply With Quote
  #87  
Old 02-05-2010, 07:58 PM
Farcaster Farcaster is offline
 
Join Date: Dec 2005
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
This is my last ditch attempt at asking what we need to do, to rectify the rsvp page.
The loop you are talking about is actually in the code. The container is the calendar_rsvp, if memory serves. Other than that, I do not provide free support for customizing this modification for your own purposes. I'm sorry, it's just that I don't have the time, so I provide these mods with functionality as-is.
Reply With Quote
  #88  
Old 02-06-2010, 01:06 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually I dont think it is too much to ask, what templates call what templates.

In fact how that would be classed as "non free support"is beyond me.

If I create a page that pulls x y and z and displays this that and other, and someone wants to customize or recode a Badly designed "other" then its fair I think for us to ask the questions.

Your support is pretty crap mate. You ticked the box when you ported your mod over "agree to support"

You have a very poorly designed "calendar_rsvp_bit"

For me or anyone to ask, what is the preceeding code to this and get feedback from you, to allow us to IMPROVE your mod and then to share that change with others, enhances your mod.

However I guage from your reply, that you are implying anything other that "basic" is at cost.

Shame :down:

Uninstalled. Wasted enough time trying to improve this to no avail
Reply With Quote
  #89  
Old 02-06-2010, 04:49 PM
Farcaster Farcaster is offline
 
Join Date: Dec 2005
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
If I create a page that pulls x y and z and displays this that and other, and someone wants to customize or recode a Badly designed "other" then its fair I think for us to ask the questions.

Your support is pretty crap mate. You ticked the box when you ported your mod over "agree to support" ... However I guage from your reply, that you are implying anything other that "basic" is at cost.]
Let me clarify what level of support I'm willing to offer, because that checkbox obviously means something different to you than it does to me. It means that I am actively trying to resolve any bugs that are found and post new releases. If someone posts an actual bug, that means I am going to spend time and research it. Further, I am willing to answer basic questions on how to install the product if someone is having difficulty. That is the extent of it. If that checkbox means something more than that, then I will certainly uncheck it.

I do not support changes to the modification itself. If you want to make changes, then you're on your own.

Quote:
Originally Posted by TimberFloorAu View Post
Uninstalled. Wasted enough time trying to improve this to no avail
Honestly that's the best news I've heard all day.
Reply With Quote
  #90  
Old 02-06-2010, 07:54 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad I have made your day.
Reply With Quote
  #91  
Old 02-06-2010, 08:15 PM
Bouncer222 Bouncer222 is offline
 
Join Date: Oct 2009
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

TimberFloor, while this may not be my business. Vbulletin.org is free and the people here do this service for free. You therefore have no right to bombart them with offensive comments which have to do with their support on the product they develop.
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 02:45 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.04884 seconds
  • Memory Usage 2,363KB
  • 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_html
  • (6)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
  • (4)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