FiveStar Posted May 3, 2011 Report Share Posted May 3, 2011 hi mates just need to know if we want to display Pilot ID also in registrationaccpeted.tpl file so pilot would also note down there IDS what code we can use? Pilot ID:<?php echo $pilot->pilotid; ?> is this the right code for the file. Quote Link to comment Share on other sites More sharing options...
FiveStar Posted May 4, 2011 Author Report Share Posted May 4, 2011 anyone? Quote Link to comment Share on other sites More sharing options...
austin4362 Posted May 5, 2011 Report Share Posted May 5, 2011 Looks Correct Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted May 5, 2011 Administrators Report Share Posted May 5, 2011 I use; <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?> 1 Quote Link to comment Share on other sites More sharing options...
FiveStar Posted May 5, 2011 Author Report Share Posted May 5, 2011 Thank you so much simpilot it worked for me +1 for you good day simpilot ***POST SOLVED*** 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.