Jump to content

Merger Email?


wrenchca

Recommended Posts

I moderate the VA forum at flightsimulationforums.com

ist2_3868327_big_yawn.jpg

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.:o

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.

DontFeedTheTroll.jpg

Link to comment
Share on other sites

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.:o

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.

Link to comment
Share on other sites

  • Moderators

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!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...