Jump to content

Lotus

Members
  • Posts

    33
  • Joined

  • Last visited

    Never

Posts posted by Lotus

  1. What kind of restriction?

    You can actually do it in the template (schedule_results.tpl)

    The example is there, which skips the day if it's not the current day. You can easily add code there to check any other conditions (for instance the last airport).

    So you can do it in the template, that way it's totally portable. I try to leave controllers to retrieve data, then dictate the template to display it. Then any (simple) display logic can go in the template.

    I was thinking of restricting specific airports to specific pilot levels. So for example, the newbies can fly the larger, easier airports (Kathmandu, Nepal Gunj), but not the small and very challenging ones (Lukla, Paro) so it would need to take AC/Aerodrome/and pilot level into account. So I was expecting to have to add a difficulty rating to each airport, (suppose I could modify the ICAO method) and enter that as field, I figured that AC and pilot level are there already.

    Can I still do it with schedule_results.tpl? (That would be great because I was expecting to have to do the whole thing.)

  2. Hi Nabeel,

    I have an idea about adding something and I want to check with you about how to do it without getting in the way of updates.

    I want to restrict flights available to given pilots. I think that this can be done by adding a module (I think) and add to the database.

    How do I do this and stay out of your way so as not to get overwritten in updates? 

    Thanks!

  3. Just tried to post a "test" page. It didn't show up in the links.

    It does show up in "news & content-pages" just nowhere else.

    BTW if you click the link on the above are under the file/link heading it does bring up the page. So they are still there...

  4. I lost all of mine too Nabeel.

    Though in my case it may just be the menu.

    In my case, in the Admin panel under News and content, under pages, All of the addon pages are there, and still checked as enabled. However only the very basics are still showing up. Even the manually added pages such as the Forum, are no longer available. 

  5. I have released a skin for phpvms on my site, www.fspaintshop.com. Its called Aqua. Feel free to check it out!! I have two more for release that need finishing.

    You can view this skin at www.pirateairvirtual.com

    I think that is great! It shows how a few changes can make a difference. Especially for those of us who have not done much if anything with a stylesheet before. I appreciate it. But then I'm over 18 and have a job... :D

  6. Essentially I am happy with what there is now, so really anything else at this point is really just cream cheese...

    but... how about keeping flights/destinations separate? So if I had a second airline, that the flights wouldn't get too intermingled. So a pilot for one line didn't have to get confused as to whether they were flying for one line or another...

    (I can easlily work around that so it isn't a huge thing, but it would be "nice" or maybe easier....)

  7. I have a question regarding this possible airline economy. Now, will there be plans to integrate other money systems? For example, mine is in Nepalese Rupees. If someone else has US Dollars, Austrailian Dollars, and British Pounds... it is going to get nuts. Not to mention there are constantly changing exchange rates to further complicate standardization.

  8. Hi Nabeel, question for you. Is there a way to limit admin powers? Give permission to others like a hub manager to approve or reject pilot reports? but not allow them to muck around with settings, etc.

    And THANK YOU again for phpVMS.

  9. Been through route_map.tpl. No reference to zoom level there.

    BTW, the online documentation shows it being displayed like this...

    "map.setCenter(new GLatLng(37.4419, -122.1419), 13);" Changing that 13 changes the zoom.

  10. probably a simple question, AND has nothing to do with an issue!

    What do I need to add/change to control the zoom level on the live map?

    I checked the Google API site, and must have been looking in the wrong area since the code was somewhat different from what is in the program.

    Thanks!

×
×
  • Create New...