Jump to content

What are the codes for it?


Kyle

Recommended Posts

  • Moderators

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.

Link to comment
Share on other sites

Ye but how i understand he want's a text field with a ready code to copy to input on forum :rolleyes:

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>

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...