The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Farcaster's Event Attendance v3 (for vb4) Details »» | |||||||||||||||||||||||||||||||
Farcaster's Event Attendance v3 (for vb4)
Developer Last Online: Jun 2014
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
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: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:
Avatar Alignments Off Phrase / Formatted Date Problem (unable to reproduce) What's New - Events crashes Download Now
Screenshots
Show Your Support
|
3 благодарности(ей) от: | ||
scotfor, Sir_Rai, Toorak Times |
Comments |
#322
|
|||
|
|||
Yes, works fine on 4.2
|
Благодарность от: | ||
ProFifaLeagues |
#323
|
|||
|
|||
Thanks Klint, I'll upgrade then.
|
#324
|
||||
|
||||
Confirmed a new Install and works A1 on 4.2
|
#325
|
|||
|
|||
Quote:
in additional.css .eventbody .eventrow { background-color: #000000; } Or in the Template: calendar_rsvp_form Code:
<style type="text/css"> .eventbody .eventrow { background-color: #252525; } </style> <vb:if condition="$bbuserinfo['userid'] AND $expires[0]>=0"> <div class="eventbody"><div class="eventrow"> <vb:if condition="$lv_vb_eventforums_threadid AND THIS_SCRIPT=='showthread'"> <form action="showthread.php?t={vb:var lv_vb_eventforums_threadid}&day={vb:var rsvp_day}" method="post"> <vb:else /> <form action="calendar.php?do=getinfo&e={vb:var eventinfo.eventid}&day={vb:var rsvp_day}" method="post"> </vb:if> <input type="hidden" name="do" value="getinfo" /> <input type="hidden" name="cdo" value="rsvp" /> <input type="hidden" name="day" value="{vb:var rsvp_day}" /> <input type="hidden" name="e" value="{vb:var eventinfo.eventid}" /> <input type="hidden" name="s" value="" /> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> <vb:if condition="$expires[unixdate]"> <vb:if condition="$myrsvp"> <b>{vb:phrase calendar_rsvp_yoursvp, {vb:var rsvp_day_formatted}, {vb:var myrsvp}}</b><br /> <vb:if condition="$eventinfo[rsvp_attendeelimit]">{vb:phrase rsvp_attendeelimit, {vb:var rsvp_attendeelimit}, {vb:var eventinfo.spotsopen}}<br/></vb:if> <font class="smallfont"><i>{vb:phrase calendar_rsvp_maychangeby, {vb:var expires.date}}</i></font> <vb:else /> <b>{vb:phrase calendar_rsvp_attendquestion {vb:var rsvp_day_formatted}}</b><br /> <vb:if condition="$eventinfo[rsvp_attendeelimit]">{vb:phrase rsvp_attendeelimit, {vb:var eventinfo.rsvp_attendeelimit},{vb:var eventinfo.spotsopen}}<br/></vb:if> <font class="smallfont"><i>{vb:phrase calendar_rsvp_changeby, {vb:var expires.date}}</i></font> </vb:if> <br/> <vb:else /> <vb:if condition="$myrsvp"> <b>{vb:phrase calendar_rsvp_yoursvp, {vb:var rsvp_day_formatted}, {vb:var myrsvp}}</b><br /> <font class="smallfont"><i>${vb:phrase calendar_rsvp_maychange}</i></font> <vb:else /> <b><phrase 1="$rsvp_day_formatted">{vb:phrase calendar_rsvp_attendquestion}</b><br /> <font class="smallfont"><i>{vb:phrase calendar_rsvp_changelater}</i></font> </vb:if> <br/> </vb:if> {vb:raw rsvp_form_responses}<br \> <vb:if condition="$eventinfo['rsvp_max_guests']"> <i>{vb:rawphrase calendar_rsvp_guests_prompt} <input type="text" name="guests" id="guests" size="3" value="{vb:var myguests}"> {vb:phrase calendar_rsvp_guests}. ({vb:phrase calendar_rsvp_guest_limit, {vb:var eventinfo.rsvp_max_guests}})</i> </vb:if> <vb:if condition="$maxlength"> <table> <tr> <td><b>{vb:phrase comment}:</b><br \> <td align="right"><font class="smallfont"><i>({vb:phrase calendar_rsvp_maxlength} = {vb:var maxlength})</i></font></td> </tr> <tr> <td colspan="2"> <textarea name="comment" rows="2" cols="80">{vb:var mycomment}</textarea> </td> </tr> </table><br/> </vb:if> <input type="submit" class="button" value="{vb:phrase submit}" /> </form> </div></div> </vb:if> <vb:if condition="$expires[0]<0"> <div class="eventbody"><div class="eventrow"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr><td class="alt2" align="center" valign="center" height="50"><font size="2"><b>{vb:phrase calendar_rsvp_closed}</b></font></td></tr> </table></div></div> </vb:if> |
#326
|
|||
|
|||
vBSEO causes Problems and redirects to 404, when calendar rewrite rules are enabeled.
This can be fixed by editing either the product.xml or later the plugin calendar_getday_event an there replace Code:
// Prevents User Response Removal on redirect if (!preg_match('/redirect/',$vbulletin->url)) { $vbulletin->url .= "&redirect=1"; } Code:
// Prevents User Response Removal on redirect if (!preg_match('/redirect/',$vbulletin->url)) { $vbulletin->url .= ""; } Best regards, Alex |
#327
|
|||
|
|||
Thanks for the info.
|
#328
|
|||
|
|||
My default responses are not checked, would it be possible on clicking on an event to have the default respone set to "maybe" instead of having all responses unselected?
|
#329
|
|||
|
|||
The mod works fine on vB 4.2.
One problem: We have users with the character '&' in their name. In a calender entry this character is viewed as "&" |
#330
|
||||
|
||||
I love this mod, please inform me of any other mods you have for Calendars as a Gig Guide is a major part of my platform idea
|
#331
|
||||
|
||||
The & (Ampersand its called) has its issues all over vB for some reason, someone told me it is a coding character and it confuses sumtin', me muppet, Lynne would know why
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|