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 |
#222
|
|||
|
|||
I've been struggling for a while with this MOD but wanted it so much.
Finally got some time. I took OlijO xml file and fixed the following and confirmed it working on 4.1.0pl2 Line 105: rsvp:var rsvp.comment problem - changed to vb:var rsvp.comment Previous Code:
<vb:if condition="$rsvp[comment] AND $maxlength"> - <i>{rsvp:var rsvp.comment}</i></vb:if></li> Code:
<vb:if condition="$rsvp[comment] AND $maxlength"> - <i>{vb:var rsvp.comment}</i></vb:if></li> - modified the check to ensure array_lower gets created Previous Code:
// define functions for array_walk, if not already defined. if (!function_exists('array_trim') and !function_exists('array_trim')) { function array_trim(&$item, $key) { $item = trim($item); } function array_lower(&$item, $key) { $item = strtolower($item); } } Code:
// define functions for array_walk, if not already defined. if (!function_exists('array_trim') and !function_exists('array_trim')) { function array_trim(&$item, $key) { $item = trim($item); } } if (!function_exists('array_lower') and !function_exists('array_lower')) { function array_lower(&$item, $key) { $item = strtolower($item); } } Hope it helps some of you out. |
#223
|
|||
|
|||
works perfect now!
|
#224
|
|||
|
|||
Not work for me, so sorry because I like this Mod so much,
|
#225
|
|||
|
|||
What issue are you seeing?
I have a little spare time at the moment - if you want to PM me an account on your site I could check it out and see if there's anything I can do.. Can't promise anything - but if it's a quick fix we might get it sorted. EDIT: Just to be clear - a user account with event creation, subscription and response permissions is what I need - not admin. I'll get you to screenshot anything I need from admin. |
#226
|
|||
|
|||
Quote:
I love this Mod so much because events are so important for my site. Thank you for what you and other friends have provided for my site. Notice: The super admin can not respond to RSVP, it turn blank page. Other members can respond successfully |
#227
|
|||
|
|||
Thanks DemoniK! That fixed my {rsvp:var rsvp.comment} error.
I was also having the "Invalid" issue - which removing SMnet's vB Event Forums improvements fixed |
#228
|
|||
|
|||
Quote:
|
#229
|
|||
|
|||
Thanks for this..
But does anyone know how I would add an attachment feature to the add event editor when creating an event. The only features it currently has for the calender are Allow HTML Allow BB Code Allow [IMG] Code Allow Smilies I would like to add an attachment say maybe zip file so people who RSVP to the event can download the attachment prior to the event. |
#230
|
||||
|
||||
This works for me. Thanks.
|
#231
|
|||
|
|||
Quote:
I guess not. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|