Jump to content

Jeff

Members
  • Posts

    1307
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jeff

  1. If you can post the link to your site I might be able to see if I can help code it to fit where you want it.
  2. Mr. Bates it has been a privilege knowing you for the past 15 months in the phpVMS community. I hope you have a great new beginning!
  3. Click to view You can edit it to fit your needs.
  4. With his multiple VA's popping up every month, I guess we'll just have to wait 4 days to see if this will hold up. I give it a week before he starts something else new so he can post about something new that'll never get finished. Sorry, it sounds like BS to me.
  5. I use this code in my pirep_viewall.tpl you can modify it to use. <td align="center"> <?php if($report->accepted == PIREP_ACCEPTED) echo '<div id="success"><font color="green">Accepted</font></div>'; elseif($report->accepted == PIREP_REJECTED) echo '<div id="error"><font color="red">Rejected</font></div>'; elseif($report->accepted == PIREP_PENDING) echo '<div id="error"><font color="orange">Approval Pending</font></div>'; elseif($report->accepted == PIREP_INPROGRESS) echo '<div id="error">Flight in Progress</div>'; ?> </td>
  6. If I were to add another field in the .csv to import to my site, what are the steps to have it recognize the new field when I try to import it? The field I want to add is Services which will include the type of services offered for the particular flight (meals, refreshments, snacks, etc.).
  7. You're missing the layout.html file
  8. Place this code just after the <head> of your layout.tpl file <link rel="icon" href="http://www.yoursite.com/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico" type="image/x-icon"> Place the favicon.ico in your templates' image folder. That's how I have it.
  9. You can change the Pilot Center link to go to your VAFS Pilot Center.
  10. Ray, do you have a copy of this tpl? I would like to use it fro my site.
  11. I'm just going out on a limb, but does phpVMS actually allow hyphens inserted in the Registration part? (I don't know, just asking) Try removing the hyphen and see if there is any change.
  12. In the Administrator Panel, Click on "Airline Operations" to expand the menu. Click on "Add & Edit Fleet". Click the "Edit" button next to the aircraft you want to edit. Make sure (in the box where it says "* Aircraft Registration") that you have the aircraft Identification it is asking for. (in this example, your first plane would be AVE-B21). So if your airplane is an Airbus A320, then it would look like this: * Aircraft ICAO Code A320 * Aircraft Name/Type (i.e B747-400) A320-232 * Full Name (Boeing 747-400 Combi) Airbus A320-232 * Aircraft Registration AVE-B21 <----THIS IS WHAT IT IS ASKING FOR
  13. You don't need to leave the rank names as they are, you can name them whatever you want. If you want to change "New Hire" to something like "Newbie" or "Rookie" you can. You can even change it to "Captain" if you want. "New Hire" is just there as a demonstration (starting point) for new phpVMS users.
  14. Would you please let everyone know what you did to fix it so others can benefit from it?
  15. Once the pilot completes his/her first flight and it gets accepted, it will change. That is the default date that shows if a pilot first registers and hasn't flown a flight yet.
  16. Just add this in the .tpl file <?php if(Auth::LoggedIn() == false) { echo 'You must be logged in to view this page!'; return; } ?>
  17. Yeah, Administrators is the only one that should say "This group cannot be renamed or deleted".
  18. You can manually add it. Here is the info: ICAO: EGGP Airport Name: Liverpool John Lennon Airport Country Name: United Kingdom Latitude: 53.2001 Longitude: -2.5059 If you want the airport diagram in pdf format, here is the link (Click)
  19. By using the search in the upper right of these forums. Here I did it for you. I'll let you do the next one. Click
  20. I have used this before on several websites. It is possible to implement it in your navigation_main.tpl My css Menu This works for both horizontal and vertical menus.
  21. The main pilot_list.tpl is located in: core/templates/pilot_list.tpl You can configure the way you want it to look and layout by changing the table codes around; either by changing the HTML coding around, or by using a series of combinations using HTML and css. The end result is limitless. There are a few pages that have totally been changed by us phpVMS users that make our sites differ from everyone else's. Although I have yet to change the look of my pilot list, here is what I have been able to accomplish by changing the codes in my schedule_results.tpl (I am using the ObsessBlue 2.0 for the skin).
  22. Try the following using Firefox to make sure you are typing in the correct info: 1: Click Tools 2: Click Options 3: Click the Security tab 4: Click the "Saved Passwords" button 5: Click the "Show Passwords" button 6: Scroll down to find your site (there may be multiple links for your website) and it should show you your username and the password used to login
  23. Here is Boeing's price chart from 2010: http://www.boeing.com/commercial/prices/ Here is Airbus's price chart for 2011: http://www.airbus.com/presscentre/corporate-information/key-documents/?eID=dam_frontend_push&docID=14849 It's amazing what you can find by searching in Google (sarcastically speaking)
  24. Tools - Options - Privacy (tab)
×
×
  • Create New...