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 |
#232
|
|||
|
|||
Hi,
one Question. I tried to show the total members say "Yes" on the vbCMS from vbdesigns.de This is my code: Code:
$anzahlsql = "SELECT COUNT(*) AS anzahl FROM vb4_eventattendance WHERE eventid = 1"; $anzahlquery = mysql_query($anzahlsql) or die("MySQL-Error : ".mysql_error()); $teilnehmeranzahl = mysql_fetch_object($anzahlquery); $teilnehmer = $teilnehmeranzahl->anzahl; Code:
$templater->register('teilnehmer', $teilnehmer); Code:
{vb:raw teilnehmer} How can i get this informations for the next Events 2,3,4,5 |
#233
|
|||
|
|||
Getting the following error
The response you gave to this event was not in the list of valid responses. Please contact the forum administrator if you believe you have received this message in error.. |
#234
|
|||
|
|||
Great hack!
I was just wondering if there was a possibility to invite users (by pm or mail for instance) after posting an event and setting the RSVP? A sort of event invitation to get it under attention of selected usergroups. Is there a way to create that? Or is it something for a next update/version? @ blamelesssas; That's a phrase of this mod, I think it says it all? You filled in a different answer then required (IE Yes, Maybe, No). |
#235
|
|||
|
|||
having a couple small problems with this mod that I have not found anywhere in this thread.
There is no Time/Date Stamp on any of the current RSVP's. Also, is there a way to display the users that have RSPV'd in order of who replied first and not in Alphabetical order? |
#236
|
|||
|
|||
Hi,
This mod doesn't work anymore with vbulletin 4.1.2? |
#237
|
|||
|
|||
nevermind my previous post, i found the answers i needed. it works just fine.
|
#238
|
|||
|
|||
Hi all,
Running this on vBulletin 4.0.8 PL2. Everything seems to work great except on minor thing and not sure if it has been covered, been fixed or can be fixed. But the date, time and comments seem to be messed up. I have attached a screenshot of what I am seeing. Thanks for your time and help |
#239
|
|||
|
|||
Hi,
got this problem: I have installed: Farcaster's Event Attendance v3 (for vb4) and BBR - vB Event Forums Version: 1.0.1 if i write a new Event and click after in this event to the showthread.php/xxx then nobody can activate/change the RSVP Status or write a Comment. See my screenshot! What happend? Here it works: calendar.php?eventid=5&do=getinfo But without BBR - vB Event Forums Version: 1.0.1 |
#240
|
|||
|
|||
Just installed this mod on a 4.1.2 VB forum and everything works great except one thing.
When a member makes a comment with their rsvp this takes the place of their comment. {rsvp:var rsvp.comment} Anyway to fix this? |
#241
|
|||
|
|||
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|