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 |
#242
|
|||
|
|||
Hey
When i put an event in i get this: Will you be able to attend on %1$s? Any ideas? |
#243
|
||||
|
||||
Quote:
At the bottom, replace: Code:
{rsvp:var rsvp.comment} Code:
{vb:var rsvp.comment} Quote:
Find: Code:
<b>{vb:phrase calendar_rsvp_attendquestion {vb:var rsvp_day_formatted}}</b><br /> Code:
<b>{vb:phrase calendar_rsvp_attendquestion, {vb:var rsvp_day_formatted}}</b><br /> Now find: Code:
<b><phrase 1="$rsvp_day_formatted">{vb:phrase calendar_rsvp_attendquestion}</b><br /> 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> Code:
<font class="smallfont"><i>{vb:phrase calendar_rsvp_maychange}</i> |
#244
|
|||
|
|||
can a member create public/private events? and invite those members whom they wish to call for?
public display but invites only Private event not displayed to public unless invited by member who created the event. |
#245
|
||||
|
||||
This mod doesn't do that. All this mod does is add an RSVP to an event.
|
#246
|
|||
|
|||
THANKS!
Totally fixed it! Quote:
|
#247
|
|||
|
|||
Thanks for the fix Tiger - works like a charm on 4.1.2.
|
#248
|
|||
|
|||
Is there a way to make the rsvp'd avatars smaller - eg 25 x 25 instead of full size?
|
#249
|
||||
|
||||
Quote:
Open your AdminCP, go to the Plugins Manager, and open up the GETDAY_EVENT: Add RSVPs and Form to Event plugin for Farcaster's Event Attendance v3 Find: Code:
/********************************************************************* * Get Users Avatar (If Used) *********************************************************************/ if ($vbulletin->options['rah_rsvp_showavatar']) { $avatarurl = ""; if (!empty($rsvp['avatarpath'])) { $avatarurla = array($rsvp['avatarpath']); } else if ($rsvp['hascustom']) { $avatarurla = array('hascustom' => 1); if ($vbulletin->options['usefileavatar']) { $avatarurla[] = $vbulletin->options['avatarurl'] . "/avatar{$rsvp['userid']}_{$rsvp['avatarrevision']}.gif"; } else { $avatarurla[] = "image.php?u=".$rsvp['userid']."&dateline=".$rsvp['dateline']; } } if ($avatarurla) { $avatarurl = $vbulletin->options['bburl'] . '/' . $avatarurla[0]; $showavatar=true; } else { $showavatar=false; } unset($avatarurla); } // END AVATAR Code:
/********************************************************************* * Get Users Avatar (If Used) *********************************************************************/ if ($vbulletin->options['rah_rsvp_showavatar']) { if (!empty($rsvp['avatarpath']) || $rsvp['hascustom']) { $avatarurla = fetch_avatar_url($rsvp['userid'], true); //Change the true to false to get regular sized avatars $avatarurl = $avatarurla[0]; unset($avatarurla); $showavatar=true; } } // END AVATAR |
#250
|
|||
|
|||
Does it continues on beta stage or it is production stable but not updated?
|
#251
|
|||
|
|||
Quote:
do you know any mod that has the features i am looking for? thanks for ur time |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|