The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Farcaster's Event Attendance Details »» | |||||||||||||||||||||||||
A BETA version 2.0 is now available in the 3.7 modification area.
This hack will allow your users to RSVP "Yes," "No," or "Maybe," for events posted on your forum calendar. You can configure which calendars RSVP should be enabled or excluded from, and on each event you can also specify whether this is an RSVP event. Unlike the old Event Attendance script, this hack will work on all types of events whether they are single day, ranged or recurring. For ranged and recurring events, members are able to RSVP for a single day of the event. So, if the recurring event occurs every Monday, your members can RSVP separately for each recurrence. For ranged events that span more than one day, members can sign up for individual days of the event. Thus, if the event had a duration of 5 days, a member could signup for only one or two of the days, if he chose. This hack is known to work with 3.6.x, and may work with 3.5.x, but no support is offered for this version at this time. vB Event Forums Users: You will need to install an additional module: https://vborg.vbsupport.ru/showthread.php?t=133970 Upgrade Instructions: - 1 xml upload 1. Use the Product Manager to import the product file product-rah_calendar_rsvp_1_2_2.xml. Be sure to ALLOW OVERWRITE. Installation Instructions - 1 XML upload - 1 template modification 1. Use the Product Manager to import the product file product-rah_calendar_rsvp_1_2_2.xml 2. Use the Style Manager to find and edit your calendar_showeventsbit: Near the bottom of the calendar_showeventsbit, find: HTML Code:
</form>
HTML Code:
$rsvp_form If you want to change any of the wording or need to enter translations, this hack uses the following phrases: Calendar Phrases: calendar_rsvp_allow calendar_rsvp_attendquestion calendar_rsvp_changelater calendar_rsvp_maxlength calendar_rsvp_maychange calendar_rsvp_yoursvp calendar_rsvpd -- Added on 11/30/06: calendar_rsvp_guest calendar_rsvp_guest_limit calendar_rsvp_guests_prompt calendar_rsvp_max_guests -- Added on 2/20/07 calendar_rsvp_changeby calendar_rsvp_maychangeby calendar_rsvp_closed calendar_rsvp_expires Standard Phrases: yes no maybe submit comment -- added on 2/20/07 minutes seconds Extra Instructions for 3.5.x Users: This hack MAY work with 3.5.x, but you will need to add the standard global phrase "Comment" Screenshots Attached. If you use this hack, please be sure to click "Install" so that you can receive notifications of any updates. Revision Log: 1.0.0 - 10/14/06 - Initial Release 1.0.1 - 10/19/06 - Maintenance Release.
This hack is provided completely free of charge. However, if you use this hack and are so moved, you may make a donation via PayPal: Show Your Support
|
Comments |
#322
|
|||
|
|||
When I click on the name of someone that has sign up for an event I get an error instead of going to their cp. (ERROR 404 - PAGE NOT FOUND)
And the Avatar does not show up. Your other hack works. I do see a person yes at the bottom of the CP. |
#323
|
|||
|
|||
EZD - what link it is trying to ponit you to, when clicking on a user's name?
|
#324
|
|||
|
|||
It is pointing to member.php?u=1
For my CP And image.php?u=3&dateline=1195097556 For my Avatar |
#325
|
|||
|
|||
Compare the link to your profile to the link it's giving you - what is the difference between them?
|
#326
|
|||
|
|||
Quote:
Reproducible, documented bugs are supported. I do not personally support any customization, but other members who use the mod may be able to help. As far as your first question, it was designed to RSVP to individual days, not the whole event. It is possible to change, and if you would like to have it customized, I am available for freelance contract work. |
#327
|
|||
|
|||
Easy check
Pointing to member.php?u=1 Should be forum/member.php?u=1 Where do I add forum/ Not a coder. |
#328
|
|||
|
|||
OK I think I got it
In the code for calendar_rsvp_bit I added red. Can someone tell me if that is good. It did fix the CP link problem. <if condition="!$vboptions[rah_rsvp_showavatar]"> <li><a href="$vboptions[bburl]/forum/member.php?u=$rsvp[userid]">$rsvp[username]</a> <if condition="$rsvp_mod"> [<a href="calendar.php?do=getinfo&e=$eventinfo[eventid]&rsvp_remove=$rsvp[userid]&day=$rsvp_day">$vbphrase[remove]</a>]</if> <if condition="$vboptions[rah_rsvp_showrsvpdate]"> [$rsvp[rsvp_date_user]]</if> <if condition="$rsvp[guests]==1 AND $eventinfo[rsvp_max_guests]"><i> + $rsvp[guests] $vbphrase[calendar_rsvp_guest]</i></if> <if condition="$rsvp[guests]>1 AND $eventinfo[rsvp_max_guests]"><i> + $rsvp[guests] $vbphrase[calendar_rsvp_guests]</i></if> <if condition="$rsvp[comment] AND $maxlength"> - <i>$rsvp[comment]</i></if></li> <else /> <tr> <td valign="top" align="left"><li><if condition="$showavatar"><img align="left" src="$avatarurl"></li></if></td> <td valign="top" align="left"> <a href="$vboptions[bburl]/forum/member.php?u=$rsvp[userid]">$rsvp[username]</a> <if condition="$rsvp_mod">[<a href="calendar.php?do=getinfo&e=$eventinfo[eventid]&rsvp_remove=$rsvp[userid]&day=$rsvp_day">$vbphrase[remove]</a>] </if> <if condition="$rsvp[guests]==1 AND $eventinfo[rsvp_max_guests]"><i> + $rsvp[guests] $vbphrase[calendar_rsvp_guest]</i></if> <if condition="$rsvp[guests]>1 AND $eventinfo[rsvp_max_guests]"><i> + $rsvp[guests] $vbphrase[calendar_rsvp_guests]</i></if> <br> <if condition="$vboptions[rah_rsvp_showrsvpdate]"><b>[$rsvp[rsvp_date_user]]</b><br></if> <if condition="$rsvp[comment] AND $maxlength"><i>$rsvp[comment]</i></if> </td> </tr> </if> |
#329
|
|||
|
|||
Quote:
I know NOTHING about coding at all -- so have not in any way tried to customize the mod, but I am having a reproducible bug in that when an event is repeated over a series of days, the user can NOT RSVP to each date separately. It is my understanding that they are supposed to be able to. What happens instead is that while the dates appear on each distinct day of the calendar, the subsequent events only point back to the first date and response, not to their own thread. Obviously something is wrong, and I'd really love to get this problem fixed. I would really like it to be able to respond to the individual days as it was apparently designed to do. |
#330
|
|||
|
|||
EZD,
If that worked, that should be just fine! It looks like one of your config settings is set to your home page, while your forum (with the RSVPs) are in /forum/ |
#331
|
|||
|
|||
A specific example of what happens... I set up a ranged "test event" to happen every monday between 2 and 3 am. Starting Dec 10 and going through to Dec 31.
On December 10 I select yes. Then when I click on the event on the Dec. 24th calendar, it ALREADY shows that I have RSVP'd yes and the RSVP reads: For 12-10-2007, You RSVP'd: Yes You may change your RSVP status below. Yes Maybe No If I change the RSVP to No -- it changes it on the 10th. For whatever reason the additional events CAN NOT be rsvp'd to individually as the hack says they can -- at least not on my site. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|