Blackmoon971 Posted March 31, 2016 Report Share Posted March 31, 2016 Hello everyone, Can anyone tell me if the automatic messages recieved when getting a pending letter of acceptance or the said letter of acceptance once application has been accepted by a staff member can be changed and if so, how can one change thoses messages ! I really hope to get a positive answer on this ! Thanks for reading, Cheers ! Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted April 1, 2016 Administrators Report Share Posted April 1, 2016 There are templates in the same folder as all the other templates. email_registered.php email_registrationaccepted.php email_registrationdenied.php Make sure you put the edited versions in your skin folder so they are not overwritten in an update. Quote Link to comment Share on other sites More sharing options...
Blackmoon971 Posted April 8, 2016 Author Report Share Posted April 8, 2016 Ah I see ! Thanks ! Can I also ask if there is a possibility to have the ID of the Pilot that will be in the acceptance letter and use to connect to the pilot center ? And if so, where can I find the code line ? Cheers Quote Link to comment Share on other sites More sharing options...
TennShadow Posted April 8, 2016 Report Share Posted April 8, 2016 Ah I see ! Thanks ! Can I also ask if there is a possibility to have the ID of the Pilot that will be in the acceptance letter and use to connect to the pilot center ? And if so, where can I find the code line ? Cheers Use this: <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?> That will display the Pilot ID. Just add that to email_registrationaccepted.tpl or php Quote Link to comment Share on other sites More sharing options...
Blackmoon971 Posted April 11, 2016 Author Report Share Posted April 11, 2016 Roger thank you very much ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.