Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 1.7k views
Hi, I´m trying hide the RealScheduleLite if the pilot have one or more booked flights, here de code line 73: but thats the error: Parse error: syntax error, unexpected T_DOUBLE_ARROW in xxxxxx/realschedulelite_index.tpl on line 73 sorry about the bad english thanks
Last reply by eliezerazevedo, -
- 1 follower
- 4 replies
- 1.7k views
Hello, We are having problems with our schedules system. For example If I search for a schedule the page does not load any schedules and will appear blank. Other members are able to view a few and then if they click on them to get the dispatch details, they go blank again. Examples This is what loads after pressing 'Search' Any ideas?
Last reply by TAV1702, -
- 4 replies
- 1.7k views
Hi All, Is there some code that will display a list of Admin's that are logged into the admin panel? Thank you David.
Last reply by OzFlyer, -
- 6 replies
- 1.7k views
Is it possible to let all pilots book only one flight? Because, as you may know, pilots can book as many flights as he wants, as far as I know, so let's book only 1 flight? Example: Same as other VAs, when you book a flight, it blocks where you are searching for the flight and switches to my bids - Using Fltbook And I'm also trying to map the route on the bids, how is it possible? Ex: http://prntscr.com/h42z1s Thanks, Carlos
Last reply by mischka, -
- 4 replies
- 1.7k views
Hi there just wondering if anybody can help here: my ACARS map is taking far too long to update, Im not even flying any more and it still shows me on it http://www.futura-va.co.uk Many thanks Connor
Last reply by Nabeel, -
- 4 replies
- 1.7k views
Hi, I would like to license this image as background (http://bluepanoramava.joomlafree.it/Background%20Sid.gif) sid in the area of my site (http://bluepanoramava.joomlafree.it/phpVMS/index.php/) I tried to put this code in your CSS: #sample2 { background: transparent url(http://bluepanoramava.joomlafree.it/Background%20Sid.gif)no-repeat; color: #FFFFFF; text-align:center; } connecting it to the title with: <h3 id="sample2">My Title</h3> but does not work, narrows the picture! is there a way for it to remain the size Original? Thanks!
Last reply by Blu-Express VA, -
- 3 replies
- 1.7k views
Hi all i have been trying to find how you are able to let pilots who are logged in verses pilots who are logged out while seeing certain options on the navigation bar. I know how you can set a tab so either logged in pilots can see for exaplme: { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/registration'); ?>">Join</a></li> <?php ?> but say i want a tab to be view able to logged out people, but i don't want them to see some of the drop down options. Let me show you an explame: (this is the operations tab with drop down) <!--2nd drop down menu --> <div id="dropmenu2" class="dropmen…
Last reply by Jeff, -
- 2 replies
- 1.7k views
reject the report I get a window that you reject. well, when writing the reason and click Rechar report. nothing happens. or send the form or disappear or anything.
Last reply by novamix, -
- 5 replies
- 1.7k views
hello all but mainly our php guru's you all know the autoretire part off phpvms you set a date (30 days and the pilot goes retired iff he makes no flight befor that date. now my question is is it possible to expand this part to something with an els/if statemend ex: pilot registers needs to make first flight within 14day of registration. iff not retire but for the active pilots it needs to be 30 days hope you all are getting me gr joeri
Last reply by Cor, -
- 3 replies
- 1.7k views
Hi Guys, I want to mod this bit of code to update another row in the database. /** * Accept the pilot (allow them into the system) */ public static function acceptPilot($pilotid) { return self::updateProfile($pilotid, array( 'confirmed' => PILOT_ACCEPTED, 'retired' => 0 )); } I want to update another rows info can i just add a sql query in to the loop like this? /** * Accept the pilot (allow them into the system) */ public static function acceptPilot($pilotid) { return self::updateProfile($pilotid, array( 'confirmed' => PILOT_ACCEPTED, 'retired' => 0 $query =…
-
- 1 reply
- 1.7k views
I have a problem; in 'ADMIN CENTER do not see the link to export the PIREP in vaCentral how can I do? thanks
Last reply by DylanNoes, -
Fatal error: Class 'DB' not found in /customers/f/5/4/aircanadava.org/httpd.www/core/common/SettingsData.class.php on line 28 This is what happens when i try to install phpvms. Can someone please help?
Last reply by servetas, -
- 1 follower
- 1 reply
- 1.7k views
This will be fixed with an admin option in the next update, but for now, download the zip, and extract the "createzips.php" file into your site root (where index.php is). Then run it. It will generate a signature for all the pilot's in your VA. createsigs.zip
Last reply by Nabeel, -
- 5 replies
- 1.7k views
I need help with making my website look better. So I have a couple of questions. Info: I'm using obsess blue skin. I'm a noob 1) How do I make my var ticker ( the black moving text) and my normal text box. Not be on every page of my site? 2) How can i make my right menu (obsess blue) be different from my upper menu? In other words how do i seperate the two menu's in core_navigation.tpl? Thanks A Lot!!
Last reply by Thomas Rozanov, -
- 1 follower
- 5 replies
- 1.7k views
How can I put a route map of the booked flight inside schedule briefing page, and how can I apply a size change of the map, only for that specific page?
Last reply by Parkho, -
- 1 follower
- 4 replies
- 1.7k views
In Admin "View all Pireps' 'click to approve all ' returns the following error. This same error is when 'click to approve all' in Edit Pilots - view all pireps. Warning: Invalid argument supplied for foreach() in /.........../admin/modules/PIREPAdmin/PIREPAdmin.php on line 120 0 of 0 were approved (0 has errors) There are pireps in the database and they are all automatically accepted. If you look at view pending there are 'NONE'.
Last reply by DesComm, -
- 9 replies
- 1.7k views
Hey all! Hope youre doing well! For a long time now, I have been getting the error when sending a PIREP and other functions (via smartCARS, Manual Pirep, Edit from Profile): "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2SUCCESS / You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2". I have not found a solution to this on the Internet. Everything is executed, but I get the error message . My attempt is now to deactivate such error messages. Ca…
Last reply by ProAvia, -
- 4 replies
- 1.7k views
I pasted the following code into my template for my homepage (www.swava.net), but it says 0 guests and 0 users, even when I'm logged in. Is there something else I need other than this? I'm using a template I built from scratch.
Last reply by Nabeel, -
- 9 replies
- 1.7k views
I have had a few pilots looking for a fix on my forum telling me that 1. The flight schedule can only be viewed in its default format (full listing) in Internet Explorer, and when they try to apply filters it doesn't display anything, just a blank page for each airport they choose, or equipment type, or distance. 2. It's frustrating that for the ones that use Firefox and the filters work but they have to go back and start the search over every time they view a flight. For #1 I opened IE myself and saw the same problem, so I'm wondering if there is a fix to get IE working with the filters on the schedule. I've made it clear that Firefox works better all around, but I ca…
Last reply by beachdarryl0202, -
time stamp
by cdawg- 5 replies
- 1.7k views
hey i was wondering if anybody knows how to change the time stamp...for instance when it submits a pirep it sends it as 12:00:00 i was wondering if anybody knew how i could change it to just submit as 12 with out the :00:00 any help in this matter would be great...thanks
Last reply by simpilot, -
- 3 replies
- 1.7k views
Hello, You can enlarge or shrink each menu item? I mean: I create a page Fleet, but the menu is too big and I'm not appear you can restrict the other? Thanks!
Last reply by Blu-Express VA, -
- 3 replies
- 1.7k views
Hello, so we have again a problem now there are no maps shown, no live map, no map of the flight in the detailed schedule page or the map of my own flights. It is just white (the background is also white so I don't know if it is somehow shown or not). I did not changed anything (or I was not aware of changing anything) that is connected with the map. Has someone else this problem and is there a solution? Regards Julius
Last reply by ARV187, -
- 3 replies
- 1.7k views
Hello All, I'm new to phpVMS and I'm not a programmer by any means. I have a friend working to help me get some things set up. I've noticed that the fuel weight in the system is currently set to KG. and I'm trying to find where to change it to LBS. Our ACARS application is capturing and reporting in LBS but the site is converting back to KG. Any help appreciated! Mike
Last reply by CactusDx, -
- 2 replies
- 1.7k views
Hi In my va i have a form to bid a flight where pilot choose a AC , FL insert a route etc .. My code to choose a AC is - <select name="aircraft"><?php foreach($aircraft as $ac) { if($ac->id == $route->aircraft) { $sel1 = "selected"; } else { $sel1 = ""; } ?><option value="<?php echo $ac->id ?>" <?php echo $sel1 ?>><?php echo $ac->name.' - '.$ac->registration; ?></option><?php } ?></select> What i want is change code so disabled aircrafts will not show. Thank You in advance
Last reply by Kapitan, -
- 5 replies
- 1.7k views
When I install a skin this happens It happens with everyone! https://ibb.co/XpYNCPv
Last reply by flyalaska, -
- 9 replies
- 1.7k views
When I edit a schedule the system is changing the reg number for some reason, it won't leave what is already there..........
Last reply by Nabeel, -
- 1 follower
- 2 replies
- 1.7k views
Hello, I've simply been trying to change the colours of the dropdown menu using the style.css file and it doesn't appear to be updating on my site. Has anyone got any ideas, or am I even updating the correct lines? In the style.css file I edited lines 101-109. http://hostcode.sourceforge.net/view/3898
Last reply by Parkho, -
- 1 follower
- 2 replies
- 1.7k views
Hi, the maintenance script is planed as a cronjob every day at 01:00 am and it worked for 2 years now. But I noticed, that the script stopped marking pilots as retired. Only when I manually start the script by entering the url in the navbar the pilots are inactive. Anybody can help?
Last reply by CedGauche, -
- 6 replies
- 1.7k views
Hello Guys in the standart report page(admin/templates/reports_main) the last topic should be the Top 10 of the most Flown Route. Unfortunately on our Site this is not displayed. All other reports works fine but for this even the Headline is missing... Here a snipout of our reports_main file. As written above nothing is displayed: Thanks in advance for your help. BRGDS Thomas
Last reply by Thomasha, -
- 7 replies
- 1.7k views
We all know that when we add extra pages to our site from the admin panel, it puts that page name in bold at the top left. I want to get rid of that for this one page I am working on. Can it safely be gotten rid of? I think it just puts the feel of the page out of wack. I went to editor on that page in the admin and my extra code shows up but not that. So I figured I might try to cheat the system and go into core/pages and edit the page directly and as well, it shows my code that I added but nothing extra. for an example of what I am saying, please look at http://thunderva.com/index.php/pages/test Notice how it just looks wrong?
Last reply by Nabeel,