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?
 

RecklezzWarez

New Member
Itsuki Minami said:
seems like you modified the postbit , well you have to go to all style options and change the css to fix this

I actually just installed the style.
What would I change in the css?
 

vbuser49

New Member
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).
 

Blagger

New Member
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.
 

hack346

New Member
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%"
 
Top