Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Posts posted by Nabeel

  1. 1.An option should be included to show a new pilot some kind of terms of service that they should agree too before signing up.
    Yeah, the check box is there on the registration. I just need to include the text. Is there some standard text that's used?
    2.An option should be included that new pilots will require approval from a staff member before their account becomes active.
    Right now it's confirmed by email. I can change this. I think this might be better.
    3.Support for HUB's should be included and Pilots should be grouped on the roster based on what hub they are assigned too. Also you should be able to select which hub is the (Default) hub.
    I was thinking about this. I can add one setting that's the home hub. The airports listing kind of addresses this, but I can add an option to the airports indicating if they are the hub or not. Then on registration, pilots can select their hub. How is that?
    4.An option should be given that in airlines that have multiple sub airlines one should be the default or parent company.
    You can add multiple airlines now. On installation I ask for the main airline name, and you can add more airlines through the admin panel. They have their own schedules, but airports are not tied to a particular airline. This might make the hubs tricky, unless the hubs would be the same. I'd prefer to keep the airports independent. But I can add a field for the default airline.
    • Like 1
  2. Ack, I don't want to muck up too much code in order to add it.But I'll make that a custom field which added in by the installer.I will make that hours field modify-able, then it can run through the ranking.And I hope for ranking, whole-numbers for minimum hours will suffice.icon_e_smile.gif

  3. Build 279 * Pilot ranks - Add ranks, system calculates hours on PIREP approval, or addition of new ranks * Pilot profile shows rank, hours until the next rank * Add custom field to popup * Settings Form fixed * Custom fields form * User session had old data, updates on page refresh * Add News form fixed * Display enhancementsDownload: http://www.phpvms.net/docs/downloadsFresh install optional.Thanks

  4. Hmm, that is an interesting problem of implementation.Having it integrated into the package itself is some thing that can be done, and maybe is the easiest. The reason I left it as a custom field is that it's not knowing when to stop - since some might want to add VATSIM ID, maybe a messenger ID, or want them to type their FS version, or something, so that's why I had custom fields, so you can define those.But I can build that into the basic 'package'; but since it's variable, I won't have it automatically add the hours. What I think might be best then, is in the control panel, I'll make the hours editable, and maybe display right above it the total hours, and the previous hours. Then you can edit the total and add however many your VA wants, and it'll re-calculate the rank. How's that?Right now for the rank, it's a basic implementation - minimum hours for the rank, and the title. I might add images for the rank, with the image name being the minimum number of hours; 0.jpg for a new hire, 20.jpg for a junior fo, in the lib/ranks folder. That'll make it a bit easier to replace. I can't think of anything else which would be needed, but if you have any insight, lemme know.Unfortunately, I probably won't get to do much this week, I have a few exams coming up, but I'm squeezing in as much time as possible.

  5. Yes but I'd like the hours to count when calculating their Rank or any other Hours based awards. Can I do that with a simple custom field?
    Ohh, hmm. Well, I'm including ranks into one of the next builds. That table is already there, but that would only look at the hours counted from the filed PIREPs. There are groups, you can place them into groups. I'm going to enhance the groups a little more, to show up in the main profile, and when viewing other pilots profiles. These are all planned.But, you'd prefer a "solid" field for previous hours? Updating their rank from both the pirep hours and ones from the custom field can be done easily by an add-on. I'll be putting events based stuff soon too. But I'll add another field for that. Generally I thought rank was based on only hours from that airline, not any others.Lemme know, it's not a problem.
  6. I would like to be able to alter the total hours that a pilot has. Say for instance when they sign up and transfer hours from another VA.Ideally I would also like to track them separately from hours flown at our airline.
    You can add a custom field for this, and they can just enter it on sign up.
  7. Hmm. Never heard google giving that error.If you have phpmyadmin, in the settings table, blank the value for GOOGLE_APIor just run

    update phpvms_settings set value='' where name='GOOGLE_KEY';

    Or.. you can just download the latest svn copy since I fixed it in the next build:http://phpvms.devjavu.com/changeset/lat ... format=zipThere's a bunch of other fixes too. Hopefully there are no more table changes, I'm getting annoyed with reinstalls too icon_razz.gif Let me know if that works though.Thanks man.

  8. Download Pagehttp://www.phpvms.net/docs/downloads

    • Charts show up on Dashboard (Module based), for some rudimentary stats (more coming)
    • Google Map shows route on "View Report" page
    • Accept/Reject PIREPs in Admin Panel (after accept, adds total flights/hours)
    • About page in Admin Panel
    • Database tables changed to InnoDB, show some respect to the FK and integrity =D
    • "SET FOREIGN_KEY_CHECKS=1;" to compensate for host-specific settings
    • PIREP list view enhancements
    • Definition lists heights evened out
    • "New Version" available message, fixed to show only on main page
    • Design enhancements

    CLEAN INSTALL!Big table changes. There may be errors, let me know though.

  9. I haven't had a chance to try and break anything yet but this looks pretty slick.If I may say Nabeel this system shows an incredible amount of promise and I hope to be running our VA exclusively on it soon. icon_e_smile.gif
    Thanks! I'm open to any suggestions as well, so if something can be done differently/better, I'm all ears!
  10. Hey everyone, new build today:Download Pagehttp://www.phpvms.net/docs/downloadsChangeset/Fixed tickets:http://phpvms.devjavu.com/changeset/258http://phpvms.devjavu.com/changeset/257http://phpvms.devjavu.com/changeset/256Changes:

    • Update notification - shows in admin panel when an update is available (field update in Settings). In order for update notification to work, you must allow http access for file handlers. Otherwise, it will not work.
    • Add comments to PIREP (from Admin Panel), sends email to submitter with the comment, and link back to view the comment. Submitter can then reply to any inquiry, and then the report can be accepted/rejected based on that.
    • Show comments in 'View Report' page
    • Show unaccepted reports in admin panel (new entry in navigation)
    • New crystal theme, with sidebar instead of top navigation (default admin theme)
    • Added Google Maps API key into settings for future (in table SQL)
    • Custom Fields have "title" field, which shows, which is converted into the formal name Required alteration in table
    • Name capitalization on Registration
    • Template HTML cleaned up
    • Wording fixes
    • Core bug fixes
    • Templates were showing incorrectly in installer

    Clean install please, since there are a few table changes.The accept/reject PIREPs should be hopefully in the next build.Leave feedback,Thanks!

  11. Yeah, it is:http://www.phpvms.net/docs/skinningI'd copy the existing crytal one into a new folder, and work out of that. Basically, just edit the header/footer.tpl to match. Just keep the elements that are required in there, and you should be set icon_e_smile.gifOh, and then in the admin panel, in the settings, just select the skin to use. This only affects the front-end, not the admin panel.I'm fixing a bug in the "Editing Templates" where you place the modified template in your skin folder, that should be avail in the next build. I wouldn't do that just yet until most of the code is finalized though.

  12. Ok, I made a copy of my sitewide PHP.INI and placed it into the root of my test server directory. Disabling Error Reporting in this PHP.INI appears to have solved the issue.
    Cool. Don't disable it completelely, instead set it as E_ALL ^ E_NOTICEThat way, errored pages won't shut up blank, but will show an actual error. You might also want to set display_errors to off, for any other sites.
×
×
  • Create New...