Development Help
For help and support for the development of addons
515 topics in this forum
-
- 2 replies
- 1.6k views
I was wondering if I could make polls for my pilot's to take. Like on the side. Should I just look for a code on Google?
Last reply by Jacob Armstrong, -
- 2 replies
- 1.7k views
Ok, i'm trying to make a add on and i am making it only accessable for pilots but when i was logged in, i all got the red bar and my .Tpl is in the templates folder. What is wrong with this code? <?php class flightops extends CodonModule { public function index() { if(!Auth::LoggedIn()) $this->set('message', 'You must be logged in to access this feature!'); $this->render('core_error.tpl'); return; Template::Show('flightops.tpl'); } } ?> Any help would be awsome
Last reply by Kyle, -
- 2 replies
- 1.5k views
Is there a reasonably easy way to maintain a record of pilot applications I've rejected? At a time when many VAs are begging for pilots, I find myself rejecting more and more. I review each application and based on certain criteria, I research the applicant's records at other VAs. If I find a pilot has joined multiple VAs, but flown very few hours (if any) at them, I usually reject the application. I'd like a way to keep a record of such cases, including the IP address of the applicant.
Last reply by selwynorren, -
- 2 replies
- 1.8k views
Hey i been looking everywhere and i seem i can't find the right one for "Last 10 flights on a great cricle mapper" Is there a way that i can do it to display the last 10 flights on the great cricle mapper? Any help would be great.
Last reply by Kyle, -
Is there any what that i can edit somthing in the files so the rank can be counted for flights and not the hours?
Last reply by CPC900, -
- 2 replies
- 3k views
Hi guys, first of all a big thanks to everyone who tried out my scripts and also thanks to the developer of phpvms and all the other scripts. Due to my private life and because i am building up 2 major virtual airlines, i dont have the time anymore which was required by all my other projects. Most of the scripts mentioned are ready to use but the problem is, that it would take so much changes on the basic phpvms, that it needs about 2 days or more to build in most of them. I would really like to give you the code but i dont even remember anymore what i changed at the core of phpvms (I have now 2 copies running but very customized). So far i have to stop with my support an…
Last reply by skymx, -
- 2 replies
- 2.1k views
hi, can someone tell me some code to display on the homepage the statistics of the different flights of different airlines. example: continental 737, Delta 757, jetblue 737, 757 American Airlines bone I want to show the different flights of different aircraft registered in such names airlines can anyone give me these codes please ...
Last reply by El Macara, -
- 2 replies
- 1.8k views
Ciao Guys , I wanted to know if you could remove the list from the page Pireps pilot_public_profile.tpl
Last reply by ThomasZaniboni, -
- 2 replies
- 1.6k views
hi as I can know the statistics of the pilots per month? I would like to know how I can find the different statistics of the pilots in different months. can anyone help me find this please? thanks for your help
Last reply by El Macara, -
Req: Pilot Table Like AALVirtual
by Guest Kendo- 2 replies
- 2.8k views
Hello guys i Looking for a Pilot Table like in http://www.aavirtual.net/index.php/pilots
-
- 2 replies
- 1.7k views
Hi guys, has it been created by any chance? Maybe i searched badly the forum. And in case not, has anyone thought of creating a monthly assignment based also on rank and hub? Thanks, Simon
Last reply by servetas, -
- 2 replies
- 2k views
I have read the API's documentataion regarding sending variables to scrips using the URL. Like index.php/moduletest/pageone/apple/red Gives the varible 'apple' the value 'red' to the script function pageone However I wan't a module to remember the setting, while fetching an other variable, like /beer/isgood. Next time the page is loaded the scripts remember that the user already has seleced red apples, when the user select the option beer is good. Then can process a page based on these settings? I am gone use this for creating dynamic SQL's where the where clause might cange, in terms of value and number of criterias given. Eg, first click filters on pilotid, next cli…
Last reply by Wingthor, -
- 2 replies
- 2.2k views
I have been thinking about this for sometime now, Im not a coder. I think a poker run system would be great to have, of course it would have to be paid software, do to the technical coding that has to be done, But if anyone is up the the challenge I am willing to pay..... Regards, Allan
Last reply by Allan, -
Award image in the pilots list
by Guest- 2 replies
- 1.5k views
Hello everyone you can put the award image in the pilot list?
-
- 2 replies
- 1.8k views
HI ALL in my Admin Activity Logs i want add the more notifications for example: For EventsBooking 1.3 - by: simpilot i want add the edit events in the Admin Activity Logs Best Regards Mattia
-
- 2 replies
- 1.9k views
Hey everybody, is it possible to make a code , which generates a line in th signatur with "offline" or "in flight" like the tuifly virtual ? Can the signature change the background when a pilot is in the air for example ? Greets Tuifly VA signature :
Last reply by MBrown, -
- 2 replies
- 1.5k views
Hi All, How do i pair phpvms with IPB so when a user registers on my VA it makes them an account too?.
Last reply by Heliguy, -
- 2 replies
- 1.7k views
Hello Guys, I wonder if someone has a code signature update status to IN FLIGHT IN ROTA, DOWN, CLIMB ON! Thank you
Last reply by Luke2000, -
- 2 replies
- 1.8k views
How do i get sim pilots addons like top pilot to show on my homepage Thanks Jacob
Last reply by avdesigns, -
- 2 replies
- 2k views
Hello friend Anyone know where I can download the module Discounts To Subtract From Pilot Salary, the link with the topic: http://forum.phpvms..../page__p__28736 Not working, anyone can post? thank you
Last reply by CN@ndo, -
- 2 replies
- 1.7k views
Hi there! Here is a core navigation I designed for my site. Install: 1- Place the images in your site 2- Change the URL of the images. 3- Place core_navigation.tpl in your skin folder but don't forget to make a back up. 4. Enjoy Download here: CoreImage
Last reply by Parkho, -
- 2 replies
- 2.1k views
How can I put time in exams? If you do not put pilots can get Google search and send the exam after consulting all answers. Can anyone help?
Last reply by Fernando, -
- 2 replies
- 1.8k views
can't seem to get it to work....sometimes is works sometimes it doesn't also when i go directly to the randomflights module, the transfer done through the schedule search doesnt propagate over http://www.flytroposphereva.net/index.php/frontschedules http://www.flytroposphereva.net/index.php/randomflights
Last reply by twincessna340a, -
- 2 replies
- 1.7k views
I cannot find any solution to this problem: From the module: $this->set('comment', xxxData::xxxSearch($icao)); From the template (xxx_searche.tpl): <?php foreach($comment as $com) //This is line 14 { ?> <tr> <td><?php echo $com->xxx; ?></td> And in the end it gives me this error: Warning: Invalid argument supplied for foreach() in C:\AppServ\www\fss\core\templates\xxx\xxx_searche.tpl on line 14
Last reply by servetas, -
- 2 replies
- 1.9k views
Hello I should like to inquire whether it would at all be possible for us over at RAF No.2 Group to schedule some of our flights with the normal 0-6 (Sunday-Saturday) code, but also allow for days of the year numbers, ie 001, 140, 350 and so on. I don't see any similar solutions on the forum, but was hoping it'd be possible. As the VA is kind of in the cross between military and civil aviation, the irregularity of flights is difficult to show. It'd help us a lot if we could schedule some of our flights this way. Thank you in advance for any replies!
Last reply by scajolly, -
- 2 replies
- 3.7k views
Hello all, I wonder if I can create a skin for the layout, and different profile page layout?
Last reply by levicosta201, -
- 2 replies
- 2.2k views
It is possible to place the module of simpilot mail to appear in the profile of the pilot instead of index.php / mail?
Last reply by levicosta201, -
- 2 replies
- 2.2k views
I want a module to be able to post notams in a predefined area from the admin panel. Does anyone know how to create this?
Last reply by Atcarrillo, -
- 2 replies
- 3.3k views
Develop mobile applications for your VA Free (ANDROID and IPHONE) ! That's right you mount a aplicato the way you want, online, and studies it for free (But with limited resources, but there are plenty of resources)! You can also opt for the premium plan where you will have a higher application availability! Access the link: http://ibuildapp.com/ For more information and help please contact us by email: levi.costa1@gmail.com I hope I helped you all!!!! ;) ;)
Last reply by levicosta201, -
- 2 replies
- 2.3k views
How come when my pilot roster pulls from all of the hubs, some of the rows are totally different widths when it runs off of one .tpl file? http://www.spark-jet.com/index.php/pilots
Last reply by Remington Box,