Jump to content

CPC900

Members
  • Posts

    621
  • Joined

  • Last visited

Everything posted by CPC900

  1. Awesome...I will be watching and waiting.
  2. ....but I do see the current shortcomings. The only thing I would want immediately, would be some way to see if there is new posts once you go into the forum. Maybe I am missing something, but I don't see many settings for options, in that regard.
  3. At work, will do when I get home. The red line though, is back on this computer....weird. Will get back to you much later on the other. Thanks.
  4. I checked the sql, and under accepted, it shows "2010". Is that what it normalls shows before it gets accepted? And it did NOT pull the data for fuel and flight pricing, I just noticed?!
  5. I did the latest beta, but for some reason I don't have the red line showing up for the route, and I just did a flight, but there is NO status. The pirep doesn't show up for me to even approve in the admin?!
  6. Man, I hope you keep working on this mod....It is great!!!
  7. Just noticed that my registration page has a problem. There is NO numbers for the security question! It says "What does this add up to? + ". It has the plus symbol, but NO numbers. Obviously it is difficult for a user to register. Never had this come up before and have no idea where to look to solve it?!
  8. http://forum.phpvms.net/topic/2635-change-pilotss-id/page__p__17419__hl__%2BChange+%2Bpilot+%2Bid__fromsearch__1#entry17419
  9. In case anyone cares.....it was the "compatibility view" in IE8 that was checked. Turned it off and all was well. Sorry for the bother!
  10. Ok, are you saying it should be something like this?? <td><% if(flight.phasedetail == 'Boarding') { %> <img src="/lib/skins/cpc/images/Boarding.gif" /> <% } %> <td><% if(flight.phasedetail == 'Climbing') { %> <img src="/lib/skins/cpc/images/Taxiing.gif" /> <% } %> <td><% if(flight.phasedetail == 'Climbing') { %> <img src="/lib/skins/cpc/images/Climbing.gif" /> <% } %> <td><% if(flight.phasedetail == 'Cruise') { %> <img src="/lib/skins/cpc/images/Cruise.gif" /> <% } %> <td><% if(flight.phasedetail == 'Enroute') { %> <img src="/lib/skins/cpc/images/Enroute.gif" /> <% } %> <td><% if(flight.phasedetail == 'Descending') { %> <img src="/lib/skins/cpc/images/Descending.gif" /> <% } %> <td><% if(flight.phasedetail == 'Landing Shortly') { %> <img src="/lib/skins/cpc/images/Landing_shortly.gif" /> <% } %> <td><% if(flight.phasedetail == 'Arrived') { %> <img src="/lib/skins/cpc/images/Arrived.gif" /> <% } %> </td> I am obviously NOT understanding this correctly. I have the appropriate pics in the correct directory, but I think I am missing the code comprehension.
  11. So it would be something like this???(I really have no idea): <td><% if(flight.phasedetail == 'Boarding') { %> <img src="Boarding.gif" /> <% } %> elseif(flight.phasedetail == 'Climbing') { %> <img src="Climbing.gif" /> <% } %> elseif(flight.phasedetail == 'Descending') { %> <img src="Descending.gif" /> <% } %> </td> the "<% } %>" confuses me. Also, when you just list the "Boarding.gif" reference....is the general/default pics referred to in "lib/images/" or "skins/MYSKIN/images" as a general setting? Thanks for tolerating me.
  12. CPC900

    Airport Tables

    I want to add a link to the individual airports, to load a page up with further info, using this module. I want to add great circle pics and other info etc. but I want to be able to click on the airport icao to bring up the new page? Can anyone guide me in this? Maybe a code of some sort. Thanks.
  13. Ok, apparently it is IE8, that is having trouble, I believe. I will look further. I thought it was affecting ALL IE versions, but I am mistaken. Why do people have to bother using IE anyway!
  14. CPC900

    Thoughts

    Careers, is spelled incorrectly on the top menu, btw.
  15. CPC900

    Thoughts

    Looks good!
  16. By that I meant: <td width="50%" ><?php if($schedule->flighttype=='P') { echo 'Passenger <b>(P)</b>'; } elseif($schedule->flighttype=='C') { echo 'Cargo <b>( C )</b>'; } ?>
  17. Here is what I used for the passenger flight reference: <tr style="background-color: #333; color: #FFF;"> <td>Required Fuel</td> <td>Type of Flight</td> </tr> <tr> <td width="50%" > <?php Template::Show('fuel.tpl'); ?> </td> <td width="50%" ><?php if($schedule->flighttype=='P') { echo 'Passenger <b>(P)</b>'; } ?> </td> I assume you could just add "elseif" statements for Charter or Cargo, or whatever.
  18. Just added this mod! AWESOME! Great Job!!
  19. Ok, so now I have my dropdown menu working......but NOT in Internet Explorer!!? It works great in Firefox. Anyways, any idea on how to fix this? http://www.canadianclassicairlines.com/CPC/
  20. CPC900

    kACARS - Feedback

    Is it possible to make the Passenger Count editable, so I can make it match what my FS Passengers has?
  21. Don't forget to thank yourself! You are a great contributor to the phpvms family! Keep those mods coming
  22. In the process of doing my site up.....I never used the layout.tpl file. So, should I try to incorporate that into my site? Is the layout.tpl a necessity? Because it has been fine without using it. Not sure WHY I didn't have it with my skin, but nevertheless, where would I go instead to move the menu?
  23. Ok, just one thing now.....On my site: http://www.canadianclassicairlines.com/CPC , I want to put the drop down menu BELOW the header graphic and also to have the drop down boxes line up properly. I will keep fumbling with this, but any guidance would be great.
  24. After MUCH headache and swearing, I have figured it out.
  25. .
×
×
  • Create New...