toonetcreation
  toonetcreation
Silver Member
  Monday, 20 June 2016
  8 Replies
  1.5K Visits
0
Votes
Undo
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
Monday, 20 June 2016 15:14
·
#172282
0
Votes
Undo
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 ?
Wednesday, 22 June 2016 11:54
·
#172283
0
Votes
Undo
{CATEGORY} for category - I'll have a think about the email address

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Wednesday, 22 June 2016 12:56
·
#172284
0
Votes
Undo
ok works fine for CATEGORY thank you :-)
Wednesday, 22 June 2016 13:13
·
#172285
0
Votes
Undo
regarding email, could be very helpful because ADMIN cannot contact user if needed.
only the login is displayed :-/
Wednesday, 22 June 2016 17:07
·
#172286
0
Votes
Undo
change line 279 of administrator/components/com_jevents/libraries/saveIcalEvent.php from
$created_by = $user->name;
to
$created_by = $user->name . " (".$user->email.")";

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Wednesday, 22 June 2016 17:21
·
#172287
0
Votes
Undo
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?
Thursday, 23 June 2016 09:34
·
#172288
0
Votes
Undo
I've already coded it in for the next release ;)

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Thursday, 23 June 2016 09:35
·
#172289
0
Votes
Undo
perfect and thank you again again :-)
  • Page :
  • 1
There are no replies made for this post yet.