vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Mini-Profile Request

[F] Mini-Profile Request - Posted By LEG7930 (lauren) on 2nd Apr 08 at 11:07pm
I would do it myself, but I am unsure on how to do something on it, so if you do this, I can learn from the code and figure it out for next time. Thanks in advance. Smiley

Image
Avatar Background Image:
http://i30.tinypic.com/2zrncc8.png

If the user have no...
Avatar, put: No Avatar
Custom Title, put: Saxon University
Personal Text, put: (Nothing, leave blank)
Secondry Group, put: (Nothing, leave blank)


Thanks Again! {Kiss}

Re: Mini-Profile Request - Posted By Michael (wrighty) on 3rd Apr 08 at 12:31am
Posts, Warning, Joined & Status were all omitted ... {Unsure}


Code: HTML
 
  1. <center>
  2. <font style="font-size: 16px; font-weight: bold;">{display_name}</font><br />
  3. {rank_image}
  4. <table border=0 width=100%>
  5. <tr>
  6. <td style="background-image: url('http://i30.tinypic.com/2zrncc8.png'); background-repeat: no-repeat; width: 143px; height: 143px; text-align: center; vertical-align: middle;">{if:avatar}{avatar}{/if:avatar}{ifnot:avatar}No<br />Avatar{/ifnot:avatar}
  7. </td>
  8. </tr>
  9. </table>
  10. {contact}
  11. {if:gender}Gender: {gender}{/if:gender}<br />
  12. {if:age}Age: {age}{/if:age}<br />
  13. {if:additional_info}{additional_info:<br />}{/if:additional_info}<br>
  14. {ifnot:custom_title}<font color='#cc0000'>Saxon University</font><br />{/ifnot:custom_title}{if:custom_title}{custom_title}<br />{/if:custom_title}
  15. {if:personal_text}{personal_text}<br />{/if:personal_text}
  16. <br>
  17. </font>
  18. {if:secondrygroup}<font style="font-size: 14px;">{secondrygroup_name}{/if:secondrygroup}
  19. </font>
  20. </center>
 


That should be what you're after.
Image => Mini Profile Template => Member