Otacilio Jales Posted June 25, 2012 Report Share Posted June 25, 2012 staff would like to know if someone has a script that creates the company badge with the picture, id pilot, hub and everything else! Thank you! Exemple: 2 Quote Link to comment Share on other sites More sharing options...
edmundk Posted June 26, 2012 Report Share Posted June 26, 2012 Yea i would also be interested in some sort of script like that. Quote Link to comment Share on other sites More sharing options...
RogerB Posted July 17, 2012 Report Share Posted July 17, 2012 Great idea. What if you just made that their avatar? Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted July 17, 2012 Moderators Report Share Posted July 17, 2012 Great idea. What if you just made that their avatar? I bet you, I would say that's a good idea! Quote Link to comment Share on other sites More sharing options...
RogerB Posted July 17, 2012 Report Share Posted July 17, 2012 I created a simple ID badge for the new site skin I'm working on. Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted July 17, 2012 Moderators Report Share Posted July 17, 2012 What a nice wicked design on your site Roger! I like how the wooden background blends into the site! Well Done! Quote Link to comment Share on other sites More sharing options...
RogerB Posted July 17, 2012 Report Share Posted July 17, 2012 Thanks but the template I purchased. Quote Link to comment Share on other sites More sharing options...
RogerB Posted July 17, 2012 Report Share Posted July 17, 2012 I re did the badge to make it look like a worn badge... Quote Link to comment Share on other sites More sharing options...
MrAmsterdam Posted July 27, 2012 Report Share Posted July 27, 2012 Thanks but the template I purchased. Where did u buy it? Quote Link to comment Share on other sites More sharing options...
RogerB Posted July 27, 2012 Report Share Posted July 27, 2012 i3dthemes.com Quote Link to comment Share on other sites More sharing options...
TRIPTAKER27 Posted September 18, 2012 Report Share Posted September 18, 2012 Does someone have the code to create this? Quote Link to comment Share on other sites More sharing options...
warpennys Posted December 1, 2012 Report Share Posted December 1, 2012 Thought I would share this... I made this yesterday, then saw the desire for it on here. Wings On Air and USA Flight Club are using this and we got the idea from one of our members who just made the avatar. It is a work in progress as I haven't taken the style jiberish out, yet and put it into css. As you can see this is just creating a background for a table and having the avatar a person uploads to the site and everything else, which makes every users badge custom to them. Problem is, you can't download from your site with it set up this way, and that's a bumber, so I'm trying to figure out how to modify the badge in phpvms to adjust the layout of the badge. Any help there would be appreciated. Here is the code: *********************************************************************************************************************************** <div align="left"> <table> <tr> <td style="width: 235px; height: 300px; background: url('<?php echo SITE_URL.'/lib/avatars/avatar_back_wingsonair.png'; ?>')"><br /><br /><br /><center> <p> <center><b><font face="Arial" size="+1" color="#FF0000"><?php echo $pilotcode . ' - ' . $userinfo->firstname; ?></font></b></center> <center><b><font face="Arial" color="#000000"><?php echo $userinfo->rank;?></font></b></center> <table align="left" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" cellspacing="0" cellpadding="0"> <tr> <td><?php if(!file_exists(SITE_ROOT.AVATAR_PATH.'/'.$pilotcode.'.png')) { echo 'No Avatar you can upload an Avatar by going to the pilot center, then go to edit profile'; } else { echo '<img src="'.SITE_URL.AVATAR_PATH.'/'.$pilotcode.'.png'.'" alt="No Avatar" width="115" height="115" /> '; } ?> </td> </tr> </table></td> <td><table border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="<?php echo PilotData::getPilotAirlineLogo(Auth::$userinfo->pilotid); ?>" align="top" width="70px" height="70px" /></td> </tr> <tr> <td><img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" align="left" style="max-width: 70px" /></td> </tr> </table></td> </tr> </table> </center> <center><b><font face="Arial" color="#000000">Member Since:</font></b> <b><font color="#152F8C"><?php echo (date('m/d/Y', strtotime($userinfo->joindate))); ?></font></b></center> </td> </tr> </table> </div> ******************************************************************************************************************************************************** 1 Quote Link to comment Share on other sites More sharing options...
warpennys Posted December 3, 2012 Report Share Posted December 3, 2012 Been Hard at work coding for the new badge system. Going off the avatar idea above in this topic, we've been able to get this far. My avatar here was created using the badge system in phpvms, but it is not the finished project. That's right, this is the badge that is currently implemented in phpvms, so you will be able to allow users to choose there background or keep it at just one, use the code to have different backgrounds depending on the rank of the user, or even have the logo shown on the badge to represent a division or airline if you have multiple in your VA. (there will also be the option to show more data) When the code is finished, it will be released here. Thanks! 2 Quote Link to comment Share on other sites More sharing options...
Otacilio Jales Posted December 20, 2012 Author Report Share Posted December 20, 2012 Been Hard at work coding for the new badge system. Going off the avatar idea above in this topic, we've been able to get this far. My avatar here was created using the badge system in phpvms, but it is not the finished project. That's right, this is the badge that is currently implemented in phpvms, so you will be able to allow users to choose there background or keep it at just one, use the code to have different backgrounds depending on the rank of the user, or even have the logo shown on the badge to represent a division or airline if you have multiple in your VA. (there will also be the option to show more data) When the code is finished, it will be released here. Thanks! Nice work, like much of this code! those days I did not have time to shake, I'm coming over now thanks! Quote Link to comment Share on other sites More sharing options...
Fernando Posted December 20, 2012 Report Share Posted December 20, 2012 I made a simple, my result follows in print. Quote Link to comment Share on other sites More sharing options...
tgycgijoes Posted January 4, 2013 Report Share Posted January 4, 2013 I actually made badges for my pilots when there were only a couple of us and sent them to them as pdf files to put their own photo on. Now we have 9 pilots I like the avatar idea and will be putting the badge as the avatar for each pilot. Thanks guys for the idea. I created the badge in MS Publisher but since the avatar is a jpg, I will be using Corel Photoshop to make ours and "paste" the photos on them and output jpgs for the avatars. Quote Link to comment Share on other sites More sharing options...
tgycgijoes Posted January 4, 2013 Report Share Posted January 4, 2013 I just posted a new thread for some php coding help with award display. If I can help any of you create an avatar jpg background for your va, or awards or rank jpgs, that is something I can do. Message me if I can help. Quote Link to comment Share on other sites More sharing options...
AlessandroCuba Posted January 23, 2013 Report Share Posted January 23, 2013 this is my idea Quote Link to comment Share on other sites More sharing options...
warpennys Posted January 23, 2013 Report Share Posted January 23, 2013 That works! 1 Quote Link to comment Share on other sites More sharing options...
Ademar Andrade Posted April 11, 2013 Report Share Posted April 11, 2013 This is mine... Quote Link to comment Share on other sites More sharing options...
warpennys Posted April 14, 2013 Report Share Posted April 14, 2013 This is mine... Ha ha! Love it. Don't leave home ...er' the airport without it! 1 Quote Link to comment Share on other sites More sharing options...
BaRBeR Posted April 16, 2013 Report Share Posted April 16, 2013 i like yours @warpennys. Think its ace ahha, well done good job Quote Link to comment Share on other sites More sharing options...
Ademar Andrade Posted April 17, 2013 Report Share Posted April 17, 2013 Ha ha! Love it. Don't leave home ...er' the airport without it! i like yours @warpennys. Think its ace ahha, well done good job Thank you guys! Our Pilots have a credit card (mastercard) to buy cars, houses...etc...They are very rich flying with us...hahahahah Quote Link to comment Share on other sites More sharing options...
warpennys Posted April 20, 2013 Report Share Posted April 20, 2013 Thank you guys! Our Pilots have a credit card (mastercard) to buy cars, houses...etc...They are very rich flying with us...hahahahah Interesting... Making a note for that one. 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.