vb.org Archive

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

Farcaster 01-28-2010 02:59 AM

Presuming the new author gets permissions, I'd be glad to talk to him or her and see about a tie in.

Covert-OPs_ 01-29-2010 12:56 AM

How will we know when the mod is ready for use with 4.0?

Farcaster 01-29-2010 02:36 AM

I'll post when it is ready and the mod will then be available in the vb4 mods area.

Covert-OPs_ 01-29-2010 02:32 PM

Quote:

Originally Posted by Farcaster (Post 1969504)
I'll post when it is ready and the mod will then be available in the vb4 mods area.

Ok thanks for the heads up. Looking forward to getting this back on the site, it's definitely a great mod.

imported_pmay68 01-31-2010 02:40 PM

Awsome, this is really important to me as I have a big need for this.. We plan rides and used this alot prior to 4.0

Looking foward to this thx...

Farcaster 02-01-2010 07:26 PM

The beta version for vb4 is ready: https://vborg.vbsupport.ru/showthread.php?t=234741

utahraves 02-01-2010 10:49 PM

Quote:

Originally Posted by rabidkevin (Post 1968516)
It has already been converted to 4.0, the new author is just waiting for permission from the original event forums mod to give him the go ahead to post it. Original author has been unresponsive thus far so let's all hope this is announced soon!

Yesssssssssssss.

jonbaker 03-01-2010 10:29 PM

any love for v3.8?

Farcaster 03-04-2010 06:14 PM

Quote:

Originally Posted by jonbaker (Post 1994799)
any love for v3.8?

By that, what do you mean?

EddyMaxx 03-11-2010 09:58 PM

Successfully Installed on 3.8.4!!! Thanks!

redtailboa 04-01-2010 07:34 PM

I have an issue where if there are multiple events on a calender and they RSVP for one event it RSVP's them for all events on that day...

anything i can do to fix this?

CrashfAB 04-30-2010 03:18 PM

I got this all installed last night and just love it and running good under 3.8

One question I would like to remove the "no" from being shown when somebody clicks no. I assume I need to edit the calander_showeventsbit template but for the life of me I cannot figure it out...

CrashfAB 04-30-2010 05:56 PM

Ok for those who wish to remove "no" from the event simply go to the "calandar_rsvp" and remove the last IF conditional.

Karm4 05-21-2010 12:35 PM

Ok, i'm no longer getting the other error after reinstalling several times. Now i'm just receiving this error

Quote:

"The response you gave to this event was not in the list of valid responses. Please contact the forum administrator if you believe you have received this message in error."

Karm4 05-22-2010 07:27 PM

I'd hate to bump but its important, i have a lot of events rolling out that are costing a lot of money and i need a good head count. If i cant get this to work can someone recommend something else - i use vb 3.8.4 - Thanks!

Karm4 05-23-2010 05:00 PM

Anyone have a fix? Anyone having this issue? Anything... Bump.

lafsunlmtd 06-27-2010 05:04 AM

karm, we had that too, it was conflicting with our vbrules plugin. i would just disable plugins one by one until you find which one is conflicting

Karm4 08-19-2010 02:11 AM

Quote:

Originally Posted by lafsunlmtd (Post 2060257)
karm, we had that too, it was conflicting with our vbrules plugin. i would just disable plugins one by one until you find which one is conflicting

Wish someone would post which plugins, id hate to disable and lose the settings, ya know. Well.. If anyone has some more information on it, please let me know, this would be a great feature!

|Jordan| 09-29-2010 04:58 AM

I did all the edits, but when someone tries to rsvp they get the message:

"The response you gave to this event was not in the list of valid responses. Please contact the forum administrator if you believe you have received this message in error."

Even with a yes, maybe or no checked with a reason this still occurs.

P.S I'm using this on the latest vb 3.8

SVTCobraLTD 09-29-2010 06:10 PM

Maybe I missed it, but how do you allow attachments to be posted at the same time as the event??

|Jordan| 09-30-2010 01:01 AM

Quote:

Originally Posted by lafsunlmtd (Post 2060257)
karm, we had that too, it was conflicting with our vbrules plugin. i would just disable plugins one by one until you find which one is conflicting

Well, i tried what you said and it now works properly.

The addon that was breaking it for me is "User Social Networking Fields" https://vborg.vbsupport.ru/showthread.php?t=230997

SVTCobraLTD 03-02-2011 12:00 AM

Anyone else getting the Yes - Maybe - No radio buttons not showing up?

Nevermind, had to reinstall the 3.6 version on 3.8.6

dune3000 05-28-2011 05:00 PM

THis MOD will work on 4.1.3?

jamhind 06-11-2011 04:19 AM

Hi
This mod was suggested to me in the hope it will do the following:

