Jump to content

freshJet

Members
  • Posts

    1470
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by freshJet

  1. It virtually has an unlimited potential to be customized in any way or form(Given that the open-source code has been provided). You can modify the look&feel, add new classes(which can in turn be features), extend others, utilize APIs. It's all about your knowledge and your ability to apply these customization through VB .NET.

    I am aware of the potential but I meant rather as far as Vangelis will allow, for example turning it into a new client altogether. Not for public release of course.

  2. /public_html/lib/skins/{skin name}/frontpage_main.tpl

    If you use the crystal skin

    /public_html/core/templates/frontpage_main.tpl

    Not how it works, it's always 'skin name' because you should be copying files from core/templates before making modifications.

  3. This comes under kACARS too, but not entirely.

    I have a few annoying issues with the PIREPs. First, I was not receiving PIREP revenues for a while, and it was due to the fact that I changed the PIREP flight number to callsign, and I was surprised to see that you cannot pull the flight by the route id instead of the flight number. This creates issues for those with multiple flights with the same flight number, so it means I'll now need to edit the tables to make that work. Still, it's annoying. I think a routeid column for the PIREP table should be included in the next release.

    Secondly, when a PIREP is submitted, it is sometimes submitted multiple times, giving duplicates. I can't figure out what's causing it. Sometimes it's once, sometimes it's ten times for one PIREP.

    Thirdly, I can't get the bids to delete on expire. Yes, it's been covered before on the forums, but I can't find a straight answer. People post code that doesn't work and then the OP later says they've solved it with no solution.

  4. Best way would be to loop through all the airports. If the pilot has a PIREP with the arrival destination (or departure if you really wish) as the airport's ICAO then display the tick, otherwise display the cross.

    Also, you have Bozeman there twice, one with the correct ICAO and one with Colorado Springs' ICAO :)

  5. As do a few airlines, we use alphanumeric callsigns on our flights. This is an extra column in the schedules. What I need to do is let kACARS incorporate this. I can already get phpVMS to output the callsign to kACARS so that it is displayed in the flight number box but it does not show on the ACARS map, or in PIREPs.

    Doing it in my head gets quite complicated as all I'm trying to do is replace the flight number with the callsign throughout the code, but still using the flight number variable.

    Has anyone else done this or know how?

×
×
  • Create New...