By Guest on Monday, 20 June 2016
Replies 8
Likes 0
Views 1.4K
Votes 0
Hello,

When an event is submitted by a user, is it possible to display email address of this user into mail notifications received by admins ?

see attached

Thanks
Laurent
In the same time, when an event is submitted by a user, is it possible to add in ADMIN notification email, the category linked to the event submitted ?
·
Monday, 20 June 2016 15:14
·
0 Likes
·
0 Votes
·
0 Comments
·
{CATEGORY} for category - I'll have a think about the email address
·
Wednesday, 22 June 2016 11:54
·
0 Likes
·
0 Votes
·
0 Comments
·
ok works fine for CATEGORY thank you :-)
·
Wednesday, 22 June 2016 12:56
·
0 Likes
·
0 Votes
·
0 Comments
·
regarding email, could be very helpful because ADMIN cannot contact user if needed.
only the login is displayed :-/
·
Wednesday, 22 June 2016 13:13
·
0 Likes
·
0 Votes
·
0 Comments
·
change line 279 of administrator/components/com_jevents/libraries/saveIcalEvent.php from
$created_by = $user->name;
to
$created_by = $user->name . " (".$user->email.")";
·
Wednesday, 22 June 2016 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
wonderful works fine <!-- s;-) --><img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->

many thanks !

Last question, you will integrate this code update on next release or I will have to backup and restore this files after next updates in the future?
·
Wednesday, 22 June 2016 17:21
·
0 Likes
·
0 Votes
·
0 Comments
·
I've already coded it in for the next release
·
Thursday, 23 June 2016 09:34
·
0 Likes
·
0 Votes
·
0 Comments
·
perfect and thank you again again :-)
·
Thursday, 23 June 2016 09:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post