Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
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.

Add Avatar to Email Notifications

9 years 11 months ago
Licenses:
JomSocial Expired

Hi, we would like to add the user avatar to several of the email notifications, including the friend request and xxx has liked/commented on your profile, etc.

I found a post about adding extra fields to the admin email as part of the registration process but cannot find where this would be included for the standard emails:
www.jomsocial.com/forum/installation/143...users-register#72504

Please can you advise where to add this into the system.

Thanks!

9 years 11 months ago
Licenses:

Hi, Rebecca.

It's not so easy to achieved a it seems to be. You'll need to rebuild not only email templates abut also notification system and what data is gathered there. Supporting major customization is beyond scope of our technical support so I advise to ask developer for help: www.jomsocial.com/jomsocial-developers

You may also request for feature here: uservoice.jomsocial.com/forums/101561-feature-request


- 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
9 years 11 months ago
Licenses:
JomSocial Expired

Thanks, understand that we will need to add this to all email template files. Can you advise where we would need to add the function to call in the avatar?

The post below talks about adding extra fields to the registration email, but i presume that it will be a different place for the notification emails.
www.jomsocial.com/forum/installation/143...users-register#72504

Can you give us any points in the right direction?

9 years 11 months ago
Licenses:

Hi, Rebecca.

It's not about adding any extra fields but about to add new variables that contain "actor" avatar and display them in language constants. here you have full list of files that need to be modified:

ROOT/components/com_community/templates/default/email.events.joinrequest.text.php
ROOT/components/com_community/templates/default/email.groups.wall.html.php
ROOT/components/com_community/templates/default/email.album.like.html.php
ROOT/components/com_community/templates/default/email.album.wall.html.php
ROOT/components/com_community/templates/default/email.album.wallreply.html.php
ROOT/components/com_community/templates/default/email.bookmarks.html.php
ROOT/components/com_community/templates/default/email.events.invitation.approved.html.php
ROOT/components/com_community/templates/default/email.events.invite.html.php
ROOT/components/com_community/templates/default/email.events.joinrequest.html.php
ROOT/components/com_community/templates/default/email.events.notifyadmin.html.php
ROOT/components/com_community/templates/default/email.events.notifycreator.html.php
ROOT/components/com_community/templates/default/email.events.sendmail.html.php
ROOT/components/com_community/templates/default/email.events.wallcomment.html.php
ROOT/components/com_community/templates/default/email.friends.approve.html.php
ROOT/components/com_community/templates/default/email.friends.invite.html.php
ROOT/components/com_community/templates/default/email.friends.request.html.php
ROOT/components/com_community/templates/default/email.groups.album.html.php
ROOT/components/com_community/templates/default/email.groups.bulletin.html.php
ROOT/components/com_community/templates/default/email.groups.discussion.html.php
ROOT/components/com_community/templates/default/email.groups.discussion.newfile.html.php
ROOT/components/com_community/templates/default/email.groups.discussion.reply.html.php
ROOT/components/com_community/templates/default/email.groups.event.html.php
ROOT/components/com_community/templates/default/email.groups.invite.html.php
ROOT/components/com_community/templates/default/email.groups.memberapproved.html.php
ROOT/components/com_community/templates/default/email.groups.memberjoin.html.php
ROOT/components/com_community/templates/default/email.groups.notifyadmin.html.php
ROOT/components/com_community/templates/default/email.groups.notifycreator.html.php
ROOT/components/com_community/templates/default/email.groups.post.html.php
ROOT/components/com_community/templates/default/email.groups.sendmail.html.php
ROOT/components/com_community/templates/default/email.groups.video.html.php
ROOT/components/com_community/templates/default/email.groups.wallcomment.html.php
ROOT/components/com_community/templates/default/email.html.php
ROOT/components/com_community/templates/default/email.inbox.sent.html.php
ROOT/components/com_community/templates/default/email.photos.like.html.php
ROOT/components/com_community/templates/default/email.photos.tagging.html.php
ROOT/components/com_community/templates/default/email.photos.wall.html.php
ROOT/components/com_community/templates/default/email.photos.wallreply.html.php
ROOT/components/com_community/templates/default/email.profile.activitycomment.html.php
ROOT/components/com_community/templates/default/email.profile.activityreply.html.php
ROOT/components/com_community/templates/default/email.profile.like.html.php
ROOT/components/com_community/templates/default/email.profile.stream.like.html.php
ROOT/components/com_community/templates/default/email.profile.wall.html.php
ROOT/components/com_community/templates/default/email.profile.wallcomment.html.php
ROOT/components/com_community/templates/default/email.reports.threshold.html.php
ROOT/components/com_community/templates/default/email.user.deleted.html.php
ROOT/components/com_community/templates/default/email.videos.convert.success.html.php
ROOT/components/com_community/templates/default/email.videos.like.html.php
ROOT/components/com_community/templates/default/email.videos.tagging.html.php
ROOT/components/com_community/templates/default/email.videos.wall.html.php
ROOT/components/com_community/templates/default/email.videos.wallreply.html.php
ROOT/components/com_community/templates/default/email.wall.post.html.php
ROOT/components/com_community/templates/default/events.email.memberapproved.php


- 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
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW