Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 reply
- 1.8k views
I am trying achieve this on the frontpage of my website but I'm not sure of it is possible. I would appreciate some help in this matter. When a Pilot is logged in, I want it to show as (You are Logged in as PILOT_NAME , PILOT_ID). Whatever code I use, it returns the info as 0000. Is there any way we achieve this ? P.S: I tried searching as much possible on the forums and couldn't find it. If I overlooked on the topics, I apologize for the trouble.
Last reply by simpilot, -
- 12 replies
- 3.3k views
hello can someone guide me on how to display pireps airline code wise? iv tried using this code but doesnt seem to work. Using ALLPIREPS module. my code: <table width="100%"> <tr> <th>Flight Number</th> <th>Departure</th> <th>Arrival</th> <th>Aircraft</th> <th>Flight Time</th> <th>Submitted</th> </tr> <?php foreach($pireps as $report) { if($report->flightnum =="ABC") ?> <tr> <td><?php echo $report->code . $report->flightnum; ?></td> <td><?php echo $report->depicao; ?></td> <td><?php echo $…
Last reply by STARs, -
- 4 replies
- 1.8k views
Hi all, Today, I would like display (on the public profil of my VA members) if they are staff or not, let me explain... If a membre is a staff I would like add an word (staff) on his profil and if not nothing. Thank's
Last reply by Gofast77, -
- 1 follower
- 4 replies
- 2.7k views
Hi all, I have searched the forums and have got some things sorted but i have come up against a hurdle. I have added a new profile field field for in the admin centre for Vatsim id and i have it displayed in the pilots profile ok . In the pilot roster i have got the new heading of VATSIM ID at the top of the table which i added by using the pilot list tpl but i dont know how to call the info from the pilot profile to the pilot roster. Do i need another code and where would i put it. Hope somebody can help. Thanks in advance.
Last reply by vJet2, -
- 5 replies
- 1.4k views
How do I display something when logged off and not have it displayed when logged in?
Last reply by flyalaska, -
- 2 replies
- 986 views
hey guys, I wonder if someone could help me out with some code. Ok what I would like is if they are in a hub. e.g. EGLL it will display an image. or KLAX it would display another image. etc. Instead of text. You will see if you have a look at. http://www.pashairvirtual.co.uk/index.php/Listing Instead of the text. at the moment i am using this <td><center><strong><?php echo $pilot->hub?></strong></td></center></td> thanks alot Daniel
Last reply by Daniel, -
- 0 replies
- 865 views
Hey guys, i'm trying to display specific module and I remeber but not fully, it stated that it is something like (Main Controaler:Run Module) Can someone correct me please thanks! I'm always willing to give reps to who helped me.
Last reply by Kyle, -
- 3 replies
- 1.4k views
Can someone point me to the right direction to display the badge in the profile?
Last reply by Nabeel, -
- 11 replies
- 3k views
Hi all Ok I have phpvms installed and skinned and all running sweet as, I still have alot to do but the core is there and working. Now my question is I have some pre build php pages built from my last site, how do I get them to use the PHPVMS header and foodter tpl pages so the navigation is sycronised sitewide? what code would I have to add to these pages? or is it just a case of puting a page in its own modual folder and calling it from the navigation by setting up a manual link in core navigation? please bare in mind I'm no php coder when you give me an answer I can work it out after many hours of sairting blankley at it but no way can I write it. many thanks
Last reply by Nabeel, -
- 4 replies
- 1.7k views
Hi All, Ok so the plan is that if want to add a section in the pilot cntre that shows according to a pilots hub so, for example, If Joe Bloggs Was in EGKK, it would show hub information. I am aware that it might be possible using a "if" statement but at the moment my knowledge of php isn't helping. I thought about using something like the code which shows different parts of the nav-bar but that would involve groups. Help Appreciated, Jon Derrick www.leavirtual.com
Last reply by simpilot, -
- 1 reply
- 1.1k views
Using the bids page as an example, how can success/error messages be displayed at the top of the page? For example, if a bid is removed, show the success message at the top of the page. Currently, mine redirects to a new page just to show the message so you then have to go back to view them again. I think this is a default function but I did some modifications a while back.
Last reply by freshJet, -
- 8 replies
- 3.3k views
Hello Everyone Does anyone know how to display the total distance of a route a pilot is flying in the acars map? Kindest Regards, James
Last reply by James142, -
hello Nabeel i have a small question about the distance calculator in the admin/add route if i add a rout you can calculate the correct distance or let it calculate auto now my question if i let it calculate it give a number. example:eblg-vhhh=6064.249 now if i let it calculate via a tool i found on the net it give met for the same 2 airports this 5041.51 ( http://www.airrouting.com/content/TimeDistanceForm.aspx)link to tool can you explane the difference
Last reply by joeri, -
The schedule "calculate distance" thing in the admin section does not seem to auto calculate. I still have things set to "0" for auto calculate, but not working. So all my flights show a distance of "0 mi". What have I missed??
Last reply by CPC900, -
- 25 replies
- 4.2k views
Just an odd thing here......In the SQL database and the admin section of PHPVMS all looks fine, however.... This was a flight from Halifax(CYHZ) to Sydney(CYQY). Can't figure out why it did that. I am using FSFK for live acars, btw.
Last reply by hjhjhgjgjh, -
- 1 reply
- 1.3k views
This Distance remaining is not showing up ??? What do I have to do get it back ... http://staralliancev...index.php/acars Thank you
Last reply by simpilot, -
- 0 replies
- 795 views
I noticed on one of my flights when I had to do an emergency landing and diverted to a close by airport, that some data was incorrect. When completed I saw that the flight received full pay and the aircraft was placed at the original destination. My VA uses smartCARS for logging and tracking, so is this an issue with smartCARS or something with phpVMS? Maybe there is a code snippet that will resolve this issue? Thanks for any help.
Last reply by sgraypgh, -
divide schedule for type
by Guest- 4 replies
- 1.5k views
Hi All My idea is to split the schedule for the type Es: *NATIONAL *INTERNATIONAL *INTERCONTINENTAL for you is possible?? Best Regards Mattia
Last reply by simpilot, -
- 6 replies
- 1.9k views
Hi all, I have a template and it works great, however I have been having to copy and edit every single .tpl possible to get the DIVs to be inside the design template. it just seems like there should be another way am I missing something. I tried editing something like page content.tpl but that didn't work. Thanks, Chad
Last reply by Nabeel, -
- 0 replies
- 1.1k views
Hello folks, as you understand from the topic I am really a newbie in this field. Do I need to install any php 5,+... program or whatever prior to uploading my phpvms to my root folder in fliezilla ? Thanks in advance for your answers.
Last reply by ERDEM, -
- 0 replies
- 1.1k views
Hello guys, First I'm sorry for my bad English, I speak Portuguese, so dI'm getting a little help from Google translator I wonder if someone could help me on this. Would it be possible to preclude a tagged as inactive pilot to log on the company's website? My idea would be to block a pilot that became effective as retired (or inactive, do not know) to log in, so I could stop him from carrying out the bidding flights. Could anyone help me? Thanks in advance!
Last reply by RENAN2015, -
- 1 follower
- 17 replies
- 3.3k views
Hello everyone, so I'm trying to make a module for the pilots to send suggestions of routes. But when I click to send it it does not send the email. My core/templates/routesubmit_mainform.php - MY BUTTON CODE <input type="submit" class="btn btn-primary btn-block btn-flat" name="submit" value='Submit Route'> My core/modules/RouteSubmit.php - MY SENDEMAIL CODE <?php class RouteSubmit extends CodonModule { public function index() { require_once CORE_LIB_PATH.'/recaptcha/recaptchalib.php'; $this->set('title', 'Add Schedule'); $this->set('allairlines', OperationsData::Ge…
Last reply by servetas, -
- 1 reply
- 953 views
Hi, Is the Doc page down? I am getting a "No input file specified." Thanks
Last reply by Nabeel, -
- 2 replies
- 1.3k views
Hello :-) I recently started helping out with development for our VA. We use VMS 5.5. I tried desperatley to find documentation on various pages that i was led to, via the vms website or others. Also many posts here in the forum dont seem to work. If i open the post it shows me an unformatted white page with broken entries (on all browsers). Can anyone lead me to the docu pls? Would be nice. Also im a bit confused by the version numbering. I see the website shows an VMS 3, what for some reason seems to be the more new version than 5.5?
Last reply by ProAvia, -
Does Anyone know how to create a flight in flight scheldules and just like tick a box to say every 4 hours rather than create another same flight but just 4 hours later? Thanks EjDj99
Last reply by tgycgijoes, -
- 2 followers
- 19 replies
- 3.5k views
Hi Guys, Does anyone know if Crazycreatives is active? I have not received support! 🤔 I have already sent several emails, but I have had no awswer.
Last reply by ProAvia, -
- 3 replies
- 1.3k views
Ok, I have localhost in my PC and i'm wondering if does it affect phpvms than on a WebServer publicly? What are the affects?
Last reply by Kyle, -
- 1 reply
- 1.2k views
Fixed It
Last reply by mark1million, -
- 7 replies
- 1.9k views
Hey Guys, I'm trying to firgure out what's wrong. So I don't want any pilots to access the retired pilots public profiles and here's my code from profile.php. if(!pilot::retired()) { $this->set('message', 'Sorry! This Profile Is Not Available! '); $this->render('core_error.tpl'); return; } Can anyone help me to guide in the right direction and I'll be happy to give you 1+ rep if you helped me. Thanks!
Last reply by Kyle, -
- 4 replies
- 1.8k views
How can i change the money from dollars to euros at my FSS???
Last reply by shaun105,