By Justin on Friday, 17 October 2014
Posted in General
Likes 0
Views 813
Votes 0
When viewing the Groups landing page each entry includes the group's avatar. Is it possible to include an event's avatar and/or cover image when viewing the Events landing page (to help liven things up colour-wise )?
You can use the following code to display the avatar but unfortunately we do not provide support for customizations at this point of time,


<img src="<?php echo $event->getAvatar();?>" />
·
Wednesday, 14 October 2015 20:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin,

We initially used the event's avatar but decided to go with a calendar instead. We'll see what we can do in the future
·
Saturday, 18 October 2014 01:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Sounds good.

Thanks Mark!
·
Saturday, 18 October 2014 02:10
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Saturday, 18 October 2014 18:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello
Is there any template to do this ? to be able to replace the calendar by the avatar
Thanks in advance
·
Friday, 19 December 2014 21:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Moustapha,

Not really sure what you mean here but you can customize the theme files if you want by editing the file /components/com_easysocial/themes/wireframe/events/default.item.php
·
Friday, 19 December 2014 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi. Is it possible in the meantime to show avatar instead calendar? Regards.
·
Wednesday, 14 October 2015 19:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok. Thanks.
·
Wednesday, 14 October 2015 21:41
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Wednesday, 14 October 2015 22:19
·
0 Likes
·
0 Votes
·
0 Comments
·
It works nearly. I have the right position. But I've got a broken image symbol, because in the image url is the url a second time (htt://url.com/http://url.com/media........)
·
Wednesday, 14 October 2015 22:35
·
0 Likes
·
0 Votes
·
0 Comments
·
You need to remove the / after the " because on our site, Joomla's sef plugin is adding this.
·
Wednesday, 14 October 2015 23:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post