By trevorl on Saturday, 13 September 2014
Posted in General Issues
Replies 9
Likes 0
Views 765
Votes 0
Hi,

How difficult would it be to hide the event attending / not attending buttons?

For example I have an event that is open to anyone and does not require bookings / attendees.

Would this be something that could be implemented into the code like a check box in back end?
You are most welcome
·
Tuesday, 16 September 2014 14:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Unfortunately we do not have such settings currently but you can always edit the theme file /components/com_easysocial/themes/wireframe/events/guestState.content.php to customize the layout
·
Saturday, 13 September 2014 03:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you I will take a look at that
·
Saturday, 13 September 2014 07:49
·
0 Likes
·
0 Votes
·
0 Comments
·
I think I found a way around it but I don't think it is working-
I found in themes/selectedtheme/events;

Display remaining seats option. yes / no

so I set it to no.
I then set guest limit to 1 and make the admin as attending

however on the site it displays;

Sorry. There are no more seats left for this event ( it works if there are available seats)
·
Saturday, 13 September 2014 09:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Trevorl,

Hm, I guess this is probably one of the workaround? There's actually no such settings currently which prevents user from responding
·
Saturday, 13 September 2014 10:39
·
0 Likes
·
0 Votes
·
0 Comments
·
I Mark I agree but....

Display remaining seats option. yes / no in theme settings does not work.

If all seats are taken it still displays on front end " Seats are unavailable" message.
·
Sunday, 14 September 2014 00:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I think you could just remove the code below from the file /components/com_easysocial/themes/wireframe/events/guestState.content.php


<?php echo JText::_('COM_EASYSOCIAL_EVENTS_NO_SEATS_LEFT'); ?>
·
Sunday, 14 September 2014 01:36
·
0 Likes
·
0 Votes
·
0 Comments
·
As a workaround That worked. thank you.
·
Tuesday, 16 September 2014 06:50
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Friday, 17 October 2014 00:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post