
Dee
Members-
Posts
48 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Dee
-
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
-
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
-
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
-
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
-
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
-
and my apologies for loss of composure ;D
-
Hey Nabeel/joeri Thanks for the follow ups , will track the resolution faraz u can mail me for a flame fest Dee
-
Hi , anyone know this one ? upgraded to version 815 , Aircraft Usage Pie chart in Pilot Center doesnt work anymore , thanks in advance
-
Thanks again Joeri Silly me , restarted the browser (cache) didnt realise that could be a problem , looks ok now
-
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
-
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
-
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
-
Hi Nabeel , on http://airindiavirtual.net Operations >>> Flight Schedules thats the page
-
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
-
any reason why the scripts were not included by default ? without having to add the script block later
-
<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 ???
-
Error: $("table").tablesorter is not a function Thats what I'm getting
-
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
-
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
-
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
-
Thanks Roger ..gonna try n add stuff gradually
-
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