Sava
Members-
Posts
575 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Sava
-
The links are not working. Also, I see no point in that. If you are going to provide something for free, make it so that we don't have to register...
-
Scratch that, I have just started work on the module. Everything should be done some time tomorrow, or so I hope...
-
Hello Connor, Yes, that could be done very easily by adapting the LoA code for this module. I will try and do this in the next few days.
-
Here is mine Linked because of resolution : http://i.imgur.com/5Zfbb.png It is still work in progress until I get the time to finish up everything but that is the general idea.
-
TeamSpeak Connect Box with firstname lastname pilotid as value
Sava replied to Heliguy's topic in Code Snippets
Glad it works -
TeamSpeak Connect Box with firstname lastname pilotid as value
Sava replied to Heliguy's topic in Code Snippets
To get the full ICAO+Pilot ID <?php echo PilotData::GetPilotCode(Auth::$userinfo->code, Auth::$userinfo->pilotid) ?> echo $pilotcode won't work. -
First of all, I don't want to sound rude or like a 'know-it-all' guy. The part "being a staff member on some VAs" is what I am referring to. some = multiple. Why aren't you still on the position in any of them? I mean, you are free to start anything you want, I am just trying to be helpful. It seems you haven't experienced what is the VA stuff all about. For example, I run a really small VA and I spend loads of time running it. Checking with pilots, helping them out with setting software up, updating routes and keeping them up to date with the newest AIRAC, fixing and updating the website, coordinating with people for creation of liveries, trying to get the forums running, finding new features to keep pilots flying, checking mails, answering questions, discussing stuff between staff, and loads of other stuff. Some of the things I listed should be done by other staff members but as everyone, they are often not available to dedicate a lot time so you have to pitch in etc. I am not discouraging you, just giving you an idea on what to expect. I wish I knew all of this before I started my VA. No one wants to see a VA come and go. And with all the projects you are starting as I have seen on the forums (radio, virtual solutions etc etc.) I am not sure you would have time to run everything. If you are still eager to proceed, you have my best wishes and good luck! Again, do not understand this the wrong way. Always 3 green, SM
-
Glad I could help
-
There is one } missing from the code. <?php if(count($pireps) > 0) { foreach($pireps as $flight) { echo '<tr><th>'.$flight->flightnum.'</th> <th>'.$flight->depicao.'</th> <th>'.$flight->arricao.'</th> <th>'.date(DATE_FORMAT, strtotime($flight->submitdate)).'</th> <th>'.$flight->landingrate.'</th> </tr>'; } } //<- this one else { echo "<tr><td>There are no recent flights!</td></tr>"; } ?>
-
Congratulations on that! Being fluent in many languages is very important. I am only fluent in Serbian and English, but know a little bit of French, mostly speaking, not understanding what is being sad unfortunately. //offtopic Ontopic: My advice would be to join an existing VA, fly for them, make yourself stand out, and join the staff team. If after being staff member for some time you still want to start your own VA, you will see it is much more than appointing 10 staff members and letting them do all the work. It doesn't work like that and it would be good to understand that as soon as possible.
-
THEIR* is for possesion, THERE is for describing a location Sorry, had to.
-
Thanks for the input. Some of the features you listed are already available I think. Anyhow, I will think think about it. Other ideas also welcome
-
Just some information. I didn't get any time to work with the addon on fixing the date format issues lately due to other things but I will try and do it as soon as I can. I encourage all of you to try the addon and leave feedback! Also, all suggestions for further addons can be left here: http://forum.phpvms.net/topic/7649-any-addon-ideas/
-
You can change that in the local.config file located in the core/ sub-directory.
-
Why would you think someone on these forums would recommending anything other than phpVMS? We are all here because we like and respect the work Nabeel has put into it and there is no other software that can match what phpVMS can do without paying for a fully custom system.
-
Yes, please download the latest version. It includes emailing to admins and I have fixed some potential security risks.
-
Thank you for the kind words, Magicflyer. I am just trying to give back to the community. Enjoy!
-
Reserved for updates or other info.
-
As I recall (without opening the installation itself) is that the pirep list is not inside the actual pilot_public_profile.tpl but rather the controller calls the 2 .tpl files. If he was to remove the code from the pirep_list.tpl file (if that is what you are saying?) it would also mean it cannot be used for other places on the site, which he may does not want. I believe deleting it from the controller is a better solution.
-
You can go to the actual controller of the module and change the title. Place the following code public $title = "Your title goes here"; after this class *** extends CodonModule { part
-
Delete $this->render('pireps_viewall.tpl'); From core/modules/Profile/Profile.php It should be around line 94. Hope it helps Colin. Good luck!
-
Go to the admin panel, than Site Settings and finally Maintenance options. There click on Recalculate Distances and it should work like a charm