Quote:
Originally Posted by VK3MTR
I just want to say thank JOsh for all your hard work on this.
I think it is great, and I don't even have an iPhone.
Is there some way that I can make the panel with the avatar on the left narrower so that the text area is larger in the area where a user is posting his post or reply (on the right).
It's just that in portrait mode the area is pretty narrow to read the post information.
Thank you
|
I never noticed this as I don't have avatars enabled on my boards, but this should fix it.
In the postbit_legacy template, search for this code:
Code:
<if condition="$show['avatar']">
<div class="smallfont">
<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" /></a>
</div>
</if>
and replace the $post[avwidth] $post[avheight] with values to shrink it to the size you want. The avatars might not look very good shrunk, so you might want to yank the avatars in the iPhone style.
--JOsh