CFVA Posted February 21, 2020 Report Share Posted February 21, 2020 Hi All I've created 2 Custom Fields for VATSIM/IVAO ID during registration. How do I get these added to the Pilot Centre to show? Using PHPVMS 5.5.2 Thanks Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 21, 2020 Report Share Posted February 21, 2020 (edited) Try this. I have this on my pilots list. <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM'); ?> Edited February 21, 2020 by flyalaska Quote Link to comment Share on other sites More sharing options...
CFVA Posted February 21, 2020 Author Report Share Posted February 21, 2020 2 hours ago, flyalaska said: Try this. I have this on my pilots list. <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM'); ?> Thanks, works great, for anyone else <?php echo PilotData::GetFieldValue($pilot->pilotid, 'FIELD_NAME'); ?> 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.