Jump to content

Recommended Posts

Posted

Me and my friend are trying to dev a bridge between phpvms and simmiles system what we need to ask is

"We need to print out the pilot ID and password variables on the profile page how can we do that?"

  • Administrators
Posted

If you look at the profile_main.tpl there is code in there which does that. I think it's just

<?php

echo $userinfo->pilotid;

Etc..

Posted

OK i got the code calling the VA id ex JAL and latest flight number but i need to call the pilot id insted of the flight number so what would the varible be?

Original code

<?php echo $report->code . $report->flightnum; ?>

Edited

<?php echo $report->code . $report->*; ?>

* what would be the varible for the pilot ID number ex 0040 etc

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...