SkilledPilotA320 Posted May 26, 2011 Report Share Posted May 26, 2011 Hello I want to change the Departure and Arrival - Airport ID to Airport Name, can any one help me in how to do that? (Find The Attachment) Thank You! Quote Link to comment Share on other sites More sharing options...
RogerB Posted May 26, 2011 Report Share Posted May 26, 2011 Its funny you ask, I do that too. Here is what you change. Departing airport <?php echo $flight->depname;?> Arrival airport <?php echo $flight->arrname;?> Quote Link to comment Share on other sites More sharing options...
SkilledPilotA320 Posted May 26, 2011 Author Report Share Posted May 26, 2011 thanks man, working Quote Link to comment Share on other sites More sharing options...
RogerB Posted May 26, 2011 Report Share Posted May 26, 2011 Another issue with this addon, it won't show the aircraft name or Reg.....The code also doesn't work for the acars map... Quote Link to comment Share on other sites More sharing options...
RogerB Posted May 26, 2011 Report Share Posted May 26, 2011 Another issue with this addon, it won't show the aircraft name or Reg.....The code also doesn't work for the acars map... Quote Link to comment Share on other sites More sharing options...
airmermaid Posted May 27, 2011 Report Share Posted May 27, 2011 for a/c name <?php echo $flight->aircraftname;?> for REGO <?php echo $flight->registration;?> I use both name and reg in one column <?php echo $flight->aircraftname;?> <?php echo $flight->registration;?> ACARSMAP <td><%=flight.aircraftname%> <%=flight.aircraft%></td> Quote Link to comment Share on other sites More sharing options...
SkilledPilotA320 Posted May 27, 2011 Author Report Share Posted May 27, 2011 for a/c name <?php echo $flight->aircraftname;?> for REGO <?php echo $flight->registration;?> I use both name and reg in one column <?php echo $flight->aircraftname;?> <?php echo $flight->registration;?> ACARSMAP <td><%=flight.aircraftname%> <%=flight.aircraft%></td> Can you please say How to Do?.. i am not so good in PHP. PLease help me in step by step. my website www.airindiavirtual.com Quote Link to comment Share on other sites More sharing options...
airmermaid Posted May 28, 2011 Report Share Posted May 28, 2011 I am not good with PHP (actually any non spoken languages) either Anyway I am attaching the link for the files for you Flightboard & Acarsmap Cheers, Arslan Quote Link to comment Share on other sites More sharing options...
Industrialshadow Posted May 30, 2011 Report Share Posted May 30, 2011 Hi airmermaid i have testetd your zip. But i have an problem. when i add you acarsmap.tpl then its not showing on the mainsite. currently i have put in my backup acarsmap. can you help me? thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.