flyalaska Posted December 29, 2013 Report Posted December 29, 2013 I am trying to get my registration emails accepted to display a new pilots pilot ID, so in the email_registrationaccepted.tpl I put in <?php echo $pilotcode; ?> , but the ID is not there. Any ideas? -- Chase <?php echo PilotData::GetPilotCode($pilot->code,$pilot->pilotid)?> 1 Quote
StartVM Posted December 29, 2013 Author Report Posted December 29, 2013 <?php echo PilotData::GetPilotCode($pilot->code,$pilot->pilotid)?> Works perfectly! Thanks 1 Quote
StartVM Posted December 29, 2013 Author Report Posted December 29, 2013 What about a code to pull their hub Quote
freshJet Posted December 30, 2013 Report Posted December 30, 2013 <?php echo Auth::$userinfo>hub;?> 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.