Thanks, installed.
Quote:
Originally Posted by Brathamike
GREAT MOD!!!! but how do you center the picture ava picture? also
do i put this in the first table or on the second table?
.pbit {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #FFFFFF;
border-top: 1px solid #dadada;
border-right: 2px solid #dadada;
border-left: 1px solid #dadada;
border-bottom: 2px solid #dadada;
margin-bottom: 3px;
}
also can you list all the things we should do..So far i have Join Date and post..what are the others that we should modify
|
Find
Code:
<if condition="$show['avatar']">
Below Replace
Code:
<div class="smallfont">
With
Code:
<div class="smallfont" align="center">
Find
in this line
Code:
<img src="$post[avatarurl]"
and add this to the end
The whole thing should look similar to this.
Code:
<if condition="$show['avatar']">
<div class="smallfont" align="center">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" align="center" /></a>
</div>
</if>
Do the same with the Title ect