Error with Fusion64 style.

RecklezzWarez

New Member
I keep getting this error on my postbit, I changed the "Use Legacy (Vertical) Postbit Template" to yes. But no avail, what can I do to fix this?
 
I believe this happens when you exceed a certain size of avatar. Keep the avatar to no more than 120px wide and it will look fine. That's what I did anyways.

My problem with it is that I can't get it to stop using the legacy style. I need the horizontal layout but can't make it happen.

Edit - I solved this fairly easily after following a suggestion from Hoxxy from another somewhat related thread. I simply reverted the postbit template (having saved it first).
 
The reason for this is because your username is too long!

The skin only allows for 14 characters after that it will kick out, like your image.

The only solution is to shorten your username or put a space in somewhere between.
 
Try this

in postbit find:

PHP:
    <if condition="$show['avatar']">
        <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>
                <br /></if>


replace
Code:
$post[avwidth] $post[avheight]
with:

Code:
width="80%" height="80%"
 
Back
Top