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 RSVP Events on Profile Details »»
Farcaster's RSVP Events on Profile
Version: 1.0.3, by Farcaster Farcaster is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.7 Rating:
Released: 07-20-2007 Last Update: 08-20-2007 Installs: 84
Uses Plugins Template Edits
 
No support by the author.

This is an add-on enhancement to Farcaster's Event Attendance that will add a list of events a member is attending to his profile page.

Features:
  • Adds a list of events the member is attending to his profile.
  • The RSVP's shown can be limited by the response (Yes, No, Maybe) in the option group "Farcaster's Event Attendance"
  • Events can also be limited by a range of days before or after the current day, or you can list all events regardless of when they occurred with a setting in the option group "Farcaster's Event Attendance"
  • Uses the viewer's permissions and only displays the event if the viewer has access to that calendar.
  • Any of the following can be used in the event list: RSVP date, Response, # of Guests, Event Title, Event Description.
Prerequisites:
Farcaster's Event Attendance 1.1.0 (or newer)

Updating
1. Use the Product Manager to import the product file product-rah_rsvp_profile_1_0_3.xml and allow overwrites.


Installation
- 1 XML upload
- 1 Template Edit

1. Use the Product Manager to import the product file product-rah_rsvp_profile_1_0_3.xml
2. Modify the RSVP Member Profile options as needed under "Farcaster's Event Attendance" in the options menu.
3. In the MEMBERINFO template, find:
HTML Code:
$footer
Above that, add:

HTML Code:
$rsvps
Revision Log:
1.0.0 - 07/21/07 - Initial Release
1.0.1 - 07/21/07 - Bug Fix - Corrected foreach loop bug.
1.0.2 - 07/23/07 - Minor Revision - Changed sort order for events to be listed in the order they are occurring.
1.0.3 - 08/21/07 - Bug Fix - Corrected uninitialized array bug.

Known Bugs:
None.

Phrases:
rah_rsvp_on = on
rah_rsvp_between_x_y = Between {1} and {2}
rah_rsvp_since_x = Since {1}
rah_rsvp_until_x = Up to {1}
rah_rsvp_with_x_guests = with {1} guest(s).
rsvp_attending = Events Member is Attending
rsvp_noevents = No events found.

Templates:
memberinfo_rsvps - The panel surrounding the events.
memberinfo_rsvp_bit - The individual events line. This is the template you would modify if you want to change the fields or order of the fields.

Show Your Support

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

Comments
  #12  
Old 07-22-2007, 12:52 AM
jgommel's Avatar
jgommel jgommel is offline
 
Join Date: Jun 2005
Location: Ohio
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works perfectly. Is there a way to change the sort order so that it displays the events in the order they will occur instead of putting the oldest at the top of the list? I have mine set to show me 90 days worth of events (Events Member is Attending Between July 14th, 2007 and October 19th, 2007), but the first event displayed is: Maybe - Port Moresby - Kokoda Track on October 12th, 2007 and the last event: No - Xander's Gambit- Practice July 21st: 10 AM till 4PM on July 20th, 2007
Reply With Quote
  #13  
Old 07-22-2007, 03:45 AM
SLY LS1's Avatar
SLY LS1 SLY LS1 is offline
 
Join Date: May 2007
Location: Melbourne Australia
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod, to easy, ** clicks installed **

Cheers
SLY
Reply With Quote
  #14  
Old 07-22-2007, 07:33 AM
kai3k kai3k is offline
 
Join Date: Jul 2002
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you Farcaster! :up:
Reply With Quote
  #15  
Old 07-22-2007, 05:05 PM
Farcaster Farcaster is offline
 
Join Date: Dec 2005
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jgommel View Post
Works perfectly. Is there a way to change the sort order so that it displays the events in the order they will occur instead of putting the oldest at the top of the list?
It should already be ordering them by the date, from newest to oldest. Are these ranged or recurring events? PM me with the URL so I can check it out.
Reply With Quote
  #16  
Old 07-23-2007, 04:21 AM
SirFlash's Avatar
SirFlash SirFlash is offline
 
Join Date: Feb 2007
Location: Canada
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed as directed on 3.6.4, works perfectly, thank you so much! Excellent hack! I'm nominating this for MOTM! *Clicks installed*
Reply With Quote
  #17  
Old 07-23-2007, 01:08 PM
TheMilkCarton TheMilkCarton is offline
 
Join Date: Jan 2007
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheMilkCarton View Post
Hopefully I'll be able to play with the plugin/templates so that it displays RSVP's from one calendar in one table and RSVP's from another in a separate table. I use one calendar for Attending Yes/No and another calendar for Buying Yes/No, so it would be odd to have all those in one table.

Or maybe that could be a potential upgrade to this hack? (Separating calendar IDs)
I was able to separate two different Calendar IDs into two different $rsvp blocks in my profiles fairly easily if anyone would like instructions.

Also, Farcaster.. any reason
Code:
ORDER BY ea.ocdate DESC";
is set this way? It puts the events in reverse order of when they will be occurring.
Reply With Quote
  #18  
Old 07-23-2007, 04:59 PM
Farcaster Farcaster is offline
 
Join Date: Dec 2005
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good point. I've removed the DESC so that events will now be sorted by the date the are occurring in ascending order. Version 1.0.2 has this correction.
Reply With Quote
  #19  
Old 07-24-2007, 12:04 AM
popowich popowich is offline
 
Join Date: Jun 2004
Posts: 388
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

When I have the product enabled my member profiles become a blank page regardless of whether or not I add the $rsvps line to the memberinfo template. I will PM you my existing memberinfo template that works OK in case you are interested. I do have the GARS show last X threads module in that template too.

-Raymond
Reply With Quote
  #20  
Old 07-24-2007, 01:11 AM
jgommel's Avatar
jgommel jgommel is offline
 
Join Date: Jun 2005
Location: Ohio
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Farcaster View Post
Good point. I've removed the DESC so that events will now be sorted by the date the are occurring in ascending order. Version 1.0.2 has this correction.
Thank you! This was what I was talking about in my PM a few days ago.
Reply With Quote
  #21  
Old 07-24-2007, 03:15 AM
Farcaster Farcaster is offline
 
Join Date: Dec 2005
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by popowich View Post
I do have the GARS show last X threads module in that template too.
Raymond, have you tried disabling the other product to see if it starts working after that?
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:39 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.08234 seconds
  • Memory Usage 2,312KB
  • 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
  • (2)bbcode_html
  • (4)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
  • (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