What are the codes for it?

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.

@Edit

See full code two posts down.

There’s a link to it in the pilot center already - “View my badge”

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 Like

Ah, right. Well you can copy it from the link which exists right now

k but the pcitrue won’t disaply.

check if the path is right i mean www.blablabla.com/lib/signatures/ .

1 Like

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

This is what’s being used for it right now:

http://github.com/nshahzad/phpVMS/blob/master/core/templates/profile_main.tpl#L54