ASK-How to put username and avatar in middle?

DeLOeM at 07h19
22
Jan
2012
I think i cannot find this,can you help me?
I want in message body,the avatar and username is put in middle
can you solved this? please,help me beu
1 Coddy, on 22/01/2012 at 10h07
Add to CSS Stylesheet:
Code:
span.name strong a span strong{
margin-left: 75px;
margin-right: 75px;
}

span.postdetails.poster-profile img{
margin-left: 75px;
margin-right: 75px;
}
2 Dr. Karlos, on 23/01/2012 at 04h21
Hi,

Find this part in your template viewtopic_body:
Code:
<!-- BEGIN postrow -->
  <!-- BEGIN displayed -->
  <tr class="post">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
        <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span>
 
            <span class="postdetails poster-profile">
            {postrow.displayed.POSTER_RANK}
 
            {postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}
 
 
            <!-- 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}
        </span>
 
        <img src="http://illiweb.com/fa/empty.gif" alt="" style="width:150px;height:1px" />
      </td>


And replace it by this:
Code:
<!-- BEGIN postrow -->
  <!-- BEGIN displayed -->
  <tr class="post">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
        <center><span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span></center>
 
            <span class="postdetails poster-profile"><center>
            {postrow.displayed.POSTER_RANK}
 
            {postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}</center>
 
 
            <!-- BEGIN profile_field -->
            <center>{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}</center>
            <!-- END profile_field -->
            <center>{postrow.displayed.POSTER_RPG}</center>
        </span>
 
        <img src="http://illiweb.com/fa/empty.gif" alt="" style="width:150px;height:1px" />
      </td>



Cordially,
Dr. Karlos
3 DeLOeM, on 23/01/2012 at 12h33
@all thank you so much

Solved now
4 Coddy, on 23/01/2012 at 12h35
Glad we could help. Very Happy
5 Nera., on 23/01/2012 at 12h36
Topic Solved & Locked
Similar topics
How to muve poster name at middle
On any message board I've been a member of, the usernames of people have always been above their avatar image, along (usually) with their rank on the board. I find it odd that that's not so with Forumotion. I'd at least like the ability to make that
I thought it would be great idea if you could set the avatar show below your username. This could be an option next to "profile [LEFT / RIGHT]". What do you think? It's not a big thing and that's why I think it could be easy for you to make.
See also
more_less
Informations

5 Replies For the topic :
"ASK-How to put username and avatar in middle?"

This topic has been viewed 707 times.

Last message :
22/01/2012 at 07h19 by "DeLOeM"