By Jose Luis Garcia Camara on Sunday, 01 January 2017
Posted in Technical Issues
Replies 3
Likes 0
Views 220
Votes 0
IHi

I am overriding all the email templates but I don't know where to find the templates for messages that use this kind of template:
apps/user/photos/comment.photo.item
apps/user/photos/like.photo.item
apps/user/photos/comment.photo.item

I have no problem with templates that start with site, like site/polls/vote.item
but the ones that start with apps/ I don't know where to find them.

Can you please point out where I can look for it and override them?

Thanks
Hello Jose,

Those are actually email templates generated by the app. Most of them are stored in /apps/user/[app_name]/themes/default/emails/
·
Monday, 02 January 2017 15:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the tip.
How can I override it?
For example I copied:

\media\com_easysocial\apps\user\friends\themes\default\emails\post.tagged.php

into [template]\html\com_easysocial\apps\user\friends\post.tagged.php

Following this tutorial https://stackideas.com/docs/easysocial/administrators/templating/overriding-app-icons
but it doesn't seem to work.

Thanks
·
Wednesday, 04 January 2017 03:45
·
0 Likes
·
0 Votes
·
0 Comments
·
hey there,

Can you try following file location and see how it goes?

media/com_easysocial/apps/user/friends/themes/default/emails/post.tagged.php

can override to :

/templates/YourTemplate/html/com_easysocial/apps/user/friends/emails/post.tagged.php
·
Wednesday, 04 January 2017 12:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post