By Guest on Friday, 15 April 2016
Posted in Pre-Sales
Replies 10
Likes 0
Views 1.9K
Votes 0
We are using Jevents as the main calendar at the local tennis club. One category of events is for club sessions. We want players to click on the event to say that they will be attending that session. A few questions: 1) I believe we would have to use custom fields to add a field to the event to hold the name of the person who is attending. 2) Can we set up a simple amendment process so that when the event is clicked on the name will be added to the custom field? 3) would it be possible to show the custom field (containing the names) in the tooltip? Thank you!
Hello,

1. I think you want RSVP Pro, this allows custom attendance forms and yes / no / maybe attendance for the events. But also then use Managed People to manage the people organising the event if you want that.

2) If this is for adding the event organising then yes to an extent, when you create an event you can select from a list of organisers. And this person can be shown in multiple views.

Many thanks
Tony
·
Friday, 15 April 2016 22:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks very much TonyP, let me investigate and I'll come back to you.... Regards Peter
·
Saturday, 16 April 2016 18:07
·
0 Likes
·
0 Votes
·
0 Comments
·
I have purchased RSVP Pro, and followed the demo setup you have with the attendance button. When it is pressed I get this message and cannot find where to correct my error:

club-calendar’s server DNS address could not be found.
·
Monday, 18 April 2016 20:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

This sounds like part of the url is missing. Can you show us the code you have added and where the error occurs?

And your JEvents Support Info as per 2. of the forum rules.

Many thanks
Tony
·
Monday, 18 April 2016 20:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Here is the support info:

PHP Version : 5.4.19
MySQL Version : 5.5.43-37.2-log
Server Information : Linux n1nlhg139.shr.prod.ams1.secureserver.net 2.6.32-604.30.3.lve1.3.63.el6.nfsfixes.x86_64 #1 SMP Mon Oct 26 11:56:49 MST 2015 x86_64
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Max Input Vars ? : 1000
Club code set? : Yes
User Agent : Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36
Joomla : 3.5.1
component_com_jevents : 3.4.8
component_com_rsvppro : 3.4.7
component_com_jce : 2.5.16
module_mod_jevents_cal : 3.4.8
module_mod_jevents_custom : 3.4.8
module_mod_jevents_filter : 3.4.8
module_mod_jevents_latest : 3.4.8
module_mod_jevents_legend : 3.4.8
module_mod_jevents_switchview : 3.4.8
plugin_content_jevents : 3.4.8
plugin_finder_jevents : 3.4.8 (not enabled)
plugin_jevents_jevcalendar : 3.4.1 (not enabled)
plugin_jevents_jevrsvppro : 3.4.7
plugin_rsvppro_authorizenet : 3.4.7 (not enabled)
plugin_rsvppro_manual : 3.4.7 (not enabled)
plugin_rsvppro_paypalipn : 3.4.7 (not enabled)
plugin_search_eventsearch : 3.4.8
plugin_system_gwejson : 3.4.8
plugin_system_hika_rsvp_redirect : 3.4.7 (not enabled)


Here is the code I have added to the Latest events:
${title} ${startDate(%a %e %b)} ${eventDate(%l:%M %p)}<br/> </a><a href="/${eventDetailLink}"> </a><div style="float:left;padding-right:5px;text-align:left;"> Attendees : ${ATTENDCOUNT}</a></div><div style="float:right;padding-right:5px;text-align:right;"><a href="/${eventDetailLink}#registrations" alt="Event Registration">${REGOPEN} ${REGCLOSED} <a href="/${eventDetailLink}"> </a>

Here are the language overrides:
JEV_REGCLOSED <button class="btn btn-danger btn-small">Closed</button><br /> en-GB Site
JEV_REGCLOSED_MESSAGE <button class="btn btn-danger btn-small">Closed</button><br /> en-GB Site
JEV_REGOPEN <button class="btn btn-success"> Attend </button> en-GB Site
JEV_REGOPENING_MESSAGE <button class="btn btn-info btn-small">Entries Open: %s</button><br /> en-GB Site
JEV_REGOPEN_MESSAGE <button class="btn btn-success btn-small">Attend</button><br /> en-GB Site

Here is the custom CSS in Jevents:
.jeventslatest .btn.btn-success.btn-small { text-shadow: 0 -1px 0 rgba(0,0,0,0.25); }

I hope this is what you need.

Thank you
·
Tuesday, 19 April 2016 08:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

That al seems fine. Can you send me super user logins via PM to have a look at this?

Many thanks
Tony
·
Tuesday, 19 April 2016 10:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Tony,

Did my PMs get through?

Thanks Peter
·
Wednesday, 20 April 2016 13:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

The leading / on the custom format string was causing issues. Can you please try it now?

Many thanks
Tony
·
Wednesday, 20 April 2016 23:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Tonyp, perfect!
I have 2 small further queries then I'm done:
1) How do I change the following text? "Attend this specific event repetition?"
2) How do I remove the "repeating event" text from the Joomla tooltip?

Thank you
Peter
·
Thursday, 21 April 2016 09:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Peter,
I love tennis!! So I love seeing you can use JEvents in a tennis club. It's awesome!!!

1) You can add a language override using the constant: JEV_ATTEND_THIS_REPEAT

2) You can completely customize the tooltip for the monthly view using our Custom Layouts feature.
·
Thursday, 21 April 2016 11:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post