Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 1.4k views
Hello everyone, Can anyone tell me if the automatic messages recieved when getting a pending letter of acceptance or the said letter of acceptance once application has been accepted by a staff member can be changed and if so, how can one change thoses messages ! I really hope to get a positive answer on this ! Thanks for reading, Cheers !
Last reply by Blackmoon971, -
- 3 replies
- 1.5k views
Is their a way for me to edit the code so that upon registration of a new pilot, depending on which hub they choose be put into a certain pilot group. So Pilot # = Hub Choice = Pilot Group Pilot A = chooses hub A = Hub A Pilots Pilot B - Chooses hub B = Hub B Pilots This will make it easier for the admin to send pilot emails that are only important or relevant to pilots at a certain hub Thanks in advanced Regards JCA003
Last reply by Strider, -
- 2 replies
- 1.1k views
Hello, I want to create a fuction/module which would send a email automatically to the pilot if his / her bid is removed automatically from the system due to not flying it in the specified time. Could this be possible? Regards
Last reply by STARs, -
- 1 reply
- 1.2k views
Hi Community I have problems with the Automatic Flight Assignments module for phpVMS. The Settings will not Save. Image 1 The Second problem is with the Cronjob for this Module. i have an Error Mail with: wget: not found Image 2
Last reply by web541, -
- 1 follower
- 2 replies
- 1.4k views
We have inactive set to 45 days. However it does not place members inactive, even though some have not filed a priep is over 90 days. This is our current settings in the local.config After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 45);
Last reply by Vangelis, -
- 11 replies
- 3k views
I have viewed as many posts containing the word RANK as possible and none of the search facilities have shown a full answer. As with most VA's now we have the rank structure.At the moment this rank structure is automatic by hours flown. Now that i have Simpilots excellent EXAMcenter add on i would like to still have auto ranks to a certain level, then the pilot must pass an exam before moving any further up the rank structure. Is this possible? Thanks for your patience.
Last reply by airliftpilot, -
- 1 follower
- 1 reply
- 1.6k views
Hi, I found a flight board at his forum but because the post are SOLVED I put here my error. The flight board it is OK, but for refreh the information we need to go the browser. The code is this: <style type="text/css"> <!-- th { color: #FFFFFF; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bolder; font-size: 14px; } td { color: #FFFFFF; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; } --> </style> <h2 align="center">Vuelos Activos</h2><br> <table style="border:1px solid grey;" cellspacing="0" cellpadding="0" bgcolor="#1F1F1F"> <tr> <th a…
Last reply by vJet2, -
- 11 replies
- 2.2k views
Hi, When a page is added the system automatically includes a title in the top left corner like this. Is there a way to remove it? many thanks
Last reply by roboa, -
- 13 replies
- 3.5k views
Nabeel, now my VA is using kACARS and the data is reliable i was wondering is there any way i could automatically accept pireps from that acars only?
Last reply by mark1million, -
- 4 replies
- 1.4k views
Hello folks, I want to know if is it possible to automatically acept my pilots' pireps? Without I have to accept.
Last reply by Nabeel, -
- 0 replies
- 1.6k views
Hi all, How can add a liverefresh for polyline on this code? I already have a liverefresh function, but for the polyline don't work. The marker position is updated but the position of the polyline no var flightMarkers = []; var routeMarkers = []; var flightPath = null; var depMarker = null, arrMarker = null; var info_window= null; var run_once = false; var mapOptions = { zoom: 4, center: new google.maps.LatLng(47.437047,19.248515), mapTypeId: google.maps.MapTypeId.ROADMAP }; var map = new google.maps.Map(document.getElementById("acarsmap"), mapOptions); var weatherLayer = new google.maps.weather.WeatherLayer({ temperatureUnits: google.maps.weather.TemperatureUnit.CEL…
Last reply by mattia, -
autoretire
by joeri- 4 replies
- 1.6k views
just a question about autoretire Nabeel toled me iff a pilot went retired he will get an email can somebody confirm he has this working i don't
Last reply by Nabeel, -
- 0 replies
- 1.2k views
Hi all! I have an Available Route Map in my VA but it shows only available daily flights, and I would like show ALL available routes, can anyone help me? Thank you http://www.israirvirtual.com/index.php/routemap
Last reply by STALKER, -
- 5 replies
- 3.1k views
Hi everyone, everything fine? So I've been updating my VA in the settings profile part, but I get an error when I'm going to change the avatar. So, I'm leaving the profile settings on several tabs (https://prnt.sc/ho331l), all the tabs are ready, the profile tab containing the name, email and location changes and are working correctly, the password change tab is also working, but avatar change tab is not working properly. The problem is this, when I click to select the avatar and then I click to save the profile I get this message 'The email address can not be blank.', But the avatar change tab only has the function to change the avatar and I believe you do…
Last reply by BlackSwan, -
- 0 replies
- 1.3k views
No one can change their avatar, because this error always shows up. Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: gd-jpeg: JPEG library reports unrecoverable error: in /home/pisocial/public_html/core/common/PilotData.class.php on line 456 Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: '/tmp/phprlRX5s' is not a valid JPEG file in /home/pisocial/public_html/core/common/PilotData.class.php on line 456 Warning: imagesy(): supplied argument is not a valid Image resource in /home/pisocial/public_html/core/common/PilotData.class.php on line 464 Warning: imagesx(): supplied argument is not a valid Image resource in /home/pisocial/public_html/c…
Last reply by Jason, -
- 0 replies
- 1.2k views
I found a way to put the avatar on the badge. in pilotdata.class.php find this [/size] imagepng($img, SITE_ROOT.SIGNATURE_PATH.'/'.$pilotcode.'.png', 1); and paste before if(file_exists(SITE_ROOT.'/lib/avatars/'.$pilotcode.'.png')){ $im6 = imagecreatefrompng(SITE_ROOT.'/lib/avatars/'.$pilotcode.'.png'); }else{ $im6 = imagecreatefrompng(SITE_ROOT.'/lib/images/noavatar.png'); } imagecopymerge($img, $im6, 311, 4, 0, 0, 80, 80, 100);
Last reply by mariorgrossi, -
- 1 follower
- 3 replies
- 1.6k views
Hello, On my phpVMS install I have uploaded and selected my avatar in "My Profile" and on some pages on my CrewCenter site it works like this http://prntscr.com/gufodq, but on others it just shows the default no avatar picture, like this, http://prntscr.com/gufol4 Why is this? Thanks, Harry
Last reply by HCStrike, -
- 4 replies
- 2.1k views
Where at can I find the controls for avatar size? I think 80x80 is ok but is a bit restrictive. I was wanting to up the anty a little bit. And then I will get in the tpl file and warn pilots before they upload that it can only be what ever size I choose as max settings. Thanks in advance either way. Ray
Last reply by Nabeel, -
- 2 replies
- 1.5k views
All my pilots avatars are not showing up. Any suggestions. Here is my page: http://virtualamerican.org/index.php/profile/view/1
Last reply by simpilot, -
- 4 replies
- 1.6k views
Using Build 821.......When updating your personal data, the Avatar does not update and the Country flag has disapeared. ??? Bruce
Last reply by Nabeel, -
- 19 replies
- 3.4k views
For some reason I can't get avatars working for some reason? The avatars folder is set to 777 but it still doesn't seem to work?
Last reply by Nabeel, -
- 4 replies
- 1.4k views
How to make a FOQA system, eg if the pilot makes 10 legs and 5 is regeitada, so it will have a score of 50%. Based on this code: <? Php $ Add = mysql_query ("SELECT SUM (landingrate) the landingrate FROM` phpvms_pireps` WHERE pilotid = $ userinfo-> pilotid "); $ Total = mysql_fetch_array ($ total); $ V_total = Total $ [ 'landingrate']; $ Line = mysql_query ("SELECT * FROM` phpvms_pireps` WHERE pilotid = $ userinfo-> pilotid "); $ Rate = mysql_num_rows ($ line); $ V_taxa = $ rate; if ($ v_taxa <= 0) {$ V_media = 0; } Else {$ media = $ v_total / $ v_taxa; $ V_media = number_format ($ average, 0, '' '.'); } ?> <? Php echo $ v_media "%"?.; ?>
Last reply by eliezerazevedo, -
- 1 reply
- 2.2k views
can anyone help me with a code to show the average landing rate, I want to use it in the pilot center,..... Regards,
Last reply by austin4362, -
- 1 reply
- 1.2k views
How is possible create a lot of category of award. Example Award for hours Award for n. flight etc etc Thank's for your help
Last reply by TAV1702, -
- 2 replies
- 2.5k views
Hi could you tell me what code i need to put in the pilot main tpl to display the award image as i cant get it to display regards craig
Last reply by Tato123, -
- 9 replies
- 4.4k views
I'm rather frustrated right now so I hope some knowledgeable person would post the correct code for me to get my award images to appear in the Pilot Profiles. I have tried all the answers that are here after searching the Support Forum for Missing Awards Images, too many images...all the answers given about awards I tried but to no luck. I have worked on this back and forth from my site to the cpanel file manager for a couple hours now but have run out of ideas. I get the text of the award but no image. The URL's are correct because the images DO appear in the Admin Awards area with their descriptions. they are also I believe small enough being the same size as the ran…
Last reply by Josf, -
- 3 replies
- 2.4k views
Hey, I was going about adding some awards and I noticed the award images were not showing even though I used the direct URL from imageshack. Anyone got any ideas? Tom
Last reply by Will, -
Hi there We tried the "awards" System The Problem is, the System gives each Pilot the Same award on it´s own- Also the linked Pictures are not working.
Last reply by Nabeel, -
- 5 replies
- 1.4k views
Hey guys, I'm working on the awards and I have checked the docs and was wondering how to manually give a pilot an award.
Last reply by Nabeel, -
Hello, i have problems with awards... I see in pilot_public_profile.tpl the award and everyting right but when i put the mouse cursor over the award, the image doesnt say the description of the award just like it suposse to do in <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /> in admin panel i have written a despcripcion of the award and everything is right i think does anyone has the same problem? thanks all
Last reply by mobitu,