Jump to content

Soundman9

Members
  • Posts

    27
  • Joined

  • Last visited

Soundman9's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Great that fixed it thank you. This has not been on our config before..have they changed something? Thanks again
  2. Hi We are currently receiving an error exporting PIREPS. No response from API server We have the correct code in the local.config.php and we are falling down the ranks quickly - is anyone else getting this error? Martin - Virtual Aviation Group CEO
  3. Hi All We have a staff position available on our airline after one of our developers has become busy with other personal projects. Our airline has been transformed in recent months with our new v2 implementation which has tripled our pilot count and increased our airline ranking significantly. We are looking for someone to join our staff team with a passion for coding, aviation and a drive to implement improvements to help excel the airline. We pay an agreed price for large projects but we are looking for someone who, along with the large projects, would be willing to volunteer themselves for day to day improvements for the airline and become a permanent staff member. This candidate would be expected to be active on our Teamspeak server and take part in the airline and its activities along with the admin team. If you would like to get involved and would like to commit to joining our team please PM me for more details. Many thanks Martin
  4. Vangelis, your a wizard That worked perfectly - thanks very much for your input its greatly appreciated!
  5. <?php echo '<img class="img-responsive" src="'.fileurl('/airlines/'.$pirep->code.'.png').'" alt="'.$airline->name.'" />'; ?>
  6. At the moment i am using the same code as the recent flights section which returns VTA. So the variable is $pirep code
  7. The code for the recent flights is posted in the top of the thread. If you need anything more please let me know. It seens to return the VA icao VTA rather than the airline logo such as AAL
  8. Thanks for your response. That code did not work for us. We are not trying to input the logo on the live flight map bubble. We have a live flights board which we are trying to post it in. I have images below of the issue with the new code and also how it displays normally with the wrong logo. With the old code you can see it looks for VTA.png for every flight instead of the airline icao .png
  9. Hi We have some code to pull the airline logo for our recent flights board - but I would like to return the same for the live flight info. For some reason the same code does not work and instead of returning the airline logo it returns VTA as the answer all the time for every flight and displays the airline logo. The code we use for the recent flight board is below and works fine. I have tried editing it but cannot find the solution. Should it be looking at the $PIREP data or something else? Like I say this code works on recent flights but not live flights. <?php echo '<img class="img-responsive" src="'.fileurl('/airlines/'.$pirep->code.'.png').'" alt="'.$airline->name.'" />'; ?> Thanks
  10. I would recommend completing your website before you start advertising - your link just takes us to the standard Lance Designs template
  11. Perfect must have missed this - thanks a lot that resolved it
  12. On the new leader board I have noticed our landing rate average is not showing so not sure if we are missing out on points. A lot of other airlines are showing the same as me. Could this be missing code or is this a known issue? Thanks Martin Virtual Aviation Group
  13. the button to generate flight plan does not do anything when you click it - is this something you could look at for us?
  14. the module does not use the schedule brief php as far as im aware as it has the flight briefing within the schedule results php which comes with the RLS module - i manged to port over the button to generate flightplan but nothing hapends
  15. yeah i have seen that module but we use realschedulelite for our book flight system and I am struggling to get this to work with that module.
×
×
  • Create New...