Guest Posted May 25, 2011 Report Share Posted May 25, 2011 Hello guys, I'm trying to modify the email_registrationaccepted.tpl to include the ID of the new pilot. I was trying using this variable "<?php echo $pilotcode ?>" but it doesn't work. Have any idea about how to do it?? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Nuclear Posted May 25, 2011 Report Share Posted May 25, 2011 Try: <?php echo $pilot->pilotid ?> Quote Link to comment Share on other sites More sharing options...
Ahmad Posted May 25, 2011 Report Share Posted May 25, 2011 to get Pilot ID in email accepted form you must put this code Pilot ID: <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?> i hope it works for you now. Regards Ahmad Quote Link to comment Share on other sites More sharing options...
Guest Posted May 25, 2011 Report Share Posted May 25, 2011 to get Pilot ID in email accepted form you must put this code Pilot ID: <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?> i hope it works for you now. Regards Ahmad Thanks Ahmad it works fine =) 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.