Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    Signatures

    Make sure it's a proper JPG/PNG with no alpha layers, I don't think it like transparency layers. Did you try the regenerate link in maintenance?
  2. I can consider it for the next version
  3. Can you give some examples/number? Do you mean the VA total hours? It will only count pirep hours, not transfer
  4. Hey, I have some time today to finally look at FSACARS in detail. I'll get back to you - do poke me a reminder!
  5. Make sure your local.config.php file is completely empty with a size of 0 before you try to install
  6. Try clearing your cache and cookies, and in phpMyAdmin empty the phpvms_sessions table
  7. Excellent, thanks Joeri!
  8. For total hours in a month, you can do: $hours = PIREPData::getIntervalDataByMonth(array(), 1); echo $hours->total; For total flights: $flights = PIREPData::findFlights(array('DATE_SUB(CURDATE(), INTERVAL 1 MONTH) <= p.submitdate')); $total = count($flights);
  9. It will calculate for PIREPs though, and properly - based on the arrival/dep airports, not the scheduled ones
  10. There's an option in local.config.php to now notify about beta updates. See this docs topic: http://docs.phpvms.net/installation#beta_versions This is working from the release version.
  11. It is supposed to work, d'oh. I forgot to take a look at that. That's what happens when I don't enter it into the database, I forgot to do that.
  12. http://forum.phpvms.net/index.php?topic=134.msg491#msg491 If you PM Roger, he might have the instructions handy.
  13. Did you get this solved?
  14. I agree, I'm overhauling the financials backend for the next release. It was just too close to my release deadline for this version to get to do it properly.
  15. Start with removing templates from your skin's folder and use the default until you figure out which template it is which is causing it
  16. The build log is slow to update at times
  17. Your entire header is duplicated so I'm thinking you've pasted it twice or it's also in one of the core files
  18. Thanks Puzant. That's the procedure that seemed to work for others too. FSACARS isn't smart enough to figure out it has PIREPS waiting in its own queue, the only way to fix that is to completely delete the program
  19. Check the add-ons forum
  20. Look through the template files. Basically your headertpl and footer.tpl files will control the overall locations
  21. Hey, Can you link to your page? We can take a look to see if there's anything interfering
  22. Not really, but there was a thread about how to setup all your aircraft in FSACARS, and it will generate a list to chose from IIRC
  23. It's because your font color is white. Take the font color out of the body {} part of your CSS and then add it into the P tags. taking it out of the body tag made the color show up, like set the font color in the #content div
  24. Install the latest, and there's a maintenance option now to flush the ACARS table. I haven't been able to duplicate the errors, neither has Joeri and several others. But those who did have problems say flushing the table did help
×
×
  • Create New...