Jump to content

Dee

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by Dee

  1. Hi Nabeel One more issue with the Acars live flight map baloon , when the Pilot ID link is clicked it is now returning This Pilot does not exist and No Reports have been found
  2. ah of course srry Error: syntax error Source File: http://www.airindiavirtual.net/vms/index.php/pireps/view/440 Line: 131, Column: 24 Source Code: var point = new GLatLng(,); and Error: onLoad is not defined Source File: http://www.airindiavirtual.net/vms/index.php/pireps/view/440 Line: 196 also a couple of css warnings in the main phpvms.css ,same link view in error console
  3. Hi Nabeel Ah thanks yes looks nice with the FSFK log indeed . about the Logic with the view log link , can it be that ? .............. <?php /* If it's FSFK, don't show the toggle. We want all the details and pretty images showing up by default */ if($pirep->source != 'fsfk') { ?> <p><a href="#" onclick="$('#log').toggle(); return false;">View Log</a></p> the above if else does'nt work for some reason ? since the Link shows anyway http://www.airindiavirtual.net/vms/index.php/pireps/view/440
  4. Hello again Build 822 , in "view my Pireps" >>> Clicking on a flight number for a previously filed pirep now loads the Log details i.e additional log information ... expanded on first view, without having to click on the "view log" link
  5. Hi upgraded to 822 , the View a map of my flights has gone , cant see it anymore the link from the profile returns a blank page , any help would be great and thanks in advance
  6. and my apologies for loss of composure ;D
  7. Hey Nabeel/joeri Thanks for the follow ups , will track the resolution faraz u can mail me for a flame fest Dee
  8. Hi , anyone know this one ? upgraded to version 815 , Aircraft Usage Pie chart in Pilot Center doesnt work anymore , thanks in advance
  9. Dee

    Acars Map

    Thanks again Joeri Silly me , restarted the browser (cache) didnt realise that could be a problem , looks ok now
  10. Dee

    Acars Map

    Hi Joeri Thanks for the reply , The Details show below the Map only , what i meant was that the Aircraft icons are not showing anymore , the "balloon" with the Aircraft info also does not get populated , the screenshot is'nt showing the Aircraft icon
  11. Dee

    Acars Map

    http://www.airindiavirtual.net , in my case and now the distance/Time remaining on the Map doesnt work too , it worked fine with the stable build
  12. Dee

    Acars Map

    Map problems here too after upgrading to the latest beta , cant see the aircraft on the map , emptied the acars Table etc still no luck , will try to revert to old stable as all was good there except xacars
  13. Hi Nabeel , on http://airindiavirtual.net Operations >>> Flight Schedules thats the page
  14. Tried that too , Thing is its giving the errors on my PC localhost too , so I ruled out any conflicts with other scripts on the site
  15. any reason why the scripts were not included by default ? without having to add the script block later
  16. <head> <script type="text/javascript"> $(document).ready(function() { $("table") .tablesorter({widthFixed: true, widgets: ['zebra']}) .tablesorterPager({container: $("#pager")}); }) </script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><?php echo $title; ?></title> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/crystal/styles.css" /> <?php Template::Show('core_htmlhead.tpl'); ?> </head> thats the head right there , the call to the core's in there , thats where its condensing the 3 jquery, js files right ? what am I overooking ???
  17. Error: $("table").tablesorter is not a function Thats what I'm getting
  18. That doesnt work either
  19. you mean like this ? <script type="text/javascript"> $(document).ready(function() { $("table") .tablesorter({widthFixed: true, widgets: ['zebra']}) }) </script> also the earlier Edit in the header Blanked out the online Map
  20. Hi Nabeel , yes they are <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><?php echo $title; ?></title> <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/aiv/styles.css" /> <?php Template::Show('core_htmlhead.tpl'); ?> <script type="text/javascript"> $(document).ready(function() { $("table") .tablesorter({widthFixed: true, widgets: ['zebra']}) .tablesorterPager({container: $("#pager")}); }) </script> </head> thats the extract from the header.tpl
  21. Hello All , I cant get my schedules to paginate $(document).ready(function() { $("table") .tablesorter({widthFixed: true, widgets: ['zebra']}) .tablesorterPager({container: $("#pager")}); }) added to header.tpl but doesnt work , any help would be great http://www.airindiavirtual.net
  22. Dee

    Big Thanks

    Thanks Roger ..gonna try n add stuff gradually
  23. A big thank you to Nabeel for giving us this great application/code Made it a breeze creating the VA ...great stuff bud Air India Virtual opens for registration ;D http://www.airindiavirtual.net
×
×
  • Create New...