Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Sure, you just have to edit that template, and move the <img src="..." /> portion to wherever you want it. I'm not sure which template that is, off the top of my head
  2. Nabeel

    Fuel

    I will check that out then, thanks! Can you post the log (just copy/paste) from FSACARS (the log that's posted on) It might be mismatching what's being returned. Question - maybe it's using the amount of fuel left in the tank, not the amount used? Would that make sense? The FSACARS docs aren't clear on that value. I'll probably have to read it from the log... if you can post that, that would be great Thanks
  3. 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?
  4. 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?
  5. Instead of 100%, try specifying a pxel amount (eg, 970px)
  6. 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
  7. 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
  8. I've added this into the latest beta, please check the build log
  9. It seems like a CSS issue. Can you remove any styles in the img {} from your CSS?
  10. I'll look in more detail, that was just a cursory glance. Been kinda busy with work!
  11. roboa hasn't sent it to me yet
  12. Are all the images uploaded properly?
  13. 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
  14. 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
  15. 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)
  16. 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
  17. Interesting, I'll take a look Edit: Does it show up on the dashboard/admin panel?
  18. Check the FAQ forum there is a topic there
  19. 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
  20. 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.
  21. 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
  22. xml/xml.php
  23. I see your flights coming into vaC all the time. Congrats!
  24. 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
  25. There's a container div, you probably need to expand the width of that. (the outermost div)
×
×
  • Create New...