Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
Hi everybody
On our j3 site with jomsocial latest version, i have events with attendees list on the left sidebar.
The problem is that our members didn't change their avatars yet :-/ so the list without their names is not very comprehensible.
Is there a possibility to display the member name with his avatar? I've choosen the "show both names and avatars" option
Visible here :http://www.yayos.fr/calendrier-des-sorties-sportives-yayos/viewevent/11-entrainement-ouvert-a-tous-les-membres-yayos
ROOT/templates/your-template/html/com_community/layouts/events/ (if you don't have any of those folders, feel free to create them)
Then after line 317 add this:
<?php echo $member->getDisplayName(); ?>
This will display user name.
- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.
- Use the "Thank You" feature on any post that helped you