Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Hey, Can you link to your page? We can take a look to see if there's anything interfering
  2. Not really, but there was a thread about how to setup all your aircraft in FSACARS, and it will generate a list to chose from IIRC
  3. It's because your font color is white. Take the font color out of the body {} part of your CSS and then add it into the P tags. taking it out of the body tag made the color show up, like set the font color in the #content div
  4. Install the latest, and there's a maintenance option now to flush the ACARS table. I haven't been able to duplicate the errors, neither has Joeri and several others. But those who did have problems say flushing the table did help
  5. Can you link me? I'll take a look
  6. You can just create your own function within your module which does the same thing
  7. This has been made a release.
  8. 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
  9. 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
  10. 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.
  11. I think there are Java apps you can integrate into your web page for chats.
  12. 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.
  13. I'm not sure what you mean by combine - what are you trying to get in the end?
  14. Thanks, another small error, update will be up in a few hours. Sorry
  15. Ok great. Yeah, it asks for that during the install
  16. Reupload that file from the latest release, that should be gone
  17. 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
  18. It's fixed in beta, waiting on confirmation it's ok before I push to release in a few hours
  19. Ahh. Dammit!
  20. 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
  21. 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
  22. 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
      • 2
      • Like
  23. 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
  24. 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
  25. 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
×
×
  • Create New...