lapw123 Posted October 26, 2016 Report Share Posted October 26, 2016 (edited) hello its me agian i got everything shorted out now i just need one more thing and that is how can i change the welcome message i ment to say email Edited October 26, 2016 by lapw123 Quote Link to comment Share on other sites More sharing options...
web541 Posted October 26, 2016 Report Share Posted October 26, 2016 Go into core/templates and find any templates which start with email_xxx.php and then edit those ones. Copy them to your skin folder before editing as well. Quote Link to comment Share on other sites More sharing options...
lapw123 Posted October 26, 2016 Author Report Share Posted October 26, 2016 thanks and what code can i use to add a picture of that mail and what code can i use so phpvms will go via the datbase to get the airliner code he needs to login with ? Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted October 27, 2016 Moderators Report Share Posted October 27, 2016 Hey, You can update email_registrationaccepted.php. The code to show the pilot id is this: <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?> Regarding the image code, you can use html on this file. The exact format for the image is this: <img src="wrongname.gif" alt="HTML5 Icon" /> There are many html tags you can use. http://www.w3schools.com/html/ 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.