Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Farcaster's Event Attendance & vb Event Forums Integration Details »»
Farcaster's Event Attendance & vb Event Forums Integration
Version: 1.1.1, by Farcaster Farcaster is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.4 Rating:
Released: 12-13-2006 Last Update: 07-12-2007 Installs: 230
Uses Plugins
 
No support by the author.

This is an add-on to the vB Event Forums hack by Evercraft that will allow it to work with Farcaster's Event Attendance. This hack disables two of the Event Forum plugins and adds two integrated versions of the plugins in their place.

Prerequisites:Installation Instructions:
- 1 XML upload

1. Use the Product Manager to import the product file product-rah_rsvp_forums_addon_1_1_1.xml

Upgrade Instructions:
1. Use the Product Manager to import the product file product-rah_rsvp_forums_addon_1_1_1.xml and allow overwrites.

Uninstallation Instructions:

1. Uninstall the Product.
2. If Event Forums are installed, re-enable the following two plugins:
  • Display Event Details on Thread Page
  • redirect links to individual events to their threads instead
Revision Log:
1.0.0 - Initial Release
1.0.1 - A bug that occured on some boards which caused incorrect dates to display on the RSVP form has been resolved.
1.1.0 - 02/20/07 - Minor Revision - Modified the add-on for version 1.2.0 of the Event Attendance modification.
1.1.1 - 07/13/07 - Bug Fix - Corrected fetch_phrase query problem that was causing excessive amounts of queries to be added to the showthread display.

This hack is provided completely free of charge. However, if you use this hack and are so moved, you may make a donation via PayPal:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 12-14-2006, 07:38 PM
Farcaster Farcaster is offline
 
Join Date: Dec 2005
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mithan,
I plan on uploading a fix for the "Farcaster's Event Attendance" mod tonight that will fix the uninstallation problem. This add-on hack though should uninstall without problems and does not make any database changes.

StuntFactoryX,
Yes, the problem was that my RSVP hack would not work with Evercraft's Event Forums hack. This add-on module integrates the two hacks so that they will work in conjunction.
Reply With Quote
  #13  
Old 12-14-2006, 08:33 PM
Farcaster Farcaster is offline
 
Join Date: Dec 2005
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a note for anyone who may be wondering how this works with ranged events:

Even though the Event Forums hack by Evercraft only creates a single thread for a recurring event, the RSVP system will still work with recurring events. Whenever someone opens the event they will always see the current or next upcoming event date. That does mean, however, that the next day, RSVPs will be cleared out for the next event date.
Reply With Quote
  #14  
Old 12-15-2006, 12:05 AM
jgommel's Avatar
jgommel jgommel is offline
 
Join Date: Jun 2005
Location: Ohio
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, It's not creating the table(s) in the database... I went into the DB to create the table myself, but I realized that I'd also have to create the fields. Can anyone elaborate on what's happening and why this won't install? I've installed many other mods that access my DB without a problem.

Code:
Database error in vBulletin 3.6.4:

Invalid SQL:

              SELECT    u.username, ea.userid, ea.response, ea.comment, ea.guests, ea.rsvp_date, u.avatarid, u.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline,
                  customavatar.width, customavatar.height
              FROM    vb_eventattendance ea
                  INNER JOIN vb_user u ON u.userid = ea.userid
                  LEFT JOIN vb_avatar AS avatar ON avatar.avatarid = u.avatarid
                  LEFT JOIN vb_customavatar AS customavatar ON customavatar.userid = u.userid        
              WHERE    eventid = 033
                  AND ocdate = '1167609600'
              ORDER BY
                  ea.response, u.username;

MySQL Error  : Unknown column 'ea.userid' in 'field list'
Error Number : 1054
Date         : Thursday, December 14th 2006 @ 06:49:55 PM
Script       : http://www.domainname.com/vb/showthread.php?t=896
Referrer     : http://www.domainname.com/vb/calendar.php?do=manage&e=33
IP Address   : 
Username     : RodentX
Classname    : vb_database
Reply With Quote
  #15  
Old 12-15-2006, 02:36 AM
jgommel's Avatar
jgommel jgommel is offline
 
Join Date: Jun 2005
Location: Ohio
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nevermind, I fixed it. I just installed everything on my other website and copied the DB entries into my primary websites DB -- viola, back in business!
Reply With Quote
  #16  
Old 12-15-2006, 07:36 AM
HellRazor HellRazor is offline
 
Join Date: Mar 2002
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Farcaster - you rock.
Reply With Quote
  #17  
Old 12-15-2006, 01:42 PM
|oR|Greg |oR|Greg is offline
 
Join Date: May 2003
Location: AMACNY.COM
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I founds me a problem. I have 2 forums specified. If I create an event in the 2nd forum, the thread is created in the 1st forum instead.
Reply With Quote
  #18  
Old 12-15-2006, 02:11 PM
Farcaster Farcaster is offline
 
Join Date: Dec 2005
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by |oR|Greg View Post
I founds me a problem. I have 2 forums specified. If I create an event in the 2nd forum, the thread is created in the 1st forum instead.
Does that only if the integration hack is installed? I didn't make any changes that should have effected thread and event creation. That may be a bug of vB Event Forums.

To find out, try disabling the integration hack and re-enabling the two disabled plugins under the Event Forums hack.
Reply With Quote
  #19  
Old 12-15-2006, 02:15 PM
|oR|Greg |oR|Greg is offline
 
Join Date: May 2003
Location: AMACNY.COM
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're not the boss of me.









Reply With Quote
  #20  
Old 12-15-2006, 02:19 PM
|oR|Greg |oR|Greg is offline
 
Join Date: May 2003
Location: AMACNY.COM
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're right, and I posted on the other dudes hack for help anyway, covering my bases. Oh Farcaster, is there anything you CAN'T do?
Reply With Quote
  #21  
Old 12-23-2006, 02:13 AM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will test this out tomorrow and let you know how it goes. THANKS SO MUCH FOR PUTTING IN THE TIME TO MAKE THIS MOD!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:33 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09653 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete