Moderators Kyle Posted April 4, 2010 Moderators Report Share Posted April 4, 2010 Hi i got two questions. first question. I want the signature picture to display. Any codes for it? second question. I want the url for the pilots to copy like for Example. my pilot id is CS0001 and i want the URL to be like this http://www.flycsun.com/lib/sginature/CS0001.png so my pilots can copy it so they can paste it. It will be worth Two points if it worked for me. Quote Link to comment Share on other sites More sharing options...
MaciejO Posted April 4, 2010 Report Share Posted April 4, 2010 @Edit See full code two posts down. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 4, 2010 Administrators Report Share Posted April 4, 2010 There's a link to it in the pilot center already - "View my badge" Quote Link to comment Share on other sites More sharing options...
MaciejO Posted April 4, 2010 Report Share Posted April 4, 2010 Ye but how i understand he want's a text field with a ready code to copy to input on forum Upss did not read fully. Ok to dispaly it or go to my badge or just <img src="http://www.flycsun.com/lib/signature/<?php echo $pilotcode;?>.png"/> So for example full code you put can look like this : <table width="406" height="31" border="0"> <tr> <td width="400"> <form> <p><strong>Your Signature</strong></p> <p> <img src="http://www.flycsun.com/lib/signatures/<?php echo $pilotcode;?>.png"/> </p> <p><strong>Forum Code :</strong></p> <p> <input width="400" type="text" value="[img]http://www.flycsun.com/lib/signatures/<?php echo $pilotcode;?>.png[img]" /> </p> </p> </form> </td> </tr> </table> 1 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 4, 2010 Administrators Report Share Posted April 4, 2010 Ah, right. Well you can copy it from the link which exists right now Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted April 4, 2010 Author Moderators Report Share Posted April 4, 2010 k but the pcitrue won't disaply. Quote Link to comment Share on other sites More sharing options...
MaciejO Posted April 4, 2010 Report Share Posted April 4, 2010 check if the path is right i mean www.blablabla.com/lib/signatures/ . 1 Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted April 4, 2010 Author Moderators Report Share Posted April 4, 2010 check if the path is right i mean www.blablabla.com/lib/signatures . OK, it works. Thanks, I'll give you two points tonight cause I'm out of quota right now. I won't forget Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 4, 2010 Administrators Report Share Posted April 4, 2010 This is what's being used for it right now: http://github.com/nshahzad/phpVMS/blob/master/core/templates/profile_main.tpl#L54 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.