Mark J Posted June 27, 2011 Report Posted June 27, 2011 anyone know the code to put there PID in the welcome email? Quote
flyalaska Posted June 27, 2011 Report Posted June 27, 2011 I have an offset. Our ids started at 100,so we have an offset of 99. Here is how I have it in the email_registrationaccepted.tpl. Remember to put that in your skins folder. Pilot ID: AKA<?php echo $pilot->pilotid +99; ?><br> Quote
Ahmad Posted June 27, 2011 Report Posted June 27, 2011 Pilot ID: <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?> i hope it works for you Ahmad 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.