MyBB Community Forums

Full Version: How do i fix this :/
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

I dont know why, but all of a sudden, the avatar section has been bugged on my board.
It looks like this now..
[Image: l38p3iA.png]

Any idea how to solve this?

Thanks
what is the issue with this avatar section ?

it seems okay to me šŸ¤”
(2021-06-06, 08:34 AM)PARADOXP Wrote: [ -> ]what is the issue with this avatar section ?

it seems okay to me šŸ¤”
Hey Paradoxp,

It used to be the picture, under the picture the name, and under the name, the usergroup.
Now all of a sudden it got tangeled up.
Can you post your board url?
(2021-06-06, 02:52 PM)Ben Wrote: [ -> ]Can you post your board url?
Hey Ben,
Yes, here you go;

https://rabot.dev/forum/
Go
Admincp>>Templates and styles>>Templates>>Your theme>>Postbit templates>>Postbit_classic

Find this
<strong><span class="largetext">{$post['profilelink']}</span></strong>

and place it obove thisĀ {$post['useravatar']} and add this <br> between
It will look like this

<strong><span class="largetext">{$post['profilelink']}</span></strong>
<br>
{$post['useravatar']}
(2021-06-08, 09:29 AM)Mastersly Wrote: [ -> ]Go
Admincp>>Templates and styles>>Templates>>Your theme>>Postbit templates>>Postbit_classic

Find this
<strong><span class="largetext">{$post['profilelink']}</span></strong>

and place it obove thisĀ {$post['useravatar']} and add this <br> between
It will look like this

<strong><span class="largetext">{$post['profilelink']}</span></strong>
<br>
{$post['useravatar']}


Hey,

I really appreciate your comment, but it did not work.
I did actually find something that did work.

I editedĀ postbit_avatar, by adding a <br> after it, and that did fix the text.
But, then avatar is still not centered.
Do you by any change know, how to fix that?


Thanks alot!