Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 follower
- 12 replies
- 2.1k views
Hi! My question is: It's possible to remove the code airline on the Pilot ID ? Ex: "AFR0001" to "123456" Thank you!
Last reply by boeing974, -
- 10 replies
- 2.2k views
how do I get the pilot ID variable? I think it's $pilotcode or something but I think you need a line of code to acctually get the pilot id and put it in the variable. plz help
Last reply by Aaron, -
- 4 replies
- 1.6k views
Is there anyway to change a pilots Id, lets say for some reason the callsign start at 0003 how can you change 0003-0001. Thanks.
Last reply by Nabeel, -
- 4 replies
- 2.3k views
Is there anyway that we can assign pilot Tail numbers instead of them being automatically assigned? Kind Regards,
Last reply by Curshad, -
- 6 replies
- 3.6k views
Hello, Does anyone know how to fill in the missing pilot ID's? For example, our system starts at LEV249, next is LEV250. Then... we have a major gap between LEV250 and LEV276 due to inactive members removal. We are now up past LEV310 and have a few other holes in there. Is there a way to get these holes filled without messing with any of the pilots already in the system? I know you can set them in the admin center but wont that mess up the current members? Thanks!
Last reply by Curshad, -
Pilot ID's
by Guest- 3 replies
- 1.3k views
SOLVED Hey, So i understand that once you change a pilots ID the new pilots are going to start at that number, but is there anyway to make it go back to continue the order, because i just went through and fixed all of our ID's so it goes in number order... Thanks, Any help would be greatly appreciated. http://vdalairlines....ndex.php/Pilots
-
- 3 replies
- 1.4k views
Ok i chnages someone's pilot id to 029 and then i wanted them in order. so i changed everyone's pilot id in order so now they go to 013. When someone registered there pilot id was 30. I know i probally have to do something in the database but what? where? thank you in advance. http://pashairvirtual.co.uk
Last reply by Daniel, -
- 1 reply
- 1.2k views
Hello everybody I have a problem.I have installed phpvms but the pilot id 0001 isnt shown in the roster Anybody knows what to do? Regards Damien
Last reply by damien82, -
Dear All i have another query for you regarding Pilot IDS and it was when a new Pilot Joins it was registered with the Pilot ID PVA10425 Starting Series from 104 if i wanted to change this series to PVA10725 when a pilot register he will get Pilot ID starting from 107 not starting with 104 Any Ideas Regards Asmara
Last reply by Nabeel, -
Hi All! Is there a way to get the database/system to distribute ID numbers that where once used, however the member has since been removed and deleted for the database? We originally started with 001 and now we are up to 2643, however pilot numbers 002, 005,008,124 ect... has since been deleted. Can we regenerate those 002,005,008,124 numbers, along with any other numbers in sequence that are now redundant.
Last reply by shaun105, -
- 2 replies
- 1.2k views
Hello All, Recently I encountered around 40 spam attacks, and it now means my pilot IDs go from 3 to around 45. Is there anyway to delete these from the table and what tables should I be editing. Thanks in advance Myles
Last reply by MC1028, -
- 3 replies
- 1.5k views
First of all, I'm using Simpilot phpVMS 5.5 and Web541 CrewCenter and my language is Portuguese. Error in: Dropdown On some pages, or almost all, the photo of the pilot is not showing up. Appearing only on the panel. When I go to the panel, the image appears correctly, but when I go to another page, the default phpVMS appears. Here is the image: In the dashboard: http://prntscr.com/gqgmvh || In the downloads: http://prntscr.com/gqgmp4 App_top code: <ul class="dropdown-menu"> <!-- User image --> <li class="user-header"> …
Last reply by servetas, -
- 23 replies
- 7k views
Hi guys, I have searched but can not find the answer I am looking for. In the pilot center, I want to add what date the pilot joined and when their last login was. I added the code as follws: <li><strong>Date Joined: </strong><?php echo date(DATE_FORMAT, strtotime($pilotinfo->joindate));?></li> <li><strong>Last Login: </strong><?php echo date(DATE_FORMAT, strtotime($pilotinfo->lastlogin));?></li> Nut all it shows is 12/31/1969. I know I did get this to work once, but now I don't remember how I did it. can anyone please help?
Last reply by ProAvia, -
- 7 replies
- 4.5k views
Hello every one! Can someone help me? In fact, I would like to have a pilot list without hubs. Can someone give a php code for pilot.php in modules? to order my pilots in a single list. I hope you could help me! Thomas
Last reply by AidasP, -
- 3 replies
- 2.3k views
Hello, I have a custom pilot list with a column for status, however I want that column to display active or inactive instead of 1 and 2 <style type="text/css"> <!-- .style2 {color: #CCCCCC} --> </style> <h3><?php echo $title?></h3> <?php if(!$allpilots) { echo 'There are no pilots!'; return; } ?> <table width="945" border="0" class="tablesorter" id="tabledlist"> <thead> <tr> <th bgcolor="#63003A"><span class="style2">Pilot ID</span></th> <th width="25%" bgcolor="#63003A"><span class="style2">Name</span></th> <th width="19%" bgcolor="#63003A"><span cl…
Last reply by Curshad, -
- 3 replies
- 1.6k views
How would i get this into x1 list as it is repeating its self once it get to the bottom of the pilot list link below http://185.46.120.131/~britisha//index.php/pilots
Last reply by poole3003, -
- 1 reply
- 1.2k views
Good afternoon everyone ... I have 2 airline, ( ES: A - B ) need to enter that code to get a list of all airline pilots? thanks for any answer ... best regards
Last reply by alblua, -
- 5 replies
- 4.5k views
I would like the list of pilots of my virtual airlines do not show inactive pilots, removed or banned. In my database is as follows . <?php if($userinfo->retired == 0) echo 'Active'; elseif($userinfo->retired == 1) echo 'Inactive'; elseif($userinfo->retired == 2) echo 'Banned'; elseif($userinfo->retired == 3) echo 'On Leave'; ?> My pilots_list.tpl <?php echo $page_htmlhead; ?> <body> <?php Template::Show('core_navigation.tpl'); ?>…
Last reply by web541, -
- 12 replies
- 2.3k views
Hello, I need your help please... I have a VA and I wanto have a Pilot List. So that when I click on a bottom it goes to that pilot list. Please I dont know nothing about coding. But imagine my website. It has CrewCenter skin, and there is a lateral navigation menu, and I´ve created a bottom that is called Pilot List, and I want that when I click that bottom it goes to a more or less nice table with all my pilots. But I want it to have the lateral menu also. Please help Thanks
Last reply by Swik222, -
- 0 replies
- 1.3k views
Hi I'm very new with this wonderfull system. Is it also possible to show the compleet pilot list , not only the newest pilots? Thx in advance Stofke
Last reply by Kristof, -
- 5 replies
- 1.3k views
Good evening, I've got the following problem with the admin panel. When I want to view the pilots / schedules list, I got blank page. Attachments: Schedule list example; Client Errors;
Last reply by ProAvia, -
- 6 replies
- 2.6k views
Not sure what's happening here. This code is straight from IceBlue by FlyAlaska. <section class="page-contents"> <div class="container"> <br /> <h3><i class="fa fa-users" fa-lg style="color:#04327F"></i> Our Pilots</h3> <script type="text/javascript"> $(document).ready(function() { oTable = $('#blueIce_Pilots_List').dataTable({ "bJQueryUI": true, "sPaginationType": "full_numbers" }); } ); </script> <table id="blueIce_Pilots_List" width="100%" border="0" cellspacing="0" cellpadding="0" class="blueIce_table"> <thead> <tr> <th>PID</th> <th>Name</th>…
Last reply by omglookeyhere, -
- 0 replies
- 962 views
Found it. I had it in another folder on my pc
Last reply by Strider, -
- 5 replies
- 2.1k views
Hi, Thanks for the new update. It is really great and adds to the reality. I have one problem though, the pilot roster under pilots doesn't show the list of pilots up? Is there something I should do? And where? One more thing, where do I put the images for pilot rank and how would I link them to the pilots' roster? Thanks, Ermias
Last reply by Nabeel, -
- 7 replies
- 3k views
I am having trouble getting my pilot list to show in order. It jumps from ID 1 to 900. I want it to go in order by pilot ID not Pilot Number. Any ideas?
Last reply by flyalaska, -
- 8 replies
- 2k views
If you click on this link: http://flyirelandva....ndex.php/pilots, you can see the list keeps repeating itself in every airport? How do I get rid of the airport heading thats on top? The code that I have in the pilots_list.tpl file is: <h3><?php echo $title?></h3> <?php $roster = PilotData::getAllPilots(); ?> <?php if(!$roster) { echo 'There are no pilots!'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Pilot ID</th> <th>Name</th> <th>Rank</th> <th>Flights</th> <th>Hours</th> <th>HUBs&l…
Last reply by James142, -
- 2 replies
- 1.5k views
Hi, i've problem, how to change the order from DESC to ASC in my pilot list?, because i change this: $query="SELECT * FROM phpvms_pilots ORDER BY joindate DESC"; with: $query="SELECT * FROM phpvms_pilots ORDER BY joindate ASC"; in my pilot list, but the rank image no view!, this is my code : <h3><font color="#152F60"><?php echo $title?></h3></font> <?php if(!$allpilots) { echo 'There are no pilots!'; return; } ?> <table width="98%" border="0" cellspacing="0"> <thead> <tr> <th id="sample">Pilot ID</th> <th id="sample">…
Last reply by Blu-Express VA, -
- 5 replies
- 1.6k views
I was curious how someone might go about adding a section to the pilot list, that kept pilots who were a big part of a VA, but who have passed away. Kind of like a "gone but not forgotten" reference, so that they would always be listed on the pilot list.
Last reply by CPC900, -
- 1 follower
- 7 replies
- 1.8k views
Hi dears, i'm asking myself if is possible to get the pilot list in a page without a template to put it in a wordpress theme with <iframe> for example: http://remote.fsairlines.net/v1/roster.php?rvi=368&title=off and how can I do that? Thanks!!
Last reply by ProSkyDesign, -
- 5 replies
- 1.7k views
Hi, i want to display town Pilot´s Airport Loaction on the Frontpage.In the Admin Piots list i want to add it too. Is there an code to get the last pirep Location?
Last reply by ukmil,