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.

username under the avatar, need template

3 posters

Go down

Solved username under the avatar, need template

Post by delicious Sun 16 Mar 2014 - 17: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 16 Mar 2014 - 17:38; edited 1 time in total
delicious
delicious
Forumember

Female Posts : 213
Reputation : 1
Language : lithuanian

http://wildchild.forumlt.com/

Back to top Go down

Solved Re: username under the avatar, need template

Post by TheCrow Sun 16 Mar 2014 - 17: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.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: username under the avatar, need template

Post by delicious Sun 16 Mar 2014 - 17:37

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

Female Posts : 213
Reputation : 1
Language : lithuanian

http://wildchild.forumlt.com/

Back to top Go down

Solved Re: username under the avatar, need template

Post by TheCrow Sun 16 Mar 2014 - 17: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.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: username under the avatar, need template

Post by delicious Sun 16 Mar 2014 - 17:39

yes, I marked Smile
gl
delicious
delicious
Forumember

Female Posts : 213
Reputation : 1
Language : lithuanian

http://wildchild.forumlt.com/

Back to top Go down

Solved Re: username under the avatar, need template

Post by Ange Tuteur Sun 16 Mar 2014 - 19:21

Topic solved and archived
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum