MyBB Community Forums

Full Version: Change avatar position
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i want change my avatar position
I want that the avatar is under username

[Image: Nimeta.png]

I hope you understand me, my english is bad.
are you using right to left language forum and do you have user details at right side on the posts ?
can we have your forum url ..
my forum www.sibulad.esy.es

I made some change, i want that the avatar is under the name
admin panel >> templates >> Your Forum theme templates >> Post Bit templates >> postbit_avatar

add <div class="author_avatar"> at the beginning and </div> at the end & check

<div class="author_avatar"><a href="{$post['profilelink_plain']}"><img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} /></a></div>

Edit: also make below change

admin panel >> templates >> Your Forum theme templates >> Post Bit templates >> postbit

move {$post['useravatar']} to above of this code segment
<div class="author_statistics">
		{$post['user_details']}
	</div>