Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    Fuel

    Don't uncomment that, look at the second line. If you uncomment it, it'll be ignored anyway. # Using $_GET['fuel'] instead The ACARS log shows the correct amount of fuel?
  2. Nabeel

    Fuel

    Are you using FSACARS or FSPax? Did you set those up to return proper formats as well? The finances shows for the whole month, but you have only one pirep?
  3. Instead of 100%, try specifying a pxel amount (eg, 970px)
  4. To use, add this to local.config.php: (Without the <?php part) <?php Config::Set('DAYS_COMPACT', array('Su', 'M', 'T', 'W', 'Th', 'F', 'S', 'Su')); Config::Set('DAYS_LONG', array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday' ) ); And change appropriately
  5. Rev 706 - Added date compacted/extended to app.config12 June 2009, 7:47 amRev 706 - nabeel (3 file(s) modified)Added date compacted/extended to app.config~ /trunk/admin/templates/ops_scheduleform.tpl~ /trunk/core/app.config.php~ /trunk/core/classes/Util.class.phpSource: phpVMSDownload from http://downloads.phpvms.net
  6. I've added this into the latest beta, please check the build log
  7. It seems like a CSS issue. Can you remove any styles in the img {} from your CSS?
  8. I'll look in more detail, that was just a cursory glance. Been kinda busy with work!
  9. roboa hasn't sent it to me yet
  10. Are all the images uploaded properly?
  11. You actually can't at the moment, I'll move the code into strings in app.config/local.config which you can change. For now: /core/classes/Util.class.php, the first function GetDaysCompact() Be aware, this will change in an update
  12. Rev 705 - Central adjustments11 June 2009, 12:46 pmRev 705 - nabeel (6 file(s) modified)Central adjustments~ /trunk/core/common/CentralData.class.php~ /trunk/core/common/FinanceData.class.php~ /trunk/install/update.sql~ /trunk/install/update_700.sql~ /trunk/lib/js/jquery-admin.js~ /trunk/lib/js/jquery-front.jsSource: phpVMSDownload from http://downloads.phpvms.net
  13. It's there twice because it sends a HTML and a text version of the email (which is standard). Maybe it seems like the program which scans for virus/spam just spits out both versions into one (you can tell by the Content-Type: text/plain; charset = "iso-8859-1" and the "Content-Type: text/html; charset = "iso-8859-1" ", and the boundary bit. Or the email client might be set to show both (select to show HTML email or text email)
  14. Will be fixed next beta, but to fix for now: INSERT INTO `phpvms_settings` (`id` ,`friendlyname` ,`name` , `value` ,`descrip` ,`core`) VALUES (NULL , 'Total VA Hours', 'TOTAL_HOURS', '0', 'Your VA''s Total Hours', '0'); In phpMyAdmin or whatever you use for the database
  15. Interesting, I'll take a look Edit: Does it show up on the dashboard/admin panel?
  16. Check the FAQ forum there is a topic there
  17. If I were you, I'd leave those (for now), since they are done in the code or by FSACARS, and not in the template. I will have to look into that in detail to see exactly what will need changing. You can try not adding the pilot code in FSACARS when you load it, just the number, it may just pick it up. Same for the flight number
  18. yeah, it's possible. You just have to edit the templates to remove the $variable->code Part, where $variable, is, well, variable. How much headache? I guess you can just remove it from schedules_results.tpl, and then the pirep pages. That should be most of it.
  19. If you're gonna use a lot of php, it's better to create a module, and you can call whatever you want in it. If it's just a few lines, you can add them via the html pages in /core/pages/[yourpage].htm. I am not sure if you can add PHP directly using the source mode of the editor
  20. I see your flights coming into vaC all the time. Congrats!
  21. A little too complicated to do automated, but there is the aircraft stats screen which you can utilize for this purpose. It'll be low on the list
  22. There's a container div, you probably need to expand the width of that. (the outermost div)
  23. Should not, mainly central updates are just backend update changes. At this point, I'm not anticipating too many, since it mostly does report what I need.
  24. vaCentral will help too hopefully in terms of promotion.
×
×
  • Create New...