Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. What happens when you goto /install/install.php?
  2. Shiljo, do you know details about how FSACARS handles units? I might have to hardcode the conversions into the file
  3. There was a problem with the api. do a reexport of your pireps
  4. You don't need to hide the error, just keep refreshing or split up your routes, some hosts can't handle it
  5. If you do a search the code is out there
  6. You're using them wrong: $pilots_total = StatsData::PilotCount (); //or $pilots_total = StatsData::PilotCount ('VMS'); Same thing for the rest
  7. Yep, that bug is from an external library (pchart) which I'm in the process of removing and replacing with a different library
  8. INT null would have been ok. I'm looking into it, that field shouldn't be used since it gets it from the aircraft
  9. 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
  10. There's no restriction on aircraft. Just name your routes differently.
  11. 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
  12. I just realized there's no instructions in the xacars area of the docs. Hang on, let me get those up
  13. 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
  14. 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
  15. Use strtolower($icao). http://www.php.net/strotolower
  16. Try making a backup of the jquery-front.js file, delete it, and refresh your page to let it re-generate again
  17. 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
  18. They're regenerate on their own
  19. Try <?php Template::Show('core_htmlhead.tpl'); ?> <!--Required skin element!--> <script type="text/javascript" src="http://www.flyaka.com/lib/js/dropdown.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/jqModal.js"></script> These two: <script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script> <script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script> should be in the core_htmlhead file. Then we can see where to go from there, but first sort out the includes order
  20. The core_htmlhead.tpl file seems different than the stock one. If its not, thats fine, but you have javascript includes above the core_htmlhead.tpl call in the header.tpl file
  21. What about mysql and php versions?
  22. Hey, There is a setting in app.config.php, I forget the exact name but the value is "layout", just copy that line to the the local.config.php and change it to layout_dark
×
×
  • Create New...