StartVM Posted December 29, 2013 Report Share Posted December 29, 2013 CONTENT REMOVED Quote Link to comment Share on other sites More sharing options...
flyalaska Posted December 29, 2013 Report Share 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 Link to comment Share on other sites More sharing options...
StartVM Posted December 29, 2013 Author Report Share Posted December 29, 2013 <?php echo PilotData::GetPilotCode($pilot->code,$pilot->pilotid)?> Works perfectly! Thanks 1 Quote Link to comment Share on other sites More sharing options...
StartVM Posted December 29, 2013 Author Report Share Posted December 29, 2013 What about a code to pull their hub Quote Link to comment Share on other sites More sharing options...
freshJet Posted December 30, 2013 Report Share Posted December 30, 2013 <?php echo Auth::$userinfo>hub;?> 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.