Jump to content

Add Custom Fields, how to show? [SOLVED]


Recommended Posts

Posted

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

 

Posted
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'); ?>

  • CFVA changed the title to Add Custom Fields, how to show? [SOLVED]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...