-
Posts
8148 -
Joined
-
Last visited
-
Days Won
39
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Nabeel
-
Yup, that's being added.
-
Yup! How are the popup forms, are they showing properly now?
-
Yeah, it's this way for everywhere, except the installer.I'll change it. Most installers I've used leave the database password open, since those are complex.I'll be changing them for one of the next builds though.
-
Download at: http://phpvms.net/docs/downloadsHopefully the problems you guys have reported are fixed.Build 286 04.15 * Rank is now editable * Adding/Editing rank doesn't throw "Not Number" error * Add Schedule form moved out of popup (the form was just too large) - let me know if the popup is a problem anywhere else. * Confirmation done by admin, instead of automatic on email confirm * All accepted PIREPs show up on one map * Installer fix * Rewrote Google Maps code, class based, makes it easier for add-ons and also any other maps * Show some graphs on Pilot Center, like aircraft flown statistics * Database updated to fix hitting integer limit on distance/cruise Known Problems: * Add Schedule form has a giant gap in Firefox * No email is sent out yet when pilot is accepted or confirmed * Default login form is ugly. Yup, it's a problem =DClean install optional, but run these queries to update, change the phpvms_ if your prefix is different ALTER TABLE `phpvms_aircraft` CHANGE `range` `range` VARCHAR( 15 ) NOT NULL DEFAULT '0', CHANGE `weight` `weight` VARCHAR( 15 ) NOT NULL DEFAULT '0', CHANGE `cruise` `cruise` VARCHAR( 15 ) NOT NULL DEFAULT '0'; ALTER TABLE `phpvms_pilots` MODIFY COLUMN `confirmed` INTEGER UNSIGNED NOT NULL DEFAULT 0;
-
Can you guys get me a screenshot?I changed a couple things and looking on a 1024 screen, it seemed ok.Screenshot would help though.Thanks
-
For the database installer, or the site setup page?
-
Yeah, I have to load the web-dev tool bar and see what I can do to fix it. Hopefully next build... a scroll bar or something.
-
I just had it on the install screen so you're able to tell it's correct, since it's a one-time entry for the database.
-
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
-
What's your screen resolution?
-
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.
-
Sure. It'll be in Fireworks PNG format. I'll post it up a little later, gotta run right now.Thanks!
-
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.
-
http://phpvms.devjavu.com/ticket/66
-
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.
-
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
-
Seems like an upload error. Try re-uploading so a fresh copy.Also, do you have PHP 5?
-
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.
-
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!
-
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
-
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.
-
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.
-
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.
-
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
-
You can add a custom field for this, and they can just enter it on sign up.