vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Calendar Enhancements - Farcaster's Event Attendance (https://vborg.vbsupport.ru/showthread.php?t=129088)

IvyKeepMommy 04-27-2008 05:57 AM

Quote:

Originally Posted by Boofo (Post 1500441)
That shouldn't have any affect on that at all. Are you sure you added it in the right place?

Well, no, I'm not sure (I'm not a coder)... but I did a search for the character string listed in the post and added the stated text after it. Then I saved it and uploaded it.

It worked for existing RSVP's but new events don't show the rsvp at all.

Initially, it also lost the event forums (I run both), but I reinstalled the integration and that worked.

I guess I just need to be patient and wait for Farcaster to get a chance to update the mod.

steven s 04-27-2008 10:05 AM

Quote:

Originally Posted by Wobbly Goblin (Post 1500146)
It worked for me! ;)

Thanks.
That did the trick. :up:

DrMirth 04-27-2008 10:39 AM

The change needs to be made to the calendar_rsvp_form template. Near the top. Make sure you ADD:

Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
...and not replace any of the existing input fields.

IvyKeepMommy 04-27-2008 02:35 PM

unfortunately it is still not working for me... these are the first few lines of my calendar_rsvp_form template

PHP Code:

<form action="calendar.php?do=getinfo&e=$eventinfo[eventid]&day=$rsvp_daymethod="post"
<
input type="hidden" name="do" value="getinfo" /> 
<
input type="hidden" name="cdo" value="rsvp" /> <input type="hidden" name="day" value="$rsvp_day/>
<
input type="hidden" name="e" value="$eventinfo[eventid]/>
<
input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/> 
<
input type="hidden" name="s" value="" />   
<if 
condition="$bbuserinfo['userid'] AND $expires[0]>=0"


Caerydd 04-29-2008 10:10 AM

thanks for the fixes, everyone else :) am looking forward to the maintence releases though.

Yellow-06-GT 04-30-2008 01:13 AM

I'm not trying to be pushy, but was wondering if we knew a time frame for the maintenance release? Are we looking days, weeks or months?

Thanks for a great hack, it is very important to my forums.

Bob

Ted S 04-30-2008 05:51 AM

Working fine on 3.7 with the securityhash fix. Thanks!

streetmachine 05-02-2008 09:21 AM

Will the next release be compatible with 3.6.10 ?

insidedesign 05-02-2008 01:14 PM

Quote:

Originally Posted by Wobbly Goblin (Post 1500146)
Download the original zip file from above. Open the "xml" file (I used the WITHOUT_IMPORTER version) and search for:

<input type="hidden" name="e" value="$eventinfo[eventid]" />

BELOW it add:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

Then save and import writing over the original.

It worked for me! ;)

This fixes the cookie security issue. Thanks! :up: :up:

Smurky 05-02-2008 08:43 PM

How does one get Custom Profile fields to display next to someone that has RSVP'd?


All times are GMT. The time now is 09:30 PM.

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.01597 seconds
  • Memory Usage 1,749KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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