Fernando Posted January 4, 2013 Report Share Posted January 4, 2013 Hello everybody, I'm sharing with you the badge pilot I see you always look here in the forum. Installation Downlod of the files: voegolv.vv.si/badge.rar 1° Download files badge 2°Send to folder of files on your server for the badge mysite.net / lib / images 3° Enter the code below onto your page Profile_main.tpl or pilot_public_profile.tpl, where you want the badge to appear Pilot <table width="226" border="0" cellspacing="0" cellpadding="0" background="<?php echo SITE_URL?>/lib/images/badge/cracha3.jpg"> <tr> <td width="226" bgcolor="e97714"><img src="<?php echo SITE_URL?>/lib/images/badge/cracha_top.jpg" alt="a" width="227" height="36"></td> </tr> <tr> <td bgcolor="e97714"><img src="<?php echo SITE_URL?>/lib/images/badge/cracha_branner.jpg" alt="a" width="227" height="50"></td> </tr> <tr> <td height="98" align="center" bgcolor="e97714"><img src="<?php echo PilotData::getPilotAvatar($pilotcode); ?>" alt="a" /></td> </tr> <tr> <td align="center" bgcolor="e97714" class="zzsz"><span class="style4"><?php echo $userinfo->firstname . ' ' . $userinfo->lastname?></span></td> </tr> <tr> <td height="18" align="center" bgcolor="e97714" class="zzsz"><span class="style5"><?php echo $userinfo->rank;?></span></td> </tr> <tr> <td align="center" bgcolor="e97714" class="zzsz"><img src="<?php echo SITE_URL?>/lib/images/badge/cracha5.jpg" alt="a" width="125" height="65"></td> </tr> <tr> <td align="center" bgcolor="e97714" class="zzsz"><img src="<?php echo SITE_URL?>/lib/images/badge/cracha_rodape.jpg" alt="a" width="227" height="50"></td> </tr> </table> Demo of the Badge. Website: www.voegolv.net By: Luiz Fernando Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted January 4, 2013 Moderators Report Share Posted January 4, 2013 wouldn't it be easyer to just have 1 picture instead of 5 now i need to alter 5 pictures to have it looking for my website Quote Link to comment Share on other sites More sharing options...
Fernando Posted January 4, 2013 Author Report Share Posted January 4, 2013 Each photo represents a part of your badge, the script will add all photos to make the design of badge. The script is a base for people with little knowledge in php, but can be changed for better performance, my only intention was to help people with little knowledge on the subject. Website: www.voegolv.net By: Luiz Fernando Quote Link to comment Share on other sites More sharing options...
freshJet Posted January 6, 2013 Report Share Posted January 6, 2013 That can easily be done with the one image like joeri said, just have one, create a div for it and then position the text around it with CSS. 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.