Jump to content

Recommended Posts

Posted

In our site, we have renamed decline to manage as we can differentiate from members joining vs managing the event.

During the process (I think) we have hidden MAYBE tab (somehow). Appreciate if someone can help in unhiding that MAYBE tab as we need to rename that tab to WAITLIST now

Hope this MAYBE (Or WAITLIST) still functions once RSVP hits the ceiling, as that's the whole idea to record the waitlist once drives are full.

Posted
3 minutes ago, Adriano Faria said:

Maybe has to do with RSVP being required or not. 

Nope, that's not what I meant.

We used to see before 3 options: Going, Maybe, Declined if RSVP is enabled.

Somehow that maybe option is not showing now.

Posted

My bad. Not required. I meant UNLIMITED:

			<div class='ipsGrid'>
				{{if $event->rsvp_limit == -1 AND !$event->hasPassed()}}<div class='ipsGrid_span6'><a href='{$event->url('rsvp')->setQueryString( 'action', 'maybe' )->csrf()}' class='ipsButton ipsButton_link ipsButton_fullWidth ipsButton_verySmall'>{lang="rsvp_maybe_event"}</a></div>{{endif}}
				...
			</div>

If your event allows X number of invitees, then MAYBE won't be an option. If it hasn't a limit, it will show.

Posted

Yes, we always have limited numbers as its an offroad drive.

Can you tell me where we must have commented some code, to hide that MAYBE option. I need that now.

Thanks in advance.

Posted

Man, you're NOT listening me. 😶

Again:

11 minutes ago, Adriano Faria said:

If your event allows X number of invitees, then MAYBE won't be an option. If it hasn't a limit, it will show.

Then you said:

8 minutes ago, Gauravk said:

Yes, we always have limited numbers as its an offroad drive.

Then MAYBE will not show up!!

Posted

Thanks for clarifying, now I understand.

So, we cannot utilize that MAYBE tab. Damn.

Any ldea when you will be adding Waitlist feature in your calendar enhancement. Im happy to pay for separate plugin or code edit, please.

image.png

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...