Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. $location = $lastreport->arricao; do $lastreport->arrname
  2. Yessir. If you do print_r($schedule); Or whatever the variable is, you'll be able to see all the fields which are available
  3. Look in the templates, there's code in there that says "if accepted"....
  4. Did you try echo $pireps[0]->arrname;
  5. 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)
  6. Thanks alot! I'll be fixing these
  7. In pilot_public_profile it would be: echo $pireps[0]->arricao; That should be the last one
  8. Try $report->arrname. In public profile, I'm not sure, I'll look
  9. 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
  10. 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)
  11. 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
  12. 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
  13. Have you tried text-align:center?
  14. It should be once you accept a PIREP. I'm looking into this, it's marked as pending
  15. 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?
  16. That's from the geonames server. Close the dialog, and then try again
  17. Excellent
  18. 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.
  19. 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
  20. 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
  21. Give it a shot now, the beta should be up in a few minutes (the build log is slow to update). Build 743
  22. Excellent, thank you. I'm working on it right now
  23. 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
  24. I may have fixed that as part of the latest beta versions, but it will be fixed as part of the next update.
  25. Yes, I think that one is public_profile.tpl
×
×
  • Create New...