-
Posts
8148 -
Joined
-
Last visited
-
Days Won
39
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Nabeel
-
What version were you on previously, was it working for that? And it's upto 816, btw
-
The alt="" should be adding it, when you mouse over. That code looks right though, the alt="<?php echo $award->descrip?>" So what's happening, it's not showing the description at all? BTW, I fixed that in the admin panel, thanks
-
Sorry, it's not well documented yet. I have to still review the docs and update them. There's a line in app.config.php (most settings are in there), you copy that line from there into your local.config.php, and then change it. For the ranks, it's: # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true); Copy it into your local.config.php, and set it to false. Then in the admin panel, when you edit a pilot, you'll see the dropdown to change their rank. There's no new skins, just the default one has been "refreshed" a bit. I'm actually probably going to remove the 2nd "crystal_sidebar" skins.
-
Use the description field. Which template is it? Your wife is on FS too? Good catch there
-
You will probably have to do that in the front-end, in the display template (if($group == 'name') then show image)
-
Hey Dominic, thanks for using phpVMS! I'll take a look at that, but it's just a warning, so you should be able to work with it adding schedules, etc.
-
Ahh ok, so the newlines probably changed, so the hash would also change. But interesting it didn't do it for all the files. I might have another update later tonight with FSFK fixes. http://dev.phpvms.net/index.php/acars Hopefully with with path images support as well, though I haven't setup FTP. That could be for you to test
-
You would use the same method as above, in each of those places. You alreayd have the pilot's information, so it's a matter of calling the getlastpirep
-
Interesting! Thanks guys. You can go ahead and update though. It's possible, it's an error, but the hash's are calculated on checkin. http://dev.phpvms.net/install/checkinstall.php It might be because new-lines are parsed differently if you guys are downloading to windows, then uploading to a linux box. But interesting it's only on the js files. I'll remove those from the hash list. I suspect those are language files, so it's doing something with that, but I'm not sure.
-
I'm testing it right now as well
-
Hmm, so then could it be a firewall issue or something? Can you show a few screenshots?
-
Like these files: [Checksum failed] /install/checkinstall.php did not match, possibly corrupt or out of date [Checksum failed] /install/install.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/PIREPData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/XML/XML.php did not match, possibly corrupt or out of date Maybe they didn't upload correctly, but if they did it's fine to do the update. This is just a check to see. Same with the other files. Try reuploading ckeditor again and re-run the check
-
Fixes for a bunch of stuff, and some enhancements, including option to not automatically change ranks (admin can change the rank of a user manually and it will stick), also option for auto-confirmation of a user (once they register it will be confirmed). Two new templates added as well. Getting (very) close to a full release. Haven't had time yet to complete FSFK stuff, maybe later in the day today I might get a chance. Also, there is a file: /install/checkinstall.php You can run this (and give me feedback), this will verify the files in the install against the official hashs of the files, so if there is a corrupt file or if a file didn't upload properly, it will notify you. If you can run it before the /install/update.php and let me know what it says (screenshot, copy/paste into this thread), this will act as a sort of diagnostic script as well going into the future. Eventually I will add table verification to this as well. Thanks!!
-
This is odd. The API docs say the function is there, but I don't see it in the code. Let me check this out, sorry about that!
-
Hey, Welcome! Yep, they are licensed. No problem there. 1. You can change the front-end templates to refer to them as stations instead of bases. The admin area, I guess you'd have to live with them saying "Hubs" on the backend. But the front end, you can easily change the text. 2. You can just ignore it then, and don't add any prices, etc. While there's no way to "disable" it per-say, none of the information for that is required. A few VA's do just ignore it 3. Ranks, you can set the hours required to zero, I can't remember if you can manually assign (LOL), but that could be a change I can make for the next release (maybe, I have to see if I can fit it in)
-
Can you add a bug to the tracker about the finance reset and the fuel prices being off?
-
No prob! Just add the alt="" tag to the img tag, with the description in the alt.
-
Which version are you on?