Jump to content

Jeff

Members
  • Posts

    1307
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jeff

  1. I manually did mine to show all that using the Pages in the Admin Center. If you like, I can post the code(s) for the pilots list for a particular hub, then you can use that for your pages.
  2. Look real close to the airplane icons on the map and see if you can see them blink for a fraction of a second. The map doesn't "refresh" visually, but on mine, I can barely see the planes blink every 5 seconds.
  3. I hope that you received approval of mseiwald for the use of his Flight Tables you are using on your Home page. As far as I am aware, I am the only one that is also using them.
  4. Jeff

    Menu problem

    I went with another Mega Menu for my site to keep it original, and not look like a menu that another VA is using. Thanks anyways.
  5. I gotcha. That's what I was getting at. Let me know if you want to share your module with me, so I can add it.
  6. There are a lot of very nice ones available to us. It all depends on the users preference, and how you are planning on running your VA. For example if you are planning to be using Missions/Tours for your VA, Dave (simpilot) has a very affordable one you can get from his website. There are also some real nice ones that are free to use that I like, which include... Schedule Search Top Pilot Airport Charts AirMail3 Timetable Like I said, it all depends on the users preferences.
  7. Try using what Iain stated above. Do not PM me of a problem you are having, as I do not support via PM unless I ask you to contact me. Many sources to a persons problem can be easily found by searching. By no means am I trying to be rude, but if someone else is also experiencing the same exact problem you are, the answer should be viewable for all to see, so they can fix it as well. I hope you understand.
  8. I didn't fully understand the last post exactly as you typed it the first time. My mistake. Are you only allowing FSPassengers flights to be used on your site, or do you allow ACARS and or FlightKeeper as well? If you do allow multiple sources to be used simultaneously (I know that the pireps cannot be used on the same flight), how is your system setup to accommodate the points system if multiple sources can be used? Let me give you an example of where I am getting at so you might understand me a little better. You have a Virtual Airline. In your Virtual Airline you allow a pirep to be sent in by using one (1) source (Acars, FSPax, FK, or manual). Your Virtual Airline offers a points system that co-relates to the ranking system, meaning that you cannot move up to the next rank until you reach a certain number of points (like FSPax does), as well as a certain amount of hours. Now here is the question... How is your VA (Alvandair) setup to accommodate multiple sources? I am still going to want this added to my VA either way, just wanted to know how you have it setup.
  9. What kind of modules are you interested in creating? I have and use every add-on module form Kyle and Dave (except REALSchedule).
  10. Shouldn't you be able to gather points only from just FSPax, and get flight hours from kAcars ans FSPax?
  11. Would it also be possible to show the number of times a pilot has flown using ACARS and also FSPax? EXAMPLE Acars Flights: 54 FSPax Flights: 29
  12. That would be great for you to send some pix.
  13. I haven't used FSPax since I received my custom kAcars from Jeffrey. I didn't want to keep as an option because it kept changing the airlines on some flights (don't know why). All I allow is kAcars, but they can send in the FSPax if, by some reason kAcars fails on them. It hasn't failed yet, so haven't been able to see if it still does it.
  14. Which value are you wanting to add to the schedules? Some of the fields have been custom added to the schedules.php file. If there is something that you are wanting to show, let me know and I can help you get it sorted out. Like I said, some fields were added, and then you need to add a field in the .csv to import it. Let me know exactly what you are after. PM me if you have to.
  15. Every page on my website is custom made, using a lot of time and a lot of tables. Not one .tpl file went untouched. If you have a layout of how you would want it to look, PM me the (full descriptive) idea of how you want it, and I will see what I can do for you. I can send you a few photos of how I have it. Since there are others that prefer to use others ideas, links wont be shown to keep copiers out. That way you will get your very own personalized page(s). I am, by no means, advertising custom skin work, as I don't know too much about that, but I can design custom pages that will match your website scheme. Depending how the complexity of the page(s), it could take a while to get it completed, while easier pages can be don in 1-2 days (in some cases, hours). I won't start a new client until the previous one is completed in full. If there are any patrons interested, I will choose the individual(s) that meets the following conditions: 1. How long you have been an active user of phpVMS. 2. Free host domains will not be accepted. You must have a paid host. 3. Member must not have any negative posts due to copying, complaining, or had multiple VA's in the past that have been changed over and again or shut down. 4. Client must not nag on the length of time it gets completed (as this service is free). I don't tolerate that. If you are wanting a fully customized website (using the current skin you have) with every page matching, I will have to charge anything over 3 pages ($ 2.00/page) DO NOT PM ME IF: a. You will not leave a fully descriptive, written diagram of how you would like for it to look. b. Your airline has just opened in the past month, and/or are still using the default phpVMS template. c. Saying; "Hi, I want one. Can you make me one?". I will ignore your PM.
  16. That was one of my custom made schedule_results.tpl files I made a few months ago (has changed dramatically since then). If you would like for me to build you a custom results page i can do that for you. I also can make the next page for actually purchasing the ticket (schedule_details.tpl). I make that page with a map of the flight.
  17. I'm up for it. I was thinking about bringing back FSPax to my site. Could you figure out why it changes the airlines names when a pirep is sent to the site?
  18. I am trying to use a megamenu for my website, and I can't get it to function properly. It looks the way it should outside phpVMS, but once I place it on my website, it never looks how it should (especially in IE). If one of the persons named above can PM me I will give you the file and see if you can figure out what is wrong with it.
  19. This is what you should be using for your Recent Flights Board. <table align="center" border="0" width="100%"> <thead> <tr> <th>Last 10 Flights</font></th></tr> </thead> </table> <?php $count = 10; $pireps = PIREPData::getRecentReportsByCount($count); ?> <table align="center" border="0" width="100%"> <thead> <tr border="0"> <th align="center"><font face='Verdana' size='2' color="#FFFFFF">Pilot</font></th> <th align="center"><font face='Verdana' size='2' color="#FFFFFF">Flight #</font></th> <th align="center"><font face='Verdana' size='2' color="#FFFFFF">Origin</font></th> <th align="center"><font face='Verdana' size='2' color="#FFFFFF">Arrival</font></th> <th align="center"><font face='Verdana' size='2' color="#FFFFFF">Landing Rate</font></th> </tr> </thead> <tbody> <?php if(count($pireps) > 0) { foreach ($pireps as $pirep) { $pilotinfo = PilotData::getPilotData($pirep->pilotid); $pilotid = PilotData::getPilotCode($pilotinfo->code, $pilotinfo->pilotid); echo "<tr>"; echo "<td align=center background='images/tables/board.png'> <font face=Verdana size=2 color=#E8D33D> $pirep->firstname $pirep->lastname </font></td>"; echo "<td align=center background='images/tables/board.png'> <font face=Verdana size=2 color=#E8D33D> $pirep->code $pirep->flightnum </font></td>"; echo "<td align=center background='images/tables/board.png'> <font face=Verdana size=2 color=#E8D33D> $pirep->depname </font></td>"; echo "<td align=center background='images/tables/board.png'> <font face=Verdana size=2 color=#E8D33D> $pirep->arrname </font></td>"; echo "<td align=center background='images/tables/board.png'> <font face=Verdana size=2 color=#E8D33D> $pirep->landingrate ft/min</font></td>"; echo "</tr>"; } } else { echo "<tr><td>There are no recent flights!</td></tr>"; } ?> </tbody> </table> I actually posted a customized table for this somewhere in here about a month ago, you might do some searching for it. You might want to try it, or you can just customize this one to suit your needs.
  20. Either not enough </div> or too many. They are all at the very end of the frontpage_main.tpl Depending on the template (skin) you might need to add or remove some. Try adding one first, then another. If it doesn't work then, then try removing one or two.
  21. Nabeel, could it be possible to be able to have 2-3 different prices for each flight in the next phpVMS update as well? Ex: Coach, Business, First Class
  22. Try using <?php echo $pirep->aircraft?> or <?php echo $report->aircraft; ?>
  23. Try refreshing your browser to re-load the .css I have to refresh all my browsers after I change something in my .css
×
×
  • Create New...