I am opening an online store that is linked to my forum.
On the home page of the online store will be an option to join a Special Occasion Service
This would mean that the members list on a calendar all the special occasions they want to be reminded of - like birthdays and wedding anniversaries etc.
2 weeks before the special occasion listed the member receives an email reminding them of the date.

Do you think this mod could do this for us?

Excuse my total lack of computer knowledge. But any help is appreciated.
Julie-Ann

Scandal 10-14-2011 07:22 PM

Quote:

Originally Posted by m_k (Post 1862234)
Having the same problem mentioned a couple pages back...

It comes up whenever I try to RSVP for an event.

vBulletin Message: The response you gave to this event was not in the list of valid responses. Please contact the forum administrator if you believe you have received this message in error.

also have the following error at the top of the page: Warning: array_walk() [function.array-walk]: Unable to call array_lower() - function does not exist in [path]/calendar.php(1222) : eval()'d code on line 482

Well, to fix this problem:
1. open the calendar.php
2. find:
PHP Code:

    ($hook vBulletinHook::fetch_hook('calendar_displaymonth_complete')) ? eval($hook) : false;

    eval(
'$HTML = "' fetch_template('calendar_monthly') . '";');
    eval(
'print_output("' fetch_template('CALENDAR') . '");');



add below
PHP Code:

// function for RSVP
 
function array_lower(&$item$key)
 {
            
$item strtolower($item);
 } 

And you are done! :D

-petros

Boosted Euro 06-19-2012 01:21 AM

I was previously running

Farcaster's Event Attendance v1
Farcaster's Event Attendance & vb Event Forums Integration
vB Event Forums 3.3

When i upgraded to 3.8 finally I was un able to RSVP , everything was still there just when you tried to rsvp it said missing security token or something like that. So i updated to the V2 and it still didnt work and i read that it doesnt work with the integration and event forums. I have removed them both and then i just get nothing.

I reinstalled event forums 3.3 and i can set up an event and have a RSVP but after i post the event there are no buttons to actually RSVP . With the attendance & intergration i would only get a comment box and if i try to comment it tells me i am not authorised But i un installed it and now i get nothing.

what am i missing??

on the Farcaster's Event Attendance & vb Event Forums Integration download pages it says if you uninstall to activate 2 pluggins?? i dont see them anywhere.


Quote:

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

Any help would be greatly appreciated. The attached picture is all i get now when i make an event. as you can see i do have the option to RSVP checked off in the edit screen.

Boosted Euro 06-22-2012 01:44 PM

Quote:

Originally Posted by Boosted Euro (Post 2340908)
I was previously running

Farcaster's Event Attendance v1
Farcaster's Event Attendance & vb Event Forums Integration
vB Event Forums 3.3

When i upgraded to 3.8 finally I was un able to RSVP , everything was still there just when you tried to rsvp it said missing security token or something like that. So i updated to the V2 and it still didnt work and i read that it doesnt work with the integration and event forums. I have removed them both and then i just get nothing.

I reinstalled event forums 3.3 and i can set up an event and have a RSVP but after i post the event there are no buttons to actually RSVP . With the attendance & intergration i would only get a comment box and if i try to comment it tells me i am not authorised But i un installed it and now i get nothing.

what am i missing??

on the Farcaster's Event Attendance & vb Event Forums Integration download pages it says if you uninstall to activate 2 pluggins?? i dont see them anywhere.





Any help would be greatly appreciated. The attached picture is all i get now when i make an event. as you can see i do have the option to RSVP checked off in the edit screen.


Anyone have any idea? Been using this for years untill I went to 3.8, we have events weekly that everyone is.used to using the.RSVP. really need to get this going again .

blind-eddie 06-22-2012 02:33 PM

Seems to be working on fresh install on 3.8.4
http://blind-eddie.com/forum/calenda...-22&redirect=1

login: blindman
password: 00000000

Boosted Euro 06-22-2012 03:32 PM

Says invalid event

Boosted Euro 06-22-2012 03:36 PM

I have removed and installed the program a couple times and i get nothing. When i make an event I click "allow RSVP" and the event works fine but there is no RSVP options or coment box like i used to have. I tried going back to the old version but the Event Attendance & vb Event Forums Integration download doesnt seem to be complete any more.

Boosted Euro 06-23-2012 02:21 PM

So I guess v2 was working but you can only RSVP through the.calendar page, and I had never used that befor . But it doesn't work with event forums 3.3, as soon as you enable the event forums the RSVP disappears. So with help.from Blind-eddie I went back to my old set up and it seems.to be.working.

Farcaster's Event Attendance v1
Farcaster's Event Attendance & vb Event Forums Integration
vB Event Forums 3.3

Thanks again Blind-Eddie


All times are GMT. The time now is 11:44 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.01689 seconds
  • Memory Usage 1,813KB
  • 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_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (31)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