username under the avatar, need template Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    username under the avatar, need template

    delicious
    delicious
    Forumember


    Female Posts : 213
    Reputation : 1
    Language : lithuanian

    Solved username under the avatar, need template

    Post by delicious Sun Mar 16 2014, 18:15

    Hello, I want do that: that username and rank be under the avatar Smile
    my template:
    Code:
    <!-- BEGIN displayed -->
       <tr class="post">  
              <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
       <div class="profilentour">
            <center>      
              <div class="profil"><span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}<br/>{postrow.displayed.POSTER_RANK}<br/>
                                      {postrow.displayed.RANK_IMAGE}</strong></span></center><br/>
              <div class="profil_avatar"><center>{postrow.displayed.POSTER_AVATAR}</center></span></center></div></div>
       <div class="profilmasque" onClick="this.firstChild.value=(this.firstChild.value=='all about me')?'i have enough':'all about me';this.lastChild.style.display=(this.firstChild.value=='all about me')?'none':'block';" style="text-align: center;"><input type="button" value="all about me" class="profil1"/><div style="display: none;  text-align:left;">        
              <!-- BEGIN profile_field -->
                {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                <!-- END profile_field -->
                {postrow.displayed.POSTER_RPG}
              </div></div>
             </span><br />
                              <img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" /></div>
          </td>
          <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
             <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                   <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}   <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
                   <td valign="top" nowrap="nowrap" class="post-options">
                      {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
                   </td>
                </tr>
                <tr>
                   <td colspan="2" class="hr">
                      <hr />
                   </td>
                </tr>
                <tr>
                   <td colspan="2">
                      <!-- BEGIN switch_vote_active -->


    Last edited by delicious on Sun Mar 16 2014, 18:38; edited 1 time in total
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: username under the avatar, need template

    Post by TheCrow Sun Mar 16 2014, 18:19

    Here you go.

    Code:
    <!-- BEGIN displayed -->
      <tr class="post"> 
              <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
      <div class="profilentour">
        <div class="profil_avatar"><center>{postrow.displayed.POSTER_AVATAR}</center></div>
        <div class="profil"><center><span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}<br/>{postrow.displayed.POSTER_RANK}<br/>
          {postrow.displayed.RANK_IMAGE}</strong></span></center></div>
               
      <div class="profilmasque" onClick="this.firstChild.value=(this.firstChild.value=='all about me')?'i have enough':'all about me';this.lastChild.style.display=(this.firstChild.value=='all about me')?'none':'block';" style="text-align: center;"><input type="button" value="all about me" class="profil1" /><div style="display: none;  text-align:left;">       
              <!-- BEGIN profile_field -->
                {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                <!-- END profile_field -->
                {postrow.displayed.POSTER_RPG}
              </div></div>
            <br />
                              <img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" /></div>
          </td>
          <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}  <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
                  <td valign="top" nowrap="nowrap" class="post-options">
                      {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
                  </td>
                </tr>
                <tr>
                  <td colspan="2" class="hr">
                      <hr />
                  </td>
                </tr>
                <tr>
                  <td colspan="2">
                      <!-- BEGIN switch_vote_active -->

    I fixed some of the wrong commands you had.
    Good luck,
    Marios.



    username under the avatar, need template Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    delicious
    delicious
    Forumember


    Female Posts : 213
    Reputation : 1
    Language : lithuanian

    Solved Re: username under the avatar, need template

    Post by delicious Sun Mar 16 2014, 18:37

    oh very very thx <3 I know that wrong commands but I can't fix that Very Happy thanks very muuuch Smile
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: username under the avatar, need template

    Post by TheCrow Sun Mar 16 2014, 18:38

    Your welcome. If you have any questions, i will be glad to help you. If not you could ask or mark it solved.

    Thanks,
    Marios.



    username under the avatar, need template Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    delicious
    delicious
    Forumember


    Female Posts : 213
    Reputation : 1
    Language : lithuanian

    Solved Re: username under the avatar, need template

    Post by delicious Sun Mar 16 2014, 18:39

    yes, I marked Smile
    gl
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: username under the avatar, need template

    Post by Ange Tuteur Sun Mar 16 2014, 20:21

    Topic solved and archived