Jump to content

Nabeel

Administrators
  • Posts

    8139
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Nabeel

  1. Good catch. That'll be fixed in the next build. Gonna change that field to a string, instead of integer. There's a max value there.Thanks
  2. I'm going change that to confirm by staff.Looking at the best way to do the TOS agreement. Might just also make that a setting, but I think it's be better as a hardfile. Won't be much work done this weekend, damn exams.
  3. Sure. It'll be in Fireworks PNG format. I'll post it up a little later, gotta run right now.Thanks!
  4. Yeah, the check box is there on the registration. I just need to include the text. Is there some standard text that's used? Right now it's confirmed by email. I can change this. I think this might be better. 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? 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.
  5. http://phpvms.devjavu.com/ticket/66
  6. Ok thanks.That's really weird, I checked the 279 version copy, there's no foreach on line 35. Odd. Actually there isn't one in the entire file. Meh.
  7. What page of the profile were you on/what were you trying to do?Try the latest copy, its build 282. It's not on the downloads page, but see if that does the same error. Alot of that profile module code changed between 279 and 282.http://phpvms.devjavu.com/changeset/lat ... format=zipThanks
  8. Seems like an upload error. Try re-uploading so a fresh copy.Also, do you have PHP 5?
  9. 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.
  10. Promote it wherever you talk about flight sim! I want phpVMS to be the best VA tool out there!Just link back to http://www.phpvms.netThanks!
  11. Nabeel

    Build 279

    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
  12. 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.
  13. If you'd like to be into the alpha testing to see where it is, you're certainly welcome. I think you'll be pleased.
  14. 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.
  15. Nabeel

    Build 277

    http://www.phpvms.net/docs/downloads- Just mainly a few bug fixes- Reorganized the "Pilot Profile" page- Front page now shows some overall airline stats- Blanked out Google API key because of errorClean install optional from previous build, if you're getting errors about the API key, read viewtopic.php?f=13&t=27#p70
  16. You can add a custom field for this, and they can just enter it on sign up.
  17. 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 Let me know if that works though.Thanks man.
  18. 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.
  19. Hey all,Can you please post your php5 versions?ThanksNabeel
  20. Sorry guys, made a stupid mistake. Updates posted.
  21. Thanks! I'm open to any suggestions as well, so if something can be done differently/better, I'm all ears!
  22. 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!
  23. 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 Oh, 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.
×
×
  • Create New...