The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Event Attendance 2.0 Details »» | |||||||||||||||||||||||||
This is an update version of the vB 3.0x "Event Attendance" hack found HERE. Thanks to Kentaurus for allowing redistribution.
I have rebuild/rewritten the hack for vB 3.5 - now it is no longer a hack but a plugin. No template modifications and no code modifications required. This plugin allows users to enroll for events. When a new event is created, the user can decide if this feature is available for this event. This plugin includes (from the 3.0x Version and Thread):
It does not include (from the old thread):
Additional Features:
Installation:
Known Problems:
If you upgrade from 3.0x:
I list the feature requests here - this does not mean that I will code it. If you are a coder feel free to code it and release it as addon or allow me to include it here.
Please click INSTALL if you like this plugin. Show Your Support
|
Comments |
#142
|
|||
|
|||
Is there a way to link events to forums?
I run a dance party website, and we have different forums for each upcoming event. In that forum, users make threads about the party. It would be awesome if at the top of the forum (on the thread list page), if the user could click "add me to this event", and then be added to the list.. as well as having a popup window there for them to see other users attending. Is this beyond the scope of this plugin, or is it do-able? |
#143
|
|||
|
|||
Has anyone got this successfully running on 3.54? I cant for the life of me.
|
#144
|
||||
|
||||
Quote:
|
#145
|
|||
|
|||
I have gotten it to work on 3.5.4 works quite nice on a modified forum
|
#146
|
|||
|
|||
Thank you for this, my users are very excited about it.
|
#147
|
|||
|
|||
Quote:
|
#148
|
|||
|
|||
unfortunately this doesn't seem to work together with the event-forum-plugin.
Probably anyone could make this possible? |
#149
|
||||
|
||||
This is a GREAT plugin!
QUESTION: Is there some way to make the "Allow users to specify that they will be attending this event." setting to default to "Yes"? When adding events most people (including myself) seem to overlook or forget that setting entirely. The result is that few events ever offer the option to the general members. Thanks |
#150
|
|||
|
|||
How do I add VBulletin profile fields to the list of items shown?
I'm editing the rollbits with this info----but it isn't "parsing" the profile fields.... <li><a href="member.php?u=$rolluserid">$rollusername</a></li> <td class="tcat" bgcolor="#919EBA">Character Level:</td> <td class="panelsurround">$userinfo[field2]</td> <td class="tcat" bgcolor="#919EBA">Character Class:</td> <td class="panelsurround">$userinfo[field14]</td> |
#151
|
|||
|
|||
ataraxia, simply go to the plugin manager, find "Event Attendance - add enroll to create form" and edit it.
Now edit the PHP code Code:
$disablesmiliesoption.='<div><label for="cb_rollcall"><input type="checkbox" name="useroll" value="1" id="cb_roll" tabindex="3" '.$useroll.' />'.$vbphrase['roll_allowenroll'].'</label></div>'; Code:
$disablesmiliesoption.='<div><label for="cb_rollcall"><input type="checkbox" checked name="useroll" value="1" id="cb_roll" tabindex="3" '.$useroll.' />'.$vbphrase['roll_allowenroll'].'</label></div>'; Now, things i would like to see on this mod: - add the guest functionality, so poeple can enroll and add upto 5 guests - make the data indexable/searchable, so that when you click on the user's profile, it will show the events this user has attened. - after the event takes place, the next day, use a popup on the main screen to ask if the user did infact attend the event. If they choose yes, leave them on the list as a 'attendee' otherwise, remove their name from the list. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|