-
Posts
8151 -
Joined
-
Last visited
-
Days Won
39
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Posts posted by Nabeel
-
-
-
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!
-
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
-
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.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? -
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.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. -
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.
-
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.
-
Hey all,Can you please post your php5 versions?ThanksNabeel
-
Sorry guys, made a stupid mistake. Updates posted.
-
Thanks! I'm open to any suggestions as well, so if something can be done differently/better, I'm all ears!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. -
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!
-
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.
-
-
You can post these issues directly as a new ticket.http://phpvms.devjavu.com/ticket/55On that page, just post your screen res.. thanks!
-
Great, thanks, I'll have that fixed!I added a custom field. This error did not seem to present when I filled it out. -
On your own profile?Add a custom field, from the admin panel, and then go edit it.Let me know if that error is still triggered.But I'll have that fixed in next build.Ticket page:http://phpvms.devjavu.com/ticket/54
-
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.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.
General Feature Requests
in Off-Topic Banter
Posted