Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Can you link me? I'll take a look
  2. You can just create your own function within your module which does the same thing
  3. This has been made a release.
  4. Revision 854: 2.0 minor update7 January 2010, 7:21 pm2.0 minor updateSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  5. You can modify the query to be: $sql = 'SELECT a.*, a.name AS aircraft, a.registration, (notice the a.*), and that will give you what you want
  6. It's being fixed, the live pricing. There's some unit conversion problems on the API server. I would maybe do an average of your airports for the default pricing. At least then that way it's going to be decently accurate.
  7. I think there are Java apps you can integrate into your web page for chats.
  8. Well, if you mean can you fly any aircraft, yes, it doesn't restrict the aircraft that can be filed in the PIREP or the route. It's just for reference purposes.
  9. I'm not sure what you mean by combine - what are you trying to get in the end?
  10. Thanks, another small error, update will be up in a few hours. Sorry
  11. Ok great. Yeah, it asks for that during the install
  12. Reupload that file from the latest release, that should be gone
  13. Revision 853: Fix for self:: error in Schedules7 January 2010, 1:23 pmFix for self:: error in SchedulesSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  14. It's fixed in beta, waiting on confirmation it's ok before I push to release in a few hours
  15. Revision 852: 2.0 minor update, added beta update notifications7 January 2010, 11:00 am2.0 minor update, added beta update notificationsSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  16. Revision 851: 2.0 supplemental update, fixed a few issues7 January 2010, 10:43 am2.0 supplemental update, fixed a few issuesSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  17. This is an example addon for manipulating PIREPs. In this, it adds a field called "load" to the PIREP form, and then on submit, checks to see the entered load is withing the constraints of the aircraft selected, based on whether it is a passenger or cargo flight. This also serves as an example of how a VA can add their own custom checks for PIREPs to ensure data is entered the way they want it to be. Of course, this isn't a substitute for the admin checking the PIREP. You'll have to add this to your pirep_new.tpl: <input type="text" name="load" value="<?php echo $_POST['load'];?>" /> Then placed the contents of the attached zip file into your core/modules folder. pirepchecks.zip
  18. You probably have the pilot_registration.tpl file modified in your skin's folder. You have to update it to include the extra information from the default template in the /core/templates folder
  19. Nabeel

    Charts

    You have to I think manually place the link in the template, I can't remember. I'll check in a few, I'm off to a meeting right now I'll check when I get back
  20. Try the latest update, I fixed a few things with bids. Also, try clearing your cache and re-uploading the lib/js/ files, someone else had the error and that did the trick for them
  21. It's not setup for different VAs in the sense of them being different entities, but more like different "divisions" for the purposes of scheduling and pilots
  22. Update is up right now. That problem has been fixed in the update as well
  23. I've released a minor update for 2.0 which fixes a few issues which have been found. I highly recommend updating. Thanks!
  24. Yeah, wait a few, the update is going up once I get the chance within a few hours
×
×
  • Create New...