Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. They're all old and out of date anyway. All the information is in the documentation. There may be a few tutorials on YouTube.
  2. Can you please add a bug to the tracker for that? Thanks
  3. Updated Tickets: [VMS-315] - Finance cache invalid filename on Windows [VMS-319] - Set phpVMS API as default airport lookup server [VMS-320] - FSFK and FSP not uploading pirep due to schedule not existing?! [VMS-321] - PIREP time change doesn't reflect in pilot hours Changed Files: m admin/modules/PIREPAdmin/PIREPAdmin.php m core/app.config.php m core/common/PIREPData.class.php m core/common/StatsData.class.php m core/modules/ACARS/fspax.php m core/modules/ACARS/xacars.php m core/modules/FSFK/FSFK.php m core/modules/kACARS_Free/kACARS_Free.php m core/version m install/hashlist m install/structure.xml VMS-315 VMS-319 VMS-320 VMS-321 #close fixed Notes Hopefully fixing several reported issues. kACARS also updated to the latest version. Have a happy memorial day, all! View complete changes Download from here
  4. Oh. A debug log would have helped me track it down
  5. The best way is probably what simpilot said. I believe there are some posts in the add-on forum describing how.
  6. Tom, perhaps you can create the import CSV file now, since I've added an import/export in the admin panel for aircraft
  7. Follow 'get debug info' link my signature, and then send me the /core/logs folder, zip it and then PM me for my email
  8. That would be a CSS issue You can already do that, just enter in either it'll figure it out
  9. Ah ok, I added a bug in the DB for that. If you do a hours reset in the maintenance options, it should fix them all for now
  10. There are some problems with the beta
  11. Try redownloading and then reupdating, yeah
  12. Just add a [0] to the lastname, so: $userinfo->lastname[0] Basically a string is an array of characters, so by doing [0], you're telling it to only take the first element of the array
  13. I didn't mean the addon, I believe there was a thread where it was detailed how to go it. Just the backend was included in core, not the front-end 'display' portion
  14. The files should also be 777 yes, that could be why they're blank
  15. If you re-accept the PIREP, does it change?
  16. Well you have some corrupt files, try fixing those first (reupload them until they match) But having those log files will be helpful as well
  17. Find this line: imagestring($img, $font, $width-(strlen($text)*imagefontwidth($font)), This determines the starting point from the right side, and substract it to get the right width. Change it to: imagestring($img, $font, 10, Which will start it from 10 pixel from the left.
  18. Nabeel

    View Badge

    Did you do a regenerate? And are the permissions of the lib/signature folder and all the files in it all writable (777) ?
  19. Interesting. Can you follow the 'getting debug info' in my signature, and then zip and email me to the core/logs folder to nabeel at nsslive dot net ? Thanks
  20. That's all template changes. You can use something like: echo $pilot->lastname[0]; And that'll show the first letter only
  21. It's in the pilotdata.class.php a f unction called generateSignature(). I don't remember off the top of my head but if you poke around it's in there
  22. If you import a schedules csv file it should automatically import those airports
  23. It's in the landing rate column. Check the addons I think there's an addon to do that
  24. Seems like an error with the beta, I'm looking into it... can you add a bug to the tracker? Also, does that schedule exist?
  25. Any templates which don't work. It's probably safe to say in your case, all of them
×
×
  • Create New...