Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    Events

    Yes. However, an easier way (IMO) would be setting up something like Google Calendar, and then create a page in phpVMS, and embedding it into the page
  2. Where are you entering it? Airport lookup?
  3. You don't need all the config files. Only the va-template downloaded from the pilot center, with no changes. FSFK will automatically download and keep upto date all the other config files needed
  4. It's in one of the page_ templates in /core/tempaltes
  5. What happens when you goto /install/install.php?
  6. Shiljo, do you know details about how FSACARS handles units? I might have to hardcode the conversions into the file
  7. There was a problem with the api. do a reexport of your pireps
  8. Reupload your files
  9. You don't need to hide the error, just keep refreshing or split up your routes, some hosts can't handle it
  10. If you do a search the code is out there
  11. You're using them wrong: $pilots_total = StatsData::PilotCount (); //or $pilots_total = StatsData::PilotCount ('VMS'); Same thing for the rest
  12. Yep, that bug is from an external library (pchart) which I'm in the process of removing and replacing with a different library
  13. INT null would have been ok. I'm looking into it, that field shouldn't be used since it gets it from the aircraft
  14. You have to see where the form's action is(i forget), and follow that path (itll be in the registration controller), and add the code into there. i think there's a function called verifydata or something like that
  15. There's no restriction on aircraft. Just name your routes differently.
  16. Thanks, I won't be able to get to it for a little bit, I'm about to head out for the evening. I'll hopefully check it when I get back
  17. I just realized there's no instructions in the xacars area of the docs. Hang on, let me get those up
  18. If you follow the instructions they give it should work just as normal. If you can find a jquery plugin lightbox, that would work even easier
  19. Hey, 1 - yes, it's done automatically, you can set the retired time. 2. - http://docs.phpvms.net/development/00_how_addons_work#how_controllers_are_laid_out Everything else is in templates in the core/templates folder, any HTML you see 3. - yes, you can, you'd have to modify the registration function, but that should be straight-forward. 4 - just have a link to it, and you'd have to manually skin your forum to look like your phpvms skin. Though, in the addon board, simpilot does have an integrated forum addon. And I'll look into that last one, can you add a bug to the bug tracker? Thanks
  20. Use strtolower($icao). http://www.php.net/strotolower
  21. You can't at the moment
  22. Try making a backup of the jquery-front.js file, delete it, and refresh your page to let it re-generate again
  23. The file shown in that error message, you need to make that writeable as well. If it doesn't exist, create it, and make sure it's empty with a file size of 0. And make sure it's writable
  24. Contact your host
  25. They're regenerate on their own
×
×
  • Create New...