Blackmoon971 Posted March 31, 2016 Report 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
Administrators simpilot Posted April 1, 2016 Administrators Report 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
Blackmoon971 Posted April 8, 2016 Author Report 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
TennShadow Posted April 8, 2016 Report 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
Blackmoon971 Posted April 11, 2016 Author Report Posted April 11, 2016 Roger thank you very much ! Quote
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.