Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. Thanks ! That was way too easy. I like the new admin look too.
  2. Here you go http://www.flyaka.com/downloads/topics_anywhere.zip to display it use the code below. Edit the file to your database and place in your phpbb directory. <?php include('forums/topics_anywhere.php'); ?>
  3. Seems simple enough
  4. Look in the phpbb forums. There are plenty out there. I have one on my site. http://www.flyaka.com, not the best looking one. I can give it to you if you want it.
  5. Thanks! I never updated before. The person that skined my site did my last update and he is know where to be found. How do I update without loosing my skins?
  6. I have Version 1.2.743, should I upgrade?
  7. Dumb question, whats the latest version and where do I get it?
  8. 1.2.743 , looks like I need to update
  9. Loaded the new beta, I get this error and the rest of my page wont load. Fatal error: Class 'CodonData' not found in /home/flyakaco/public_html/core/common/MailData.class.php on line 5
  10. That didn't work. I deleted everything from the first betta. So I have the newest data class/
  11. <style> .left { width: 200px; float: left; min-height: 300px; padding: 15px 0 15px 5px; } .right { margin-left: 210px; } </style> <div class="left"> <?php Template::Show ('mail_menu.tpl'); ?> </div> <div class="right"> <center> <table bgcolor="#000000" cellspacing="1" cellpadding="5" border="0"> <form method="post" action="<?php echo SITE_URL?>/index.php/Mail/send"> <input type="hidden" name="who_from" value="<?php echo Auth::$userinfo->pilotid ?>" /> <tr bgcolor="#cccccc"> <td> <b>To:</b> <select type="text" name="who_to"> <option value="">Select a pilot</option> <?php if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { ?> <option value="all">NOTAM (All Pilots)</option> <?php } foreach($allpilots as $pilots) { echo '<option value="'.$pilots->pilotid.'">'.$pilots->firstname.' '.$pilots->lastname.' - '.PilotData::GetPilotCode($pilots->code, $pilots->pilotid).'</option>'; } ?> </select> </td> <td><b>Subject:<input type="text" name="subject"></b></td> </tr> <tr bgcolor="#eeeeee"> <td colspan="2"><b>Message:</b><br /><br /> <textarea name="message" rows="10" cols="60"></textarea></td></tr> <tr bgcolor="#cccccc"> <td colspan="2"> <input type="submit" value="Send AIRmail"> </td> </tr> </form> </table> </center> </div> <br /> <center><b><font size="1.5px">AIRmail © 2009 <a href="http://www.simpilotgroup.com">simpilotgroup.com</a></font></b></center> <br />
  12. It shows no drop menu
  13. I am using Version 1.2.743 . I have deleted all the of the files from the first beta. Then installed the the new files.
  14. I'm not showing the drop down menu with the pilot IDs. When I send an email , I get a message " You must select a recipient" when I sent out a test email.
  15. Remember that XACARS doesn't record any date, just for tracking and filing pireps.
  16. When you say chat, do you mean. Everyone in your VA or anyone using this program?
  17. Version 1.2.743
  18. I been trying to figure out how to zoom my map only on Alaska. I tried the config and the javascript. No luck!! Here is what I get now http://www.flyaka.com/index.php/ACARS Here is what I want it too look like. http://www.flyaka.com/images/zoom.jpg Any help would be appreciated.
  19. That was the second reply I got from XACARS
  20. Done! About the other client. That would be a good idea. FSACARS may not be around. They shut down their forums. XACARS would be nice if they can improve their program. Since there wont be any more Flight Sims coming out. We may be switching to XPlane.
  21. I got a reply from XACARS Looks like we just have to live without the log.
  22. They have a pirep system now with map, recent flights etc. So they may be interested in making some improvements.
  23. It wont hurt to try. I will do that!
  24. Is there a way to have it so XACARS will display a log of the fight like in FSACARS?
  25. Do you know if this will work with XACARS?
×
×
  • Create New...