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 March 16th 2014, 5:15 pm

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 March 16th 2014, 5:38 pm; 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 March 16th 2014, 5:19 pm

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!
TheCrow
TheCrow
Manager
Manager

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

https://www.inforumgr.com

Back to top Go down

Solved Re: username under the avatar, need template

Post by delicious March 16th 2014, 5:37 pm

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 March 16th 2014, 5:38 pm

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!
TheCrow
TheCrow
Manager
Manager

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

https://www.inforumgr.com

Back to top Go down

Solved Re: username under the avatar, need template

Post by delicious March 16th 2014, 5:39 pm

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 March 16th 2014, 7:21 pm

Topic solved and archived
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

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