Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Yessir. If you do print_r($schedule); Or whatever the variable is, you'll be able to see all the fields which are available
  2. Look in the templates, there's code in there that says "if accepted"....
  3. Did you try echo $pireps[0]->arrname;
  4. Sorry!! It's because I lied. It's actually $schedule->flighttype The name (flighttype) always will match the column in the database. The only exception are airports (there's depicao/depname and arricao/arrname)
  5. Thanks alot! I'll be fixing these
  6. In pilot_public_profile it would be: echo $pireps[0]->arricao; That should be the last one
  7. Try $report->arrname. In public profile, I'm not sure, I'll look
  8. I just realized this isn't a default feature. In the profile_main.tpl, you can use <?php echo $report->arricao; ?> Should give you the latest location
  9. You have to put it into the schedule results or the schedule page itself. I think it will be $schedule->type (if $schedule is the variable used)
  10. I can't get to it either. I think their service is down. I haven't made code changes to that. Let me find out what's going on
  11. Yes, you'd use the SSI function in combination with the registration module - just replace the phpBB specific code with the ones from the SSI
  12. Have you tried text-align:center?
  13. It should be once you accept a PIREP. I'm looking into this, it's marked as pending
  14. Yeah, there's this thread too http://forum.phpvms.net/index.php?topic=1137.0 Seems as though geonames is having some trouble, so wait a little while. Did this just start happening?
  15. That's from the geonames server. Close the dialog, and then try again
  16. Yeah, don't worry about the build log. It's about 45 min behind, it gets updated on a schedule. When you goto http://downloads.phpvms.net/ Click the "beta.version" file, it will tell you the latest version that's in the phpvms.beta file.
  17. Rev 742 - Xacars PIREP error30 August 2009, 3:26 pmRev 742 - nabeel (4 file(s) modified)Xacars PIREP error~ /trunk/core/common/ACARSData.class.php~ /trunk/core/common/PIREPData.class.php~ /trunk/core/common/SchedulesData.class.php~ /trunk/core/modules/ACARS/xacars.phpSource: phpVMSDownload from http://downloads.phpvms.net
  18. Rev 743 - Xacars PIREP error30 August 2009, 3:27 pmRev 743 - nabeel (1 file(s) modified)Xacars PIREP error~ /trunk/core/modules/ACARS/xacars.phpSource: phpVMSDownload from http://downloads.phpvms.net
  19. Give it a shot now, the beta should be up in a few minutes (the build log is slow to update). Build 743
  20. Excellent, thank you. I'm working on it right now
  21. What do you mean? The downloads module was included as of last release In the template you have to change it to show the image. I think I had included instructions in the template
  22. I may have fixed that as part of the latest beta versions, but it will be fixed as part of the next update.
  23. Yes, I think that one is public_profile.tpl
  24. If you just update to the latest beta, it'll take care of it. Just run the install/update.php And hm, you get a notification but not a PIREP. Can you turn on ACARS debug (local.config.php, ACARS_DEBUG to true), and make sure hte /modules/acars/log.txt file is writeable and empty, do a flight, then either attach that file or send it to me? Thanks
×
×
  • Create New...