CFVA Posted February 21, 2020 Report 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
flyalaska Posted February 21, 2020 Report 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
CFVA Posted February 21, 2020 Author Report 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
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.