PVA0005 Posted May 30, 2010 Report Share Posted May 30, 2010 I moderate the VA forum at flightsimulationforums.com As for pilot privacy, I'm even critical of phpVMS for not having an option to display only the first name and last initial of the pilots, instead of the full last name. Heck, for that matter, I usually remove the "posted by" on the news page...but forgot to, the last time I upgraded. Nabeel has provided an unbelievable product for NOTHING -Zero, Zip, Nada. To even suggest that he is not doing his part to protect us is outrageous. His ethics are unquestioned by (almost) all of us. Your comment is completely out of line. Quote Link to comment Share on other sites More sharing options...
TennShadow Posted May 30, 2010 Report Share Posted May 30, 2010 As for pilot privacy, I'm even critical of phpVMS for not having an option to display only the first name and last initial of the pilots, instead of the full last name. Heck, for that matter, I usually remove the "posted by" on the news page...but forgot to, the last time I upgraded. While there is not a global option you can set this to display the pilots last name by using the below code. <?php echo $pilot->firstname.' '.$pilot->lastname[0]?> <?php echo $userinfo->firstname . ' ' . $userinfo->lastname[0]?> Those are different based on the template your editing. By adding the [0] it only displays the pilots last initial. Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted May 31, 2010 Moderators Report Share Posted May 31, 2010 Nabeel has provided an unbelievable product for NOTHING -Zero, Zip, Nada. To even suggest that he is not doing his part to protect us is outrageous. His ethics are unquestioned by (almost) all of us. Your comment is completely out of line. Nabeel worked MANY LONG hours to code this awsome phpVMS and it is very extremely stable. I thank to Nabeel for that! Quote Link to comment Share on other sites More sharing options...
CrashGordon Posted May 31, 2010 Report Share Posted May 31, 2010 Nabeel has provided an unbelievable product for NOTHING -Zero, Zip, Nada. To even suggest that he is not doing his part to protect us is outrageous. His ethics are unquestioned by (almost) all of us. Your comment is completely out of line. Sorry for removing your stupid graphics. I didn't question Nabeel's ethics. I was critical of something that is lacking in protecting the privacy of pilots. Now I suggest you either take a refresher course in English comprehension or start taking your medication, again. Quote Link to comment Share on other sites More sharing options...
CrashGordon Posted May 31, 2010 Report Share Posted May 31, 2010 While there is not a global option you can set this to display the pilots last name by using the below code. <?php echo $pilot->firstname.' '.$pilot->lastname[0]?> <?php echo $userinfo->firstname . ' ' . $userinfo->lastname[0]?> Those are different based on the template your editing. By adding the [0] it only displays the pilots last initial. I'm going to look into that. Thanks for pointing that out. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.