Hi, i would like to add more information displayed to the last reports, ie departure destination etc can i edit the module directly?
What i would like is to list on the front page a bit like fspassengers flight logs.
Hi, i would like to add more information displayed to the last reports, ie departure destination etc can i edit the module directly?
What i would like is to list on the front page a bit like fspassengers flight logs.
Allt he data is in the $pirep variable, as $pirep->variable
Get the list of variables by doing:
<?php print_r($pirep); ?>
Hmm it’s an old post…
I’m sure on the recent reports it is $report->variable…
Ive done a few on mine, from memory…
$report->arricao
$report->depicao
$report->flighttime
$report->aircraft
I would also like to get information from the ACARS log onto the recent reports…but i’m not sure how to get the data from the flightlog onto the site.