Jump to content

Kyle

Moderators
  • Posts

    2282
  • Joined

  • Last visited

Posts posted by Kyle

  1. And yet, I'm going to close this topic to prevent anymore of the bashing/yapping over something.

    Zishan, I wish the best of luck of your services but this topic needs to be closed to stop people aguring over something. If you can't prove that you can really provide a services such as this, then you won't likely get customers because new customers wants proof to be sure what you can provide what you are providing right now.

    Locked.

    • Like 1
  2. Why I do find this funny...

    You create the routes by hand, and how are you sure that you HAVE EVERY ROUTE out of a airline. For example, do you have Delta Airline's Full Schedules, I'm guessing not...

    You could be easily be blown off if you don't have every airline routes in the world, you may never know who's going to be asking you for a non-popular small airline routes.

    Best of Luck!

  3. I'm pretty sure this does looks not legit to me here. You just provided basic info here on what you do, and it's not likely you won't get much people buying from you. And I would like to see 100% proof that is legal before I do any business here. But that's the way I think here.

    Best of luck!

    • Like 1
  4. Okay, an example...

    in layout.tpl, you have the content. No sidebars, none. So, if you wanted the sidebar in the frontpage only, you can add the div for the sidebar in the frontpage_main.tpl only.

    This how you would get it working and not have the sidebar load on anyother pages. ;)

    Cheers!

    • Like 1
  5. acarsmap.tpl would be where you should look at...

    For the Table, I'm not sure which one though you want...

    <%=flight.aircraft%>    Gives the registration
    <%=flight.aircraftname%>   Gives the full name
    

    This is something you wanted to add to the ACARS Map Bubble (Around Line 115-125)

    <script type="text/html" id="acars_map_bubble">
    <span style="font-size: 10px; text-align:left; width: 100%" align="left">
    <a href="<?php echo url('/profile/view');?>/<%=flight.pilotid%>"><%=flight.pilotid%> - <%=flight.pilotname%></a><br />
    <strong>Flight <%=flight.flightnum%></strong> (<%=flight.depicao%> to <%=flight.arricao%>)<br />
    <strong>Aircraft: </strong><%=flight.aircraftname%><br />
    <strong>Status: </strong><%=flight.phasedetail%><br />
    <strong>Dist/Time Remain: </strong><%=flight.distremaining%> <?php echo Config::Get('UNITS');?> / <%=flight.timeremaining%><br />
    </span>
    </script>
    

    Cheers!

×
×
  • Create New...