For those looking for an update on this project, it has been very much abandoned for several months now. I have been busy with work, plus I have not been involved in the VA scene for about a year now. phpVMS development came to a standstill as well.
If there is enough demand for this then I might consider completing it.
It's very easy. Just write out a template, fill in the details with the phpVMS flight plan variables. Obviously you could go a step further an allow the pilot to manually enter the data into a form and produce it that way.
No one has slammed anyone (unless that's why DJRixton decided to withdraw his posts). But it happens too often now where skins are being released, sometimes payware, that are breaching licenses.
This is happening way too much with skin releases, alarm bells were ringing straight away when I opened the thread.
What happened to the good old days of writing skins from scratch?
I can't remember exactly, but it's easy. Look at the login form code on the main site and copy it. Just make sure the pilot ID input is named 'email' and password 'password'. Make sure to include the hidden input fields.
It's just the way the editor works. You could apply display:inline to the text, or you could use str_replace in the PHP code to replace the <p> and </p> tags.
Change
public function getAircraftTotals(){ ...
to
public static function getAircraftTotals(){ ...
in what I assume must be core/common/FleetData.class.php.
Not through the config file, but you could edit the code for the $userinfo class. So, if the ID is 0000 echo 'Retired'.
Problem there is that might cause some issues where it is expected as a number, i.e passed into functions.