- Messaggi: 10
- Ringraziamenti ricevuti 1
The developer takes a few days off for Summer vacation...
...and will be back with charged battery!
From 14 June to 29 June, 2025 included
During this period, assistance from developer will not be provided.
NEWS: iCagenda 4.0.0-alpha1 will be available for testing for users with a PRO subscription in July!
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Which one email you mean there ? Registration or submit an event form ?I have the front end new event part working, but the email that goes to them is the system email that I need to change.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
$user_submit_body = JText::sprintf( 'COM_ICAGENDA_USER_EMAIL_HELLO', $username ) . ',<br /><br />';
$user_submit_body.= JText::sprintf( 'COM_ICAGENDA_EVENT_SUBMISSION_THANK_YOU', $sitename ) . '<br />';
$user_submit_body.= JText::_( 'COM_ICAGENDA_EVENT_SUBMISSION_EDITOR_REVIEW' ) . '<br />';
$user_submit_body.= JText::_( 'COM_ICAGENDA_EVENT_SUBMISSION_CONFIRMATION_EMAIL' ) . '<br /><br />';
$user_submit_body.= JText::sprintf( 'COM_ICAGENDA_USER_EMAIL_EVENT_TITLE_AND_REF_NO', $event_title, $event_ref ) . '<br /><br />';
$user_submit_body.= JText::_( 'COM_ICAGENDA_USER_EMAIL_BEST_REGARDS' ) . '<br />';
COM_ICAGENDA_USER_EMAIL_HELLO="Hello %s"
COM_ICAGENDA_EVENT_SUBMISSION_THANK_YOU="Thank you for submitting your event to %s!"
COM_ICAGENDA_EVENT_SUBMISSION_EDITOR_REVIEW="An editor will review your submission before validating it."
COM_ICAGENDA_EVENT_SUBMISSION_CONFIRMATION_EMAIL="You will receive a confirmation email when your event will be approved, with a direct link to view it."
COM_ICAGENDA_USER_EMAIL_EVENT_TITLE_AND_REF_NO="Your event '%s' has been submitted with reference number '%s'."
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Do you mean you want this notification email (confirmation the event is approved) to never be send, or to always be send (both if admin and frontend sides) ?One very small point, that I can live with. When the new event is approved using the email that is sent to the editor then an email is generated by the system and sent to the person making the front end booking. If the approval is done directly on the back end then that email is not generated.
Si prega Accedi o Crea un account a partecipare alla conversazione.