-
Posts
1954 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by TAV1702
-
Here is one that has just came up on me. A pilot is now saying that he opted to get emails when someone sends him and AIRMail. So he gets emails as he chose to and it says he has airmail waiting. He logs on to the site and he has no Airmail in his inbox. This happened to him when I sent out NOTAMS. I sent two notams and he received 2 emails. Issue is, he never got the notams. Running the latest AIRMail from the git repository and the latest version of phpvms with security fix.
-
I'm curious. Has anyone ever made this so when a pilot logs on to the website, it logs them in to the forum as well? So If I am browsing my VA website and click the forum link, it recognizes the cookie and I would be logged in. Was just curious if anyone every figured out a way to do that or not. I understand that this is not a bridge and it does in fact work great as Simpilot has coded it. Many kudos Simpilot!
-
A moderator should Get rid of the links here. It redirects to a totally different site and then opens up a popup wanting the visitor to download something. I promptly clicked close.
-
The problem with messing with the funds is simple. If you change your financials, if you recalculate anything financial wise, it will reset all the funds. Well, it used to. I am not so sure about the newer version. I am on an older beta version.
-
Ok how about this one then... Does anyone have a version that is NOT 935? All the beta downloads are pulling the new version and even on github, all I can find is the new version. Nothing older.
-
Kind bump here. I still can't find a beta with the pay per flight option. Any ideas?
-
Ok I'll give that one a try and see. I grabbed a beta from github the other day I believe and it was the same version as the security fixed stable. **EDIT** Ok please forgive my ignorance, but I can not find it at all. In the dloads section on main page it is current stable and upgrade only. On Github, all I can seem to grab is current stable.
-
HI Nabeel. Long time no chit chat. We no longer can pay per flight? I can not seem to find an old beta version anywhere with that feature still. Any ideas?
-
Hello everyone. Long time no chit chat. I got asked by a fella to install this for him and I did install the newest one with the security fix V935 I believe it is, but it does not have the pay per flight options like the old Beta does. Can someone please point me to a beta release with that option? I am so far behind the times it is not even funny. Thanks! Ray
-
Ah Roger you beat me to it. That is exactly what I was going to say. I never save a custom file to the core folder. It automatically goes in my skin folder to make sure it is never over written.
-
I know how real life goes chief. I feel ya. I been in and out of the hospital more this year than ever before in my life and time on pc is real limited. Life always has to stick it's ugly face in place of our fun eh? I'll keep my eyes open for updates in the future. Take care and keep cool. It is hot as hell out man! :-)
-
Hello Tom. Long time no chit chat about this here forum. Were you ever able to get a handle on the new one? I am officially done with school as of today and hopefully graduating.... I have one class in question. So it's time to pick back up on the old airline stuff and get going again. On a personal note, I hope all is well on your end. I know you got real busy too there for a while.
-
Well, Im thinking something along the lines of hub only. Not something that wouls show up site wide or front page. And yeah, they can add news. And I got to thinking about it after I posted that and yet again, it might have been another blonde moment. Not everyone creates hub pages so it would not be worth the while for Nabeel to even consider wasting time enough to edit the news module. I suppose it could be made in to a add on module.
-
Here is one that I been thinking about. Many of us have coded up individual Hub pages and are pulling stats for that hubs pilots and flights, etc, etc. Also, I have added a usergroup called hub managers that give them access to certain parts of the ACP only. Now here is the request. I am curious if it can be done to make it so that if a hub manager logged in to the ACP because he/she wished to add news, would it be possible to make it so that when they submit the news they can choose hub only? If it is something piddly that pertains to their hub only, there is no point in posting it to everyone. So where the news is put in, under neath it, you could add a check box that says "Hub Only?" and if said box is checked a required text field would need to be filled out with Hub code. Not sure how hard or easy this would be. Just something that I have been thinking of for quite some time now. Have a good one boys!
-
Yeah exactly. I have just installed this on my test airline on a localhost server and it is a nice addon
-
Yeah that would be ideal but then it still makes it so one needs to update the core nav file every time they upgrade their website. BUT, yeah that would be sweet. I to , like keeping everything where it is supposed to be. I guess it is a matter of give and take.
-
This looks like a nice add-on. However, I am a strong advocate against editing any phpVMS core files due to them getting overwritten in an update. To avoid this situation, you could easily edit your pilotmanager.pph file and add this to it below the index function public function NavBar() { echo '<li><a href="'.SITE_URL.'/admin/index.php/Pilotmanager">Pilot Manager</a></li>'; } This will make the link show up in the Addons tab and there will never be a need to update the core file again when a person updates their phpVMS. I have not tired it yet on this module but will in a few minutes. Any time I add a module and it has a edit the core nav file, I never do and add this simple code instead and it works a treat!
-
Just wanted to drop by and give a quick hello to everyone. I have not been on in ages and even shut my sites down. I have major helth issues now on top of getting married and graduating college in a couple weeks. Hopefully I can get a VA site going again and join back in here at the community again. Take care everyone and remember, Keep the blue side up!
-
It's looking good again. Nice work Nabeel. I am sure I speak for everyone but will do so for myself when I say that you are doing an awesome job bringing it all back up. I know it takes time and effort. Thanks for all you are doing!
-
I have Brilliance and have had no issues at all putting a drop down in it. But yeah I agree you cant just paste, you need to make sure everything is linked. I got mine to work the first try.
-
I had the same exact error. In most cases it is a java script in the wrong order in the head section of the layout.tpl file. In my case, I commented out one java script and everything came to life. I guess I was trying to call the java engine two times. I don't recall off the top of my head. It has been over a year ago now and I have been drunk one or two times since then.
-
Sorry to kick up an old topic, but I have the same exact issue...but only when using KACARS. If I use any other ACARS or FSFK, this issue does not exist. It started doing it some time back but I never altered my site or KACARS at all. It first worked great one day, then this the next day.
-
If you are using FSFK, be very careful. Smart users can get your database name and password. Not sure if this is relevant in your situation or not. Just tossing it out there. And for the record, that is not a phpVMS issue. It is any site that uses FSFK in general.
-
Yeah I rarely delete install folders either unless I am short on disc space. I always rename mine as well.
-
Still on this. Just been busy with the end of the term coming up at school. I do have all the templating done for the Pilot center. The only thing so far I do not like is having to add a line of code to the head section of the layout tpl. I actually do not want to edit any core phpVMS files.