Jump to content

Tom

Members
  • Posts

    1517
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tom

  1. URL? I've found 2 alaskan VA's, one has no obvious delays feature and the other isn't using phpVMS...
  2. I believe you have to set the timezone in local.config.php Probably near the top
  3. Search forums, term 'cannot modify header information' Happens loads...
  4. In php you pass parameters into the function by putting them in the brackets, like so: <?php echo number_format(StatsData::TotalPaxCarried()); ?>
  5. Tom

    Pilot Center

    Read over what I said. That is not what I said. What I do is up to me and if I'm going to arrange anything I am more than capable or arranging it myself thank you very much.
  6. trim() does exactly what you want (I doubt you want whitespace at the start either...)
  7. Tom

    Pilot Center

    That's a bold statement. Maybe a suggestion; He could be offering something in return? Who knows. Perhaps someone is kind enough to give him a template for a pilot centre? One should not assume that he hasn't already tried, or simply does not have the skill to do so himself? It's so much more tempting to do something for him, to spite your wonderfully assisting post.
  8. Why on earth are you using absolute positioning? Get rid of that, use floats and margins.
  9. A module is skinned just like everything else... It's within the layout.tpl
  10. Considering the content will wrap into whatever box you put it in I'm thinking you mean the maps and charts? It would be super helpful if you actually gave us a link to see what was wrong... In core/local.config.php there's the following (don't remember what the default values are): # Google Map Options Config::Set('MAP_WIDTH', '580px'); Config::Set('MAP_HEIGHT', '400px'); And then in each template with a map there's also a defined height and width so unfortunately you have to go through and change them all...
  11. Those images are given size using percentages... style="height:90%;width:90%;" very very wrong. height="50" width="50" The alignment is a bit dodgy in places (frontpage, main content and footer). The shadows are excessive. Considering you're not a business and you're not taking sensitive information this SiteLock thing is a bit of a gimmick. I shan't mention things already mentioned above but if you fixed those, the alignment and heavily reduced the shadows it would actually look quite a lot more appealing.
  12. That may just be the messiest code I've ever had to scroll horizontally to read...
  13. $pilot_id_full = ucfirst($fname).' '.ucfirst($lname).' '.$code;
  14. Hm, view source tells me otherwise If you don't care for rounded corners in IE then the image sizes can be reduced greatly...
  15. 'Professional' doesn't seem to hold the same meaning these days...
  16. Tom

    Anyone have it?

    It's a payware CSS template he just ported
  17. Tom

    Anyone have it?

    That's not happening. You're just messing people around. I don't have time to waste.
  18. I really couldn't disagree more. That's like suggesting someone use Windows XP or IE6, it's badly out of date!
  19. Tom

    Anyone have it?

    What the illegal one? Don't think so...
  20. Depends on SO many factors, but it's not exactly a supercomputer so probably pretty average; don't push your settings up much past half way...
  21. If we all put on a smile and told someone their awful VA was good then it would remain awful forever. I think that's what he means...
  22. To be completely fair, only out of choice... I bet you could run them on certain free hosts...
×
×
  • Create New...