Jump to content

Jeff

Members
  • Posts

    1307
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jeff

  1. Yep, that's it. Great job bud, glad you were able to get it.
  2. It also looks like there might be a misspell in the config for exporting pilot data. Double check the file to see if you typed something incorrectly.
  3. A couple of questions. How many hour until your next rank, and are you counting transfer hours towards rank?
  4. Not much can be done without a link to your pilot's page or the page you are having the problem on.
  5. That doesn't look like the new one. The new one the text is blue and not orange. Crystal.zip
  6. I believe that there were some fixes, but not sure since I don't use it. You can always try it and find out.
  7. In your case, if you are just approving all, then you might want to look at the "Auto Approve All Pireps" located in the forum.
  8. Times are just a guideline. It won't function if you don't put the departure/arrival times in all of your schedules, as it pulls the flight info from the times depending on what time it is (local database time)
  9. It looks to me (by going to your site) like the login is not the only thing that is not showing up correctly. The pilot List and View Live Map pages are giving you a hard time as well. Have you tried placing this at the top of every page: <div class="mcright"> and make sure you close it at the end also with: </div> You might also try resizing the Live Map so it centers itself in the middle. The Login doesn't show up at all on the Home page. The size of the map you are using is like trying to fit a B-52 inside a Cessna Skyhawk
  10. Jeff

    admin templates

    They can be, but they will be overwritten when you update your site.
  11. Very nice. Love the flash feel to it. Can the drop-down menu contain sub menus as well?
  12. You should be fine. The worst that can ever happen is for the airline to tell you to shut it down, but it rarely ever happens. I've only ever heard of one airline to ever do it and it was American Airlines. Go ahead, but like I said, it wouldn't hurt to ask.
  13. You shouldn't have any problem starting your own VA off of a real airline, as most of us here do. You can have a link back to bmi Baby. Some airlines frown upon people having a VA named after their airline. If you would rather be safe than sorry, you have two choices: 1. Re-name your airline to a fictional one, or 2. Contact the Airline for permission and/or how to link back to them.
  14. Look where your links are located (depending on the template) it could be navigation_main.tpl, frontpage_main.tpl or layout.tpl. Just look around in your skins folder and also your core/templates folder.
  15. Sim, I'm having a hard time getting the Arrival Airport to show the ICAO and Airport name. I have tried: <td>'.$schedule->arricao.' - '.$field->name.'</td>'; and doesn't come up right. What am I doing wrong here?
  16. if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/login'); ?>" >Log In</a></li> <li><a href="<?php echo url('/registration'); ?>" >Registration</a></li> <?php
  17. Jeff

    Pax Status

    Yeah, that is definitely weird. If you click my signature, you can see that it doesn't have a decimal on it, so I just don't know. I am strictly using FSPassengers only, not using any ACARS at all, so not sure if that could be the reason.
  18. Jeff

    Pax Status

    what is the code you are using to pull the total fuel burned, because mine never shows the decimal?
  19. Jeff

    Pax Status

    I have been doing some searching about this, and still can't seem to find out how people are showing that on their site. It just boggles my mind that I know it is being saved lust like Passengers, but where is it being saved so we can pull it out is the question.
  20. If you guys haven't noticed at this point, Simpilot has done some spectacular work with all of these great additions for use with phpVMS. There are several image that have been made to support phpVMS. I would like to support Simpilotgroup as well. Are there any images to link back or can some users come up with a few? This is the least we can do for someone spending so much time coming out with all of these great scripts that 100% of us have at least one of.
  21. Jeff

    Pax Status

    You have to pull it from StatsData.class.php <p><strong>Passengers Carried: </strong><?php echo StatsData::TotalPaxCarried(); ?></p> You can do alot with these codes, he is what I have showing: <p><strong>Total Pilots: <?php echo StatsData::PilotCount(); ?></strong></p> <p><strong>Total Flights Flown: </strong><?php echo StatsData::TotalFlights(); ?></p> <p><strong>Total Aircraft: </strong><?php echo StatsData::TotalAircraftInFleet(); ?></p> <p><strong>Total Hours Flown: </strong><?php echo StatsData::TotalHours(); ?></p> <p><strong>Passengers Carried: </strong><?php echo StatsData::TotalPaxCarried(); ?></p> <p><strong>Fuel Burned (lbs.): </strong><?php echo StatsData::TotalFuelBurned(); ?></p> <p><strong>Miles Flown: </strong><?php echo StatsData::TotalMilesFlown(); ?></p> <p><strong>Total Flights Today: </strong><?php echo StatsData::totalflightstoday(); ?></p>
  22. This is where I get confused. First everyone gets told not to change the Pilot ID, then an update comes out where you have the option to change the pilot ID. If you do change the Pilot ID, it gets messed up. My question is, should we just not ever use it and just remove the option from the updates?
  23. Jeff

    Header Pic

    That's what I said in last post. I use 1680 (highest I can go) I reset it to 1024 and looked at your site and it looked fine. That was with Firefox, I didn't check it in IE.
  24. I had that problem as well. I created Admin groups and applied pilot to it they couldn't see the link. I gave him the direct link to yoursite/admin and he said he didn't have permission. So I just gave him full admin and that worked, so not sure.
×
×
  • Create New...