MyBB Community Forums

Full Version: Personal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I have installed this theme but the Avatar does not display on the index, just a box with a X. any idea how to fix this?
Well,sorry for my late answer. I am on holidays. What browser do you use ?
No problem on late answer. I use Google Chrome, but it did not work on IE either.
Do you have an avatar ? (I mean you have upload an avatar right ? )
yes, but it stayed a X
I fixed it by replacing

Quote:<span style="float:left;"><img src="{$mybb->settings['bburl']}/{$mybb->user['avatar']}" height="75" width="75"></span>

with

Quote:<span style="float:left;"><img src="{$mybb->user['avatar']}" height="75" width="75"></span>
I like it, thanks.

However, in the small box in the top right, could you make the username link to their profile or something?
Where you see

Welcome Back - {$mybb->user['username']}<br>

Replace it with

Welcome Back - <a href="member.php?action=profile">{$mybb->user['username']}</a><br>
^^

Perfect, thanks.
anytime Smile
Pages: 1 2 3