Jump to content

Mike

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by Mike

  1. Hi Laura, Paste the below into your frontpage_main.tpl where you want the table to display. That should work ok... hopefully <div class="left_block_wide"> <h2 class="home_title style4">Pilots Flying Now </span></h2> <table width="920" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border:1px solid grey;"> <tr> <th colspan="6" align="center" bgcolor="#FF9900" style="background-color: #FF9900; width: 3.5%;"><div align="left"></div></th> </tr> <tr> <th align="center" bgcolor="#CC0000" style="background-color: #CC0000; width: 3.5%;"><span class="style8"></span></th> <th width="10%" align="center" bgcolor="#CC0000" class="style1" style="background-color: #CC0000;"><span class="style12">Flight</span></th> <th width="30%" align="center" bgcolor="#CC0000" class="style1" style="background-color: #CC0000;"><span class="style12">Origin </span></th> <th width="30%" align="center" bgcolor="#CC0000" class="style1" style="background-color: #CC0000;"><span class="style12">Destination</span></th> <th align="center" bgcolor="#CC0000" class="style1" style="background-color: #CC0000;"><span class="style12">Status</span></th> <th width="15%" align="center" bgcolor="#CC0000" style="background-color:#CC0000;"> </th> </tr> <?php $results = ACARSData::GetACARSData(); if (count($results) > 0) { foreach($results as $flight) { ?> <tr> <td height="33" align="center"> </td> <td align="center"><font size="3" color="#852025" face="digi"><font style="text-transform:uppercase"><?php echo $flight->flightnum;?></font></td> <td align="center"><font size="3" color="#852025" face="digi"><font style="text-transform:uppercase"><?php echo $flight->depname;?></font></td> <td align="center"><font size="3" color="#852025" face="digi"><font style="text-transform:uppercase"><?php echo $flight->arrname;?></font></td> <td align="center" background=""><font size="3" color="#852025" face="digi"><font style="text-transform:uppercase"> <?php if($flight->phasedetail != 'Paused') { echo $flight->phasedetail; } else { echo "Cruise"; }?> </font></td> </tr> <?php } } else { ?> <tr> <center> <td width="20%" colspan="5" align="center" style="padding: 5px; font-size: 13px; font-weight: bold; color: #852025;">No Pilots Currently Flying. </td> </center> </tr> <?php } ?> </table> </div>
  2. Awesome work! Im interested :-) Would be after a PMDG 737-800NGX - QW757 and Thomas Ruth A340. Would also need a design doing... looking for something with a UK Flag and Netherlands flag together and BBN Airways on it. Happy to speak with you via PM regarding this and costs etc
  3. Great looking site... I like it And that menu is great
  4. Yep... managed to do it. Been having a play - Just need to tidy it up a little
  5. OK Great, thanks for the reply. Might have to have a play with some code at the weekend
  6. Hi all, Was just wondering where I could get a flightboard that looks like the one here... http://www.virtualryanair.com/index.php/acars Looks awesome!
  7. Arr... not to worry... got it sorted. Looks awesome - Thanks
  8. OK, thanks for the tip - will remember for the future
  9. Thats a great looking skin lain - sure a lot of people are going to enjoy using that. Nice and clean
  10. This looks great - just trying to figure out where this goes in acarsmap.tpl - does something have to be removed and then put the line below in? <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=weather&sensor=false"> </script>
  11. What didnt work? Just looks the same as before? Are you sure you uploaded profile_main.tpl to the correct place? (core/templates)
  12. @Sava - Thanks! @itrobb.... *cough* Renamed to "Alternative"
  13. Hi All, This is my first post here - love the place and love the software and wanted to give you something that I have been working on this evening. Its a Custom Pilot Centre Layout. Nothing amazing, but it looks a lot better than the default. Hope you like it Instructions: - Download the attached file (Custom Pilot Centre) - Extract and upload icons folder to: lib/images/ - Make a backup of your profile_main.tpl (core/templates) - Upload the profile_main.tpl in the attached file If you have done it all correctly then it should look something like below: custompilotcentre.zip
×
×
  • Create New...