VirtualBMI Posted May 12, 2013 Report 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
Moderators servetas Posted May 12, 2013 Moderators Report 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
VirtualBMI Posted May 12, 2013 Author Report 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
freshJet Posted May 12, 2013 Report Posted May 12, 2013 <img src="http://www.siteurl.com/lib/signatures/<?php echo $pilotcode;?>.png" /> Quote
VirtualBMI Posted May 13, 2013 Author Report Posted May 13, 2013 <img src="http://www.siteurl.com/lib/signatures/<?php echo $pilotcode;?>.png" /> Thank you very much regards 1 Quote
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.