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)

Leo Brazil 02-19-2009 10:15 AM

Farcaster,

I've tried to check its behavior in all situations you mentioned. It doesn't matter if it's a single event, ranged or recurring. And I've also tried using the admin account, supermoderator, moderator and registred users. In all situations the problem are just the same.

It seems the problem is related to valid answers array is not been formed and when you try to answer the RSVP it just say "It's not a valid answer". Like I said in my first report here, I tried to remove the string the verifies the "valid answer array" and in this case, when to answer the RSVP, I can get a refresh, no error message but nothing happens.

Other thing I notice, when you load the calendar page, none answer is selected by default and if you hit save button it says you don't have permission for it or you're not registered, even if I'm using admin's account. May this is working as desingn but to avoid this why not let a default option on ?

Any information you need from me just let me know and I can get it for you.

starman? 02-19-2009 10:21 AM

Thanks for getting back to us on this.

As far as I can determine, all users are effected by this. Like Leo I have tried all combinations with new & old events. I don't know how to give you the debug information (perhaps you can tell me how to do this?) but just for clarity, attached is the error message in full;

TNCclubman 02-19-2009 11:56 AM

sounds like a cache problem.

concepts 02-20-2009 07:45 PM

works great on 3.8.0!!!!! & 3.8.1

starman? 02-24-2009 07:28 AM

I'm using 3.81 and have the error as reported above.

Quote:

sounds like a cache problem.
Can you explain this further please TNCclubman. Is there something I could try?

edfig 03-09-2009 02:26 PM

<font size="3">BUG?</font>

Recently, and I've changed nothing to my knowledge... My community members have reported the following:

I will have an event scheduled for a specific date/time... Ranged or Reoccurring...

Someone will RSVP and only see themselves on the list.... but others will look at the event and see multiple people RSVPing on the list.... other times you might see yourself and 2-3 others on the event... but someone else might look at the eevnt and see 20+ people on the event?!?!

Is this a known issue?

starman? 03-10-2009 11:44 AM

I'm going to have uninstall this as my members are pissed off that it's not working. A real shame.

Leo Brazil 03-16-2009 11:15 AM

Quote:

Originally Posted by starman? (Post 1764829)
I'm going to have uninstall this as my members are pissed off that it's not working. A real shame.

Yeah, I gave up on this too. Tried everything and nothing makes this work on my board.

Ted S 03-17-2009 09:18 PM

Request for your future upgrade... can you add a hook to the line:

Code:

if (in_array($vbulletin->GPC['response'],array("Yes","No","Maybe"))) {
I'm looking to update other information when someone RSVPs.

sparkster666 03-30-2009 03:45 PM

Quote:

Originally Posted by starman? (Post 1764829)
I'm going to have uninstall this as my members are pissed off that it's not working. A real shame.

+1 on this error everything was working fine now it no longer works

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.

edfig 04-01-2009 07:46 PM

Quote:

Originally Posted by edfig (Post 1764057)
BUG?

Recently, and I've changed nothing to my knowledge... My community members have reported the following:

I will have an event scheduled for a specific date/time... Ranged or Reoccurring...

Someone will RSVP and only see themselves on the list.... but others will look at the event and see multiple people RSVPing on the list.... other times you might see yourself and 2-3 others on the event... but someone else might look at the eevnt and see 20+ people on the event?!?!

Is this a known issue?

More information....

It appears to have started with Day Light Savings!!!! People in timezones that did not adjust are being viewed separately than those in the timezones that shifted forward 1 hour!!!

So, if you are in Phoenix Arizona... you and everyone else that have not been effected by a DLS hour change will see who RSVPed.... but by only those that have not changed time. If you are in Los Angeles and you HAD to move the clocks forward by one hour... you will only see those people that ALSO had to move their clocks forward on the RSVP list.

This means, the 2 separate groups are not able to see eachother on the RSVP list.

I have ISOLATED the problem to that....

I assume we can call this a bug.

Hope that helps.

Farcaster 04-09-2009 02:45 PM

Edfig, it does help and I am looking into the problem now.

sparkster666 04-14-2009 01:12 AM

Quote:

Originally Posted by starman? (Post 1745659)
I've just had the same fault reported to me by my members. Checking it out for myself I have verified the message and it appears that Leo Brasil has a point. What should we do? Should we re-install the product?


Edit: I re-installed the product (allowed overwrite) and no different. Tried editing an existing event to RSVP to and adding a new event to do the same. Nada.

Is this a confirmed bug or you cant reproduce it? Its very frustrating as it worked for a week then just stopped. This is one of the most useful mods.

theparentpack 04-30-2009 05:29 AM

When I post an event, members are not currently able to rsvp. I checked the settings for the mod, and I made sure that Yes is checked for members being able to rsvp. Still there is no rsvp option showing on posted events. Hope to get this fixed soon. Thanks.

ryancooper 05-12-2009 03:37 PM

Looks good thanks!

Elenna 05-27-2009 02:09 PM

In the previous version of this mod, I edited the RSVP bit and calendar RSVP templates to format the responses a little differently (in a table format).

Can anyone point me to the right templates to edit for this version?

The old ones started with:

Calendar RSVP
Code:

<if condition="$rsvp_yes">
    <b>$vbphrase[calendar_rsvpd] $vbphrase[yes]: $rsvp_yes_count </b>

and

Calendar RSVP Bit
Code:

    <li><a href="$vboptions[bburl]/member.php?u=$rsvp[userid]">$rsvp[username]</a>

RichieBoy67 05-29-2009 05:20 AM

Is this mod ever going to be updated for 3.8??? I love this mod and I would also love to have the other add ons that were being worked on too. Is anything in the works???

Thanks much...

theparentpack 06-02-2009 07:58 AM

Members still cannot RSVP on the Newly created calendars, HELP!

RichieBoy67 06-07-2009 04:57 PM

This mod just doesn't work on 3.8 parentpack is that is what you are using..I have had the same issues and more.

I just posted a mod request for a new mod for 3.8 so please feel free to show your interest there. It is in the non-paid mod request area..

Thanks

theparentpack 06-10-2009 10:31 AM

Thanks! Do you have a link?

Quote:

Originally Posted by RichieBoy67 (Post 1825162)
This mod just doesn't work on 3.8 parentpack is that is what you are using..I have had the same issues and more.

I just posted a mod request for a new mod for 3.8 so please feel free to show your interest there. It is in the non-paid mod request area..

Thanks


theparentpack 06-10-2009 10:36 AM

Nevermind, found it. Here it is in case anyone else would like to chime in:

https://vborg.vbsupport.ru/showthread.php?t=215574

sparkster666 06-10-2009 11:09 AM

does not work with 3.7 either :rolleyes:

RichieBoy67 06-16-2009 01:21 AM

I did manage to get this to work on a 3.8.2 forum..

The only issue the client has is that a member cannot rsvp to their own event.

concepts 06-16-2009 06:27 AM

Since I have this running perfectly (older version) on my 3.8.2 board, along with the event attendance in member profile hack, I will pass on installing this one after seeing members with issues :)

madwax 06-19-2009 07:52 AM

Hello!

Thanks for a great mod. I do have a problem. When I have the mod activated I am not able to edit any calendar events. If I disable the mod then I am able to do it. The error message I get is that I am not allowed/ I don't have the permissions for the action although I am the administrator.

//jan

r34nismo 06-20-2009 01:05 PM

Hi,

Just a quick question, when using this mod, can you create a automatic thread out of the back of this rather than duplication. This would make it flow a lot easier.

Create an event, and a thread be linked to the information changes from the diary ?

I have looked through but not found anything like this, unless I have missed it.

If I have missed it I think it would be a good point of integration.

Elenna 06-22-2009 05:27 PM

Yes, look at Event Forums. There is a "bridge" version that integrates this mod with the Event Forums mod. I believe you install this mod, then the Event Forums mod, and then that Bridge mod.

Nysom 07-27-2009 12:11 AM

Hello! 2Q's

1. How would I show users who have not yet responded to our events?

2. When logging in to our site, we used to have a "status of RSVP" wherein it would show events for the next 4 days or so, and show whether you've RSVP'd Yes/No/Maybe.
Is anyone familiar with how to do this?

Thank you!

OK #2 is half -fixed and is integrated with vBull just move the forum to the top and show 'x' number of events.
It appears to be a php change so I'll be looking into that soon

Nysom 08-03-2009 09:56 PM

/bump for answer???

m_k 08-05-2009 11:07 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

owlbill 08-10-2009 07:56 PM

I have this running on VB3.8.3 and it works fine. I just have 1 question....

When creating an event, by default, the "Allow users to RSVP" check box is checked. I would like to have the checkbox cleared by default as the majority of our events do not require RSVP. Is there a way I can do this? I have not found it in the settings anywhere. I don't mind changing the code as long as I know where to look.

marissek 08-12-2009 10:34 PM

Everytime I try to download, the completed zip refuses to open and say corrupted

Verionia 08-19-2009 12:29 AM

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

I am also having this problem... :(

Nysom 09-09-2009 01:49 PM

Quote:

Originally Posted by Nysom (Post 1856204)
Hello! 2Q's

1. How would I show users who have not yet responded to our events?

2. When logging in to our site, we used to have a "status of RSVP" wherein it would show events for the next 4 days or so, and show whether you've RSVP'd Yes/No/Maybe.
Is anyone familiar with how to do this?

/bump?

zippys 09-10-2009 07:46 PM

If you are receiving this error:
Quote:

you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Log Out Home
Even though you know you have permission, are the administrator or had permission before and suddenly lost it, this may solve the problem.

go to your calendar_rsvp_form in your Style Manager
look for:
Quote:

<form action="calendar.php?do=getinfo&e=$eventinfo[eventid]&day=$rsvp_day" method="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="s" value="" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
above that code put:
Quote:

</form>
I dont know why or how this get undone, but it did in mine, this fixed it. hope this helps someone.

m_k 09-10-2009 08:32 PM

the </form> was not there in my template, but adding it unfortunately had no effect on my particular problem

Nysom 09-22-2009 01:38 PM

How would I list users that have not yet RSVP'd?

theparentpack 10-04-2009 03:11 PM

Set up a test forum, and test it out.

Quote:

Originally Posted by dknelson (Post 1513660)
I would really like to try this but the warning that I may lose some of my current RSVPs worries me. We have several events on the calendar at this time with a lot of RSVPs.


JWL 10-14-2009 06:23 PM

I have this installed and it works as I want it. Pretty cool and will be setting Installed as soon as this is posted


I have a question or need if someone can help me

I want to link the Events Posted to a Thread of my choice.

Say a Forum Called Events Listing with a forum ID of 12

How do I modify to allow each new Event posted to be auto Linked to the above forum?

I do not want them to appear in the forum as a normal post, but to be a simply link with the that when clicked Like the below screenshot
Attachment 105343

The Post shows the Title and when clicked it goes directly to the Classified Post in vbclassified.

I want the same thing for the Events posted, so they will be viewable in a forum as the title appears to be a thread but when clicked hits the Actual Events Calendar


Please help, Billions of Millions of thousands of dollars is at a cross roads here, if I do not figure this out, today, I will be forced to jump off my swivel chair and hurt my already damaged ego :erm:

bydosangel 10-17-2009 08:50 AM

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

Quote:

Originally Posted by Verionia (Post 1870177)
I am also having this problem... :(

Same here :(


All times are GMT. The time now is 04:20 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.01522 seconds
  • Memory Usage 1,841KB
  • 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
  • (3)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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