Jump to content

freshJet

Members
  • Posts

    1470
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by freshJet

  1. Well, you see I've looked and looked and still not found a fix to it...
  2. Noticed that my briefing page was off the side of the page the other day so I finally got round to fixing it today, but it won't budge any smaller. It can only be adjusted to make it bigger, and if you try to make it smaller, it's like something is stopping it. I think it's the NOTAMs that are stopping it, but can't be sure. Any help? Example: http://www.freshjetvirtual.com/index.php/schedules/brief/2
  3. I think you need to concentrate on your landing more than anything at the moment - that would have your tyres out...
  4. Oh thanks Jeff, I worked that one out eventually, but I used <?php echo $schedule->aircraft ?> and it worked. Any idea about the weather?
  5. Yeah I know but not for this...
  6. Hey all, I just tried this and it works a treat. It basically uses Great Circle Mapper instead of Google Maps to display the flight on the flight details page. I'm using it because I'm having problems regarding Google Maps. I'll be surprised if anyone uses it. <img src="http://www.gcmap.com/map?P=<?php echo $schedule->depicao ?>-<?php echo $schedule->arricao ?>&MS=wls&MR=15&MX=720x360&PM=*" /> Obviously, you can change the size by editing the '720x360' part. Hope this helped.
  7. I am trying to make my Schedule Details page look more realistic, as if it was a real airline website. For example, if you were to view flight details, you wouldn't be provided with a METAR, so I was thinking of changing this to a general weather thing. So, maybe have a picture of the sun and temperature if that's what the weather was at the destination. Another thing is to add the aircraft type to the details at the top, what would be the code for this?
  8. Yes? Many sigs around here state "Please do not PM for help, use the forums for everyone else to benefit from", his sig says that yet he's done exactly that
  9. OK, I've deleted the GoogleMapAPI.class.php, and now no change...
  10. So what do I delete?
  11. I said earlier in the topic, 2.1.944.
  12. I hope I'm not using the Beta... What do I delete? All the GoolgeAPI related files?
  13. See them for yourselves: http://www.freshjetvirtual.com/index.php/acars http://www.freshjetvirtual.com/index.php/schedules/details/2
  14. Same as before. I never said it was sorted. Look at post #18. The reinstalling didn't work. Got another API code just there but still nothing...
  15. Any more on the subject?
  16. Great thanks for telling us all how to solve it.
  17. Fixed, thanks.
  18. http://www.freshjetvirtual.com/ If you hover over About Us or Operations, you'll see that everything is fine. But then, if you hover over one of the sub-items, it appears white over the text area instead of stretch across the width of the menu (if that makes sense). I've messed it up and am not touching it until I know what to edit. Here's the CSS: .menu{ border:none; border:0px; margin:0px; padding:0px; font: 67.5% Tahoma; font-size:12px; font-weight:bold; } .menu ul{ background:#05A2EA; height:40px; list-style:none; margin:0; padding:0; } .menu li{ float:left; padding:0px; } .menu li a{ background:#05A2EA; color:#FFFFFF; display:block; font-weight:normal; line-height:40px; margin:0px; padding:0px 10px 0px 10px; text-align:center; text-decoration:none; } .menu li a:hover{ background: #05A2EA; color:#FFFFFF; text-decoration:none; } .menu li ul{ background:#05A2EA; display:none; height:auto; padding:0px; margin:0px; border:1px solid #000000; position:absolute; width:150px; z-index:200; /*top:1em; /*left:0;*/ } .menu li:hover ul{ display:block; .menu ul li:hover a } background: #05A2EA; color:#000000; text-decoration:none; } } .menu li li { display:block; float:none; margin:0px; padding:0px; width:150px; border:0px; } .menu li:hover li a{ background:none; } .menu li ul a{ display:block; height:40px; font-size:12px; font-style:normal; margin:0px; padding:0px 10px 0px 10px; text-align:left; } .menu li ul a:hover{ background:#FFFFFF; border:0px; color:#FFFFFF; text-decoration:none; } .menu li ul li:hover a{ background:#FFFFFF; border:0px; color:#FFFFFF; text-decoration:none; } .menu p{ clear:left; }
  19. Ask Joeri, he uses that menu on his site
  20. I want to make a column on the right of the page for adverts which will all be images around 150px wide. Should I add the CSS in the frontpage_main.tpl?
  21. #success { background-color: #CCFF99; border-style:dotted; border-width:1px; padding: 5px; border-color: #009900; text-align: left; } #error { background-color: #FF9999; border-style:dotted; border-width:1px; padding: 5px; border-color: #FF0000; text-align: left; } That's mine.
  22. Yeah I'll do it later
  23. Got it working with a bit of playing around in CSS. Thanks Mark.
  24. Cool, thanks!
  25. Anyone know how to make the green/red textboxes seen around many phpVMS websites? Here's an example at Virgin Atlantic Virtual: http://virginatlanticva.co.uk/index.php/pages/ourpartners
×
×
  • Create New...