VirtualBMI Posted May 12, 2013 Report Share Posted May 12, 2013 Hello, I was wondering if anyone new how to make the pilot badge available to guests on the Pilot Public Profile? Best regards Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted May 12, 2013 Moderators Report Share Posted May 12, 2013 Check this... <?php if(!file_exists(SITE_ROOT.AVATAR_PATH.'/'.$pilotcode.'.png')) { ?> <img src="http://www.greeceairwaysva.com/fss/lib/images/noavatar.png" /> <?php } else { echo '<img src="'.SITE_URL.AVATAR_PATH.'/'.$pilotcode.'.png'.'" alt="No Avatar" /> '; } ?> Quote Link to comment Share on other sites More sharing options...
VirtualBMI Posted May 12, 2013 Author Report Share Posted May 12, 2013 Check this... <?php if(!file_exists(SITE_ROOT.AVATAR_PATH.'/'.$pilotcode.'.png')) { ?> <img src="http://www.greeceairwaysva.com/fss/lib/images/noavatar.png" /> <?php } else { echo '<img src="'.SITE_URL.AVATAR_PATH.'/'.$pilotcode.'.png'.'" alt="No Avatar" /> '; } ?> Hey, Thanks for the quick replay sadly it doesn't work it gives the pilots Avatar not his pilot badge. Thanks for the help anyway Quote Link to comment Share on other sites More sharing options...
freshJet Posted May 12, 2013 Report Share Posted May 12, 2013 <img src="http://www.siteurl.com/lib/signatures/<?php echo $pilotcode;?>.png" /> Quote Link to comment Share on other sites More sharing options...
VirtualBMI Posted May 13, 2013 Author Report Share Posted May 13, 2013 <img src="http://www.siteurl.com/lib/signatures/<?php echo $pilotcode;?>.png" /> Thank you very much regards 1 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.