Jump to content

Parkho

Moderators
  • Posts

    1375
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Parkho

  1. What's gonna work for you then?
  2. You mean changing those numbers to Sun Mon... etc? If yes, I think of using the following: If($route->daysofweek == 1) { <?php echo'Sunday' ;?> } and repeat that for each number.
  3. For those of you who are having trouble seeing the time format, please download and replace the attached .tpl file in templates folder. Thanks results.zip
  4. Pic The pics are up now.
  5. Are you trying to get the total pax carried? or you want pax of each pirep seperately?
  6. can you post an image?
  7. Open the results.tpl and remove " util::formatduration()" cammand every where you see it.
  8. This will just give you a page design and 2 select optinons you need to put this code in a <form> tag and then pass it on to a function or a page and basically filter out the schedules that have those A/C type. I do have a mixed module that I created from 3 different modules in the forum. You could use that and change it to your desire. Here is the link: http://forum.phpvms.net/topic/4498-flightbookingsystem/
  9. You could do that using their flight hours as I did for my pilots but I don't know if you could limit the A/C usage with awards.
  10. If I delete all the old pireps, would it affect any of the pilot's data?
  11. I use FSPAX and with over 3000 pireps, the DB size is under 1 mb.! In your case, it might be the log part of the pirep.
  12. Are you renaming your install folder to install1? If yes delete the folder and try again.
  13. Okay! give me your code and I'll make you a module. This way you're off the pages and you can directly access your page via www.yoursite/index.php/yourpage. let me know. Cheers
  14. Okay! It'll be done on Wednesday.
  15. Took longer than it should. lol
  16. Sorry my bad! The results.tpl
  17. Okay! It's done. Download again at the first page.
  18. yes. But I'm gonna have to make one for you and it'll take some times.
  19. Okay! Open the FuelCalculator.tpl file. It's inside the templates folder, now look through and find the aircraft data there and see if you have all the aircrafts listed there in your fleet. Also make sure that FuelCalculator.data.class is in common folder.
  20. Try to make the folders manually and see if it works.
  21. Okay! How did you create the folders in module? Cause as you know it's case sensitive. I just downloaded the module and installed it on a test server and it works fine.
  22. Get rid of the "util::formatduration()" every where you see it in the results.tpl code.
×
×
  • Create New...