By Fagault Eric on Sunday, 28 May 2017
Posted in General
Likes 0
Views 160
Votes 0
Good evening,
In an event can we invite people from our list of friends?
Best regards.
Eric
Yep, you can invite your friends to join an event, http://take.ms/Cgxvu
·
Sunday, 28 May 2017 12:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
Thank you very much.

I would have to add a button in the event to make it more visible (and more ergonomic) what is the file that displays the event in front?

Best regards.

Eric
·
Sunday, 28 May 2017 14:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Those file who responsible for that invite friends links are on this file .../components/com_easysocial/themes/wireframe/events/item/default.php on code below.


<?php if ($event->canInvite()) { ?>
<li>
<a href="javascript:void(0);" data-es-events-invite data-id="<?php echo $event->id;?>" data-return="<?php echo $returnUrl;?>" ><?php echo JText::_('COM_EASYSOCIAL_GROUPS_INVITE_FRIENDS');?></a>
</li>
<?php if ($event->canAccessActionMenu()) { ?>
<li class="divider"></li>
<?php } ?>
<?php } ?>


Hope this helps
·
Sunday, 28 May 2017 16:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much,
I only have to locate where to put my button.
·
Sunday, 28 May 2017 21:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 29 May 2017 10:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post