PDA

View Full Version : Calendar Enhancements - Farcaster's Event Attendance v2


Pages : 1 [2]

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

"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
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
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
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:
($hook = vBulletinHook::fetch_hook('calendar_displaymonth_c omplete')) ? eval($hook) : false;

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

}
add below
// 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.


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
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/calendar.php?do=getinfo&e=1&day=2012-6-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