Ok,
So I think I’m getting somewhere with 2 big books on sql and php, utill ive spent the entire night trying to place the IVAO and VATSIM callsigns into the private profile page of the website.
THe code I’m using is the one laid out within the public profile tables, so i know there is a logical way to display it.
The code I’m using is:
<?php echo PilotData::GetFieldValue($pilot->pilotid, 'IVAO Callsign')
However,
It doesnt work in the profile_main.tpl files and maybe this is a reason it wasnt there to start with?
Please could someone steer me in the correct direction?
Not to worry I fixed it by changing $pilot to $userinfo… Must be tired lol!