DylanNoes Posted May 19, 2014 Report Share Posted May 19, 2014 Hello guys, I need more information on <script type="text/html" id="navpoint_bubble"> <span style="font-size: 10px; text-align:left; width: 100%" align="left"> <strong>Name: </strong><%=nav.title%> (<%=nav.name%>)<br /> <strong>Type: </strong> <% if(nav.type == 2) { %> NDB <% } %> <% if(nav.type == 3) { %> VOR <% } %> <% if(nav.type == 4) { %> DME <% } %> <% if(nav.type == 5) { %> FIX <% } %> <% if(nav.type == 6) { %> TRACK <% } %> <br /> <% if(nav.freq != 0) { %> <strong>Frequency: </strong><%=nav.freq%> <% } %> </span> </script> what is it? how to configure it? thanks Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted May 19, 2014 Members Report Share Posted May 19, 2014 What do you want do ? Quote Link to comment Share on other sites More sharing options...
DylanNoes Posted May 19, 2014 Author Report Share Posted May 19, 2014 like that when you click on the icon of the aircraft, the FIX come out as it is directed the pilot. if you can Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted May 20, 2014 Members Report Share Posted May 20, 2014 The code is already implemented you just need to update the navdata download it from here http://www.fs-products.net/index.php/downloads/viewcategory/6-phpvms-modules and install it Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.