Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. flyalaska

    blueIce

    I didn't know that was an option. I never noticed that before. Something is an issue from your phpbms if its not loading.
  2. flyalaska

    blueIce

    Can I have your URL?
  3. check the coordinates on the airports in admin. Make sure they are correct.
  4. Can you share you code on the pilots avatar?
  5. I haven't changed it yet. Have to let everyone know ahead of time. Pilot numbers will be changing. Some people login with their pilot number.
  6. in local.config.php Config::Set('PILOTID_LENGTH', 3); // The length of PID, including 0's
  7. It works like it should when I change to a 4 digit code. Will that affect any of the pilot data if keep it a 4 digits?
  8. Didn't work. I did it the way you did above and got pretty much the same results, with the buttons messed up. http://www.flyaka.com/index.php/Pilots <table id="plist" width="100%" border="0" cellspacing="0" cellpadding="0" class="aka_table">
  9. Yes datatables <script type="text/javascript"> $(document).ready(function() { $('#plist').DataTable(); } ); </script> http://www.flyaka.com/index.php/Pilots
  10. I know this an old post. I have a small issue. I am able to get this to work. However it is not list the pilots in order. We have reached our pilot number over 1ooo so all all the 1000's are in front of the lower numbers. Any idea how to fix this?
  11. flyalaska

    blueIce

    That is not a template issue. I can try to help you. In core/local_config.php what do you have under #Airport lookup
  12. flyalaska

    blueIce

    You need to install the join MODULE. Included in the zip.
  13. flyalaska

    vAwards

    I bought the mod from George at http://php-mods.eu with some customization.
  14. sub_menu.php and sub_menu_out.php sub_menu_out.php is for logged out pilots.
  15. Starting reading from the first post in this post. Dave posted the fix.
  16. Change the file name, edit the module too.
  17. I got it working. open TopPilotData.class.php Line 58 replace $query = "SELECT pilotid, totalhours FROM phpvms_pilots ORDER BY totalhours DESC LIMIT $howmany"; with $query = "SELECT pilotid, (totalhours + transferhours) AS totalhours FROM phpvms_pilots ORDER BY totalhours DESC LIMIT $howmany";
  18. Since you mentioned it, I looked in admin. Yes he has 1869 hours transfered.
  19. Just remove the link from the template.
  20. I have a small issue again. I have noticed that one pilot who is the top of the all time leaderboard is missing about 2,000 hours. On Top pilot he shows 2,327:05. On the Roster page and his signature he shows 4,196.05 which is the correct time. Any ideas whats wrong?
  21. Whats your URL? I can try to help you resolve the issue.
  22. <?php Template::Show('frontpage_acars.php'); ?> I changed the file name from the default.
×
×
  • Create New...