-
Posts
8151 -
Joined
-
Last visited
-
Days Won
39
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Posts posted by Nabeel
-
-
On the bottom have you tried "View the most recent posts on the forum."?
-
I don't see a #nav-one element on your page, it's #nav
-
It'll be in #nav a since they are links
-
I am slowly putting in addins. Lemme see if I can find a mod for it. But if you find one, lemme know... www.simplemachines.org
-
You can add them in the core nav, in your template that's fine. There are tutorials online on how to do that.
As for the admin editing, save the changes, I don't support overriding admin templates. That code changes too often. I do have ways to add items into the menu, I'll have documentation on that in some time though.
-
Another button
-
Here's a mini button to use:
-
Admin center? What are you modifying there? Those files are overwritten, I wouldn't modify those, it's touchy and not meant to be changed around.
Either rename that skin folder, or copy and rename the folder. Anything in /core/templates get overwritten. But as for making changes, there's a proper way:
-
Thanks no problem, I'll get to that one next.
So hopefully you guys can wait till the weekend
If you want to test it out though, let me know.
-
The entire thing is now working flawlessly. I fixed a few bugs, and I will make sure this is solid, and release it either on Friday or over the weekend.
A few notes:
Pilot Number: FULL number, INCLUDING the code (so VMA434). This is because FSACARS does not send me the CompanyICAO field, only the pilot ID field. I need both to lookup who you are.
Flight IATA: FULL number, INCLUDING the code (VMA654654). I can't look up a route without that code. The CompanyICAO field is not sent to me here either, and I don't know what airline a route belongs to without the code.
Registration: REQUIRED, or else I don't know what aircraft you used. Now that there are multiple aircraft of the same type, I can only look up the registration number reliably.
To send the PIREP, you click "Stop Log". It will ask to Accept or Decline. Click Accept. Then, click the "Flight Log" tab, then click "Send Log". It will ask to confirm; say yes, and it will send.
I'll have a patch over the weekend to fix errors which prevent the flights from showing, and to upload the code to use the registration data, and properly parse the Flight IATA. If you forget the code, I can "guess" which airline is it, but if it doesn't find the correct flight, then I can't do anything about it. There will be a "Edit PIREP" option, but it might not make this weekend's release, most probably the next one after (depends how much time I have this week).
Also, FSACARS loves to spontaneously stop working (properly). Deleting the fsacars.ini file and reinstalling (the latest 4.0.15 version) fixes the problems. You NEED to use the 4.0.15 because they have changed how data is send between the versions. Their documentation doesn't match either version, so I've picked apart how they send it in 4.0.15 since it is the latest.
-
Those are included (I'll have a doc on how to output them). But anything more advanced?
-
What kind of integration? What data, what do you want to see?
-
A note with this: if it's stopping after one pilot, either: make sure a rank image is assigned, or in your local.config.php, set the 'SIGNATURE_SHOW_RANK_IMAGE' to false. This will also be fixed in the update
-
Something odd is going on. Register on www.phpvms.net/test, and download your vma.ini from there, and if you can post a quick 10 minute flight for me, that'll be awesome.
-
This will be fixed with an admin option in the next update, but for now, download the zip, and extract the "createzips.php" file into your site root (where index.php is). Then run it. It will generate a signature for all the pilot's in your VA.
-
What kind of data is useful?
-
Hey,
A few critical patches in this one, run the update.php
I had stopped manually doing patches, and replaced it with a build script (automatically checking versions, patching files, and just using test-cases), leaving bugs in there for the last update. There were a few database changes as well, so this was not completely checked in the auto build. The first releases were tight in how they handled data, but now with all your feedback, that needs to be loosened a bit, so it's just going through growing pains...
Stay tuned this week and next since I'm issuing patches fairly quickly with bug fixes as soon as I find them. There's going to be quite a bit more Q&A from now on.
Sorry about all this trouble.
-
Can you zip and send me your import csv?
-
Speed. It's not used right now for anything.
-
I just released a patch now for the aircraft on PIREPS. I'm looking into the import.
-
lol i guess the code is at the top
will try it
Yeah, I want to see if that will work.
Don't remove it from the IATA field, only that CompanyICAO one. I don't have the system coded to handle not having it in the IATA field, it's expecting the code in that field.
-
You can define it as icao or iata, it doesn't have to be either. When you enter a flight number or airline code, you can enter it either way. I'm not expecting a ICAO or IATA. That's much more confusing.
In the flight IATA field it is the easier, just enter the airline code (icao or iata, however it is entered in phpvms), and then the flight number. It's written in the documentation clearly.
-
I don't see why not, but I haven't used it with them. I'm sure if you made the skin the same. In terms of users etc, I haven't tested it, it may be able to hold the email in common but aside from that, I don't know.
-
You should be good. Usually means it's been done already
"PIREP Not Found" Message
in FAQ
Posted
If you're getting this error, make sure you have added the airports that were on the flights to your airports list. I have changed this code to check if it exists, and then add it if it doesn't. But if the airports are not added, then it could fail, it it needs to lookup information.
For instance, you are flying to KIAD, but you're don't have KIAD added in your Airport's list, this may happen.
If your host has remote fopen disabled, then I cannot retrieve this airport information, and it must be manually added through the control panel.