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

[F] Mini-Profile mod - Posted By dog199200 (dog199200) on 27th Feb 08 at 5:12am
Can someone please edit this and put it in tables so it will look as if it was set to tabular in the options plz {Smile}

Code:
 
  1. <font size="2">
  2.  
  3. <center>
  4. {display_name}
  5. <br />
  6. {rank}
  7. <script type="text/javascript">
  8. assign_rank('{display_name}', '{posts}');
  9. </script>
  10.  
  11. </center>
  12. {if:warning}{warning}<br />{/if:warning}
  13. <center>{if:custom_title}{custom_title}<br />{/if:custom_title}</center>
  14. {if:avatar}<center><br />{avatar}</center>{/if:avatar}
  15. <center>{personal_text}</center>
  16.  
  17. <br>
  18. <br />
  19. Posts: {posts}
  20.  
  21. <br />
  22. {if:online}
  23. Status: <b><font color=blue>Online</font></b>
  24. {/if:online}
  25. {ifnot:online}
  26. Status: <font color=red>Offline</font>
  27. {/ifnot:online}
  28.  
  29. {if:gender}<br />Gender: {gender}{/if:gender}
  30.  
  31. {if:location}<br />Location: {location}{/if:location}
  32. <br />
  33.  
  34. Joined: {joined}
  35. <br /><br />
  36.  
  37. {contact}
  38. <br>
  39.  
  40. ~Forum Data~
  41. <br />
  42. {additional_info}
  43. </font>
 

Re: Mini-Profile mod - Posted By LEG7930 (lauren) on 27th Feb 08 at 10:11pm
i'll do it

EDIT:
try this
Code:
 
  1. <table border=1 width=150 bordercolor=black cellpadding=2 cellspacing=0
  2. <tr>
  3. <td align=center>{display_name}</td>
  4. </tr>
  5. <tr>
  6. <td align=center>{rank}</td>
  7. </tr>
  8. <tr>
  9. <td align=center>>{if:custom_title}{custom_title}{/if:custom_title}{ifnot:custom_title}<font color=#000000></font> {/ifnot:custom_title}</td>
  10. </tr>
  11. </table>
  12. <br>
  13. <table width=150>
  14. <tr>
  15. <td align=center>{avatar}{ifnot:avatar}<font color=#000000><strong>No Avatar<strong></font>{/ifnot:avatar}</td>
  16. </tr>
  17. <tr>
  18. <td align=center>{personal_text}</td>
  19. </tr>
  20. </table>
  21. <br>
  22. <table border=1 width=150 bordercolor=black cellpadding=2 cellspacing=0>
  23. <tr>
  24. <td align=center>{posts}</td>
  25. </tr>
  26. <tr>
  27. <td align=center>{if:online}Status: Online{/if:online}{ifnot:online}Status: Offline{/ifnot:online} </td>
  28. </tr>
  29. <tr>
  30. <td align=center>{gender}</td>
  31. </tr>
  32. <tr>
  33. <td align=center>{registered}</td>
  34. </tr>
  35. <tr>
  36. <td align=center>{contact}</td>
  37. </tr>
  38. </table><br>
  39. <table border=1 width=150 bordercolor=black cellpadding=2 cellspacing=0>
  40. <tr>
  41. <td align=center>~Forum Data~</td>
  42. </tr>
  43. <tr>
  44. <td align=center>{additional_info}</td>
  45. </tr>
  46. </table>
 

Re: Mini-Profile mod - Posted By dog199200 (dog199200) on 28th Feb 08 at 12:31am
thank you, i had to fix it and finish it, but thanks to your general design i was able to finish it.

Re: [f] Mini-Profile mod - Posted By LEG7930 (lauren) on 29th Feb 08 at 2:10am
glad it works {Smile}