vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Event Attendance 2.0 (https://vborg.vbsupport.ru/showthread.php?t=93782)

Jayphen 03-02-2006 04:20 AM

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?

Joey805 03-02-2006 04:26 AM

Has anyone got this successfully running on 3.54? I cant for the life of me. :(

yinyang 03-02-2006 06:03 AM

Quote:

Originally Posted by Jayphen
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?

https://vborg.vbsupport.ru/showthrea...ht=event+forum

Neo_obs 03-03-2006 06:38 PM

I have gotten it to work on 3.5.4 works quite nice on a modified forum

kizzmet 03-03-2006 11:16 PM

Thank you for this, my users are very excited about it.

Jayphen 03-05-2006 10:52 AM

Quote:

Originally Posted by yinyang

That creates new threads for events, not new forums.

kommuni 03-11-2006 12:55 PM

unfortunately this doesn't seem to work together with the event-forum-plugin.

Probably anyone could make this possible?

ataraxia 03-13-2006 09:39 AM

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

Mighty Mojo 03-16-2006 01:27 AM

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>

robert_2004 03-21-2006 12:16 PM

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>';
change to:
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.


All times are GMT. The time now is 11:47 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01374 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete