Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 6 replies
- 1.3k views
Hello people, so I want to make a custom MainController::Run like this example here: <?php MainController::Run('PIREPS' 'RecentFrontPage', 5); ?> so that will go and insert the 5 newest flights, but I want to make a custom one, How could I do that?
Last reply by Daniboi, -
- 2 replies
- 1.2k views
Hello all as you may be able to tell i am a newbie when it comes to this. But how do we make a module? any help i am gratefull for thanks chris
Last reply by chris2, -
- 2 replies
- 1k views
Hey, I am wondering how I make an error come up if you enter an email that has already been used. I am guessing you need to make a class with the $ symbol? Conn Also, if it is possible to do with this code here, could you please help me with it, since that is the code I guess I need to change <dt>Email Address: *</dt> <dd><input type="text" name="email" value="<?php echo Vars::POST('email');?>" /> <?php if($email_error == true) echo '<p class="error">Please enter your email address</p>'; ?> </dd>
Last reply by connbob, -
- 2 replies
- 970 views
I want to make a clickspot or whatever on my banner. I have the VATSIM logo on my banner and need to make it so that when clicked it links to vatsim.net
Last reply by Jeff, -
- 1 follower
- 8 replies
- 1.4k views
I have a custom module that is in the default form of: http://www.site.com/index.php/module I also have subs to this to make http://www.site.com/index.php/module/one But how can I extend beyond this to something like: http://www.site.com/index.php/module/one/two I tried putting it within an existing function (which is already within the index function of the module) but it directs it to the one before. It's hard to explain.
Last reply by freshJet, -
- 1 follower
- 2 replies
- 1.3k views
Hi! How can I make it that new pilots have to do an Exam before completing sign up, if this is even possible at all. Thanks. Impulse www.impulseinternational.site90.net
Last reply by mseiwald, -
- 2 replies
- 1.9k views
Hello guys, does any one knows how to make top 10 touch down list? currently i have the following Touch down page. http://airindiavirtual.com/index.php/Touchdownstats Thank You Hope Some one help me!
Last reply by SkilledPilotA320, -
- 20 replies
- 3.2k views
Hi, I have been using PHPVMS on a free web host for testing, and I’m thinking about the future when I come to upgrade to paid hosting. How do I migrate to a new web host without loosing data? Thanks for your suggestions!
Last reply by DeletedUser, -
- 1 reply
- 1.3k views
Hello, How I can not show Inactive/reited pilots in pilot roster page? Thans for helping!
Last reply by servetas, -
- 1 follower
- 4 replies
- 1.4k views
Hello, I wonder how to keep the list of drivers in order according to their number, not according to rank, see the problem in the following image, the number of Riders: 0003 and 0004 were for the end they passed the rank . I await answers, good night.
Last reply by Ygoramalho, -
- 2 replies
- 1.3k views
I would like to paginate the "View PIREPS" page in the Admin center where you are looking at individual pilot pages. I have one pilot that has completed over 1300 PIREPS, and right now when I look at his PIREPS page to make edits, it takes a terribly long time to load because it is loading ALL 1300+ of his PIREPS on one page. If the page only showed 10 or 20 PIREPS per page it would be a lifesaver. I was referred to FS Products website for a pagination module but I could not get it to work: http://fs-products.net/index.php/downloads/viewdownload/6-phpvms-modules/23-pagination-example I copied the files into the correct areas, but there must be some kind of edits you …
Last reply by Kalo, -
- 5 replies
- 2.2k views
Hi Guys, I have started my VA last week and am trying to work out how to get pilots. So far to market it I have: Placed A Link On Flightsim.com Registered with VA Central E-Mailed Around My FSX Using Friends. My Site can be found here I have also submitted my site to Google but another question I have is how do you add meta tags to phpVMS. Thanks in advance for the help. Nathan.
Last reply by Cor, -
- 1 reply
- 970 views
Hey, I'm wondering if there is any php codes to put into my footer to show people's IP address whom is visting my site?
Last reply by Tom, -
- 1 reply
- 983 views
hi guys i have a question for you how can we add password if we are adding pilots VIA phpmyadmin into database if we leave it blank how we can add it later on any suggestions..... Asmara
Last reply by Tom, -
- 1 reply
- 1.2k views
Hey, I want to have the schedule search form on the frontpage and when people search within the airport it will direct them to the schedule page were the flights will show. Is there anyway to implement the data that is taking from the VA such as Departure Airpots , Arrival Airports and Aircraft and put it on the home page . THank you
Last reply by JohnMck93, -
- 7 replies
- 1.9k views
I would like to put a welcome area on my front page in a set area like left uper, so i stays and i dont have to use news for it Thanks Mac
Last reply by mac, -
- 2 replies
- 1.4k views
Dear community, I want to delete recaptcha of my registration page because, I've got some problem with it... Can you explain to me what lines I have to change in the php code of Phpvms ? Bests regards, Jules
Last reply by flyalaska, -
- 2 replies
- 1.5k views
Hey guys, how can I remove the Route Map, shown on the Schedule Details page? It isn't coded in the template file. I also tried to set the width and height to 0px in the local config, but it didn't work. Does anyone has an idea? Regards Bueno
Last reply by Bueno93, -
- 1 reply
- 1.4k views
Hello; I was wandering if you can help me? I would like to be able to remove the need for schedules on my install of PHPVMS. I have been apart of VAs which have had systems where pilots only need to enter a few details on a pirep and I would like to have the same sort of system on my VA. How can I go about allowing pilots to submit a pirepi without needing schedules? Kind regards; Cameron
Last reply by mischka, -
- 3 replies
- 1.3k views
Hello dear, after many tests on registration i have created many users, now i have XXX020 i deleted all of the users but if someone else registered automatically will have XXX021 even XXX020,XXX019,XXX018.... doesn't exist ho i can reset this ? Regards,
Last reply by FlyingMachine, -
- 6 replies
- 1.8k views
Ok, I been on that for a while and I'm trying to firgure out how can I call if there was no reports filed, then how can I say "No Reports Yet" on the Last Flights. So here's my code, and I want to add a part so if there was no flight reports, I want it to say no flights filed yet. <?php $flights = PIREPData::getLastReports($userinfo->pilotid, '10'); $string = ""; foreach($flights as $flight) { $string = $string.$flight->depicao.'+-+'.$flight->arricao.',+'; } …
Last reply by Kyle, -
- 1 reply
- 1.1k views
Firstly I apologise if this not the correct forum area for this post. And admin please feel free to move it to the correct place. I am really new at doing this and what I want to know is this, is there a way to create a flight schedule for lets say EGKK to EGPH, but when adding a bid I can select the aircraft I want to use for it. What I dont want to do is create multiple schedules for the same route, but for each aircraft I might use it for. Any help and assistance would be very welcome Thank you Rob
Last reply by servetas, -
- 1 reply
- 1.3k views
Hello friends I'm in the final stretch of my site, I would most certainly have a lot of help, I'll explain what I need: I use the skin ObsessBlue, it has the menu on the left side, I would like to know how to define the pages that the menu should appear I have an example a site with the same skin that page http://www.grupobrazilair.com/ the side menu appears, and that it does not appear http://www.grupobrazilair.com/index.php/acars like to know how I do it, thanks to whom I liked a lot of help phpVMS and I will make a sincere gift to them Obliged.
Last reply by Jeff, -
- 1 follower
- 6 replies
- 9.9k views
I want to have a virtual airline , but I do not know how to get started , including site construction and ACARS custom template , please help me , thank you .
Last reply by jimbonh, -
- 14 replies
- 2.5k views
Hello once again! Today, I got a problem because I want to view 5 most recent flights for a pilot in the pilot_public_profile.php file. this is what I tried to add, but didn’t work, I just got a emty Array of the flights: <?php echo PIREPData::getLastReports($pilot->pilotid, 5, PIREP_ACCEPTED); The $pilot variable is the variable that is Main used in the file.
Last reply by PikoSim, -
- 0 replies
- 979 views
Hello, does anyone know how to inform me how do I add a letter here in the Briefing? I have the API released by DECEA and AISWEB. http://gtev.com.br/intraer/index.php/schedules/brief/245
Last reply by Gtev, -
- 22 replies
- 8.4k views
Hello there I am trying to place Airline logo on Flight Stats, but i am unable to, can any one help me out plz I tried using this code <img src="<?php echo fileurl('/lib/images/airlines/'.$airline->icao.'.gif'); ?>" alt="<?php echo $airline->name;?>" /> I have two airlines, Air India (AIC) & Air India Express (AXB). Thanx!!
Last reply by mikaelartur, -
- 0 replies
- 1.3k views
Hi , i am trying to desgin new skins and would like to show new form to search flight by use RealScheduleLite template here an example how i want to do in frontpage https://w3layouts.com/wp-content/uploads/2016/09/flight_ticket_booking.jpg but when i search or write name or code of the airport it dose not show anything i am using look like form code in airport_search.tpl but in new form in frontpage NOTHING IS HAPPEN , NO AIRPORT SHOW once i click SEARCH i need to forward to flights available template
Last reply by MohammedALYousfi, -
- 1 reply
- 1.1k views
Anyone know how I can add a live map and flight table showing what is flying within the airline?
Last reply by StartVM, -
- 2 replies
- 1.6k views
currently, schedules are sorted by flightnumber (at "View Schedules"). is it possible to sort them by arrival icao?
Last reply by eliezerazevedo,