MyBB Community Forums

Full Version: How to change welcome block ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I currently use Metro theme.
I have welcome block in single line similar to this
[Image: 5b64e339180162225e4ba13e85e2e4e9.png]

How to change it into welcome block like this with right alignment ?
[Image: wb.PNG]

Advance thanks..
ACP >> Templates >> Your Theme >> Header >> header_welcomeblock_member

Pretty much edit the code in there, you can use the following to display the avatar.
<img src="{$mybb->user['avatar']}" alt="Avatar" width="50px" height="50px" />
Only avatar added bro...
Welcome block not resizing
If you need it at a certain height and width then define that in the CSS.
example:
#panel {
width: 500px;
height: 150px;
}
Ok bro... I changed to bluelust with predefined styles...
Thanks..
No problem. Glad I was able to assist.
(2013-03-03, 05:16 PM)Turbo Wrote: [ -> ]If you need it at a certain height and width then define that in the CSS.
example:
#panel {
width: 500px;
height: 150px;
}

Where to change CSS ?
Admin CP -> Templates & Style -> Themes -> *Theme* -> global.css -> Advanced Mode
Can you tell exacltly, which CSS should i change for <a hover> link colour for mod CP, Admin CP in the above image.
That CSS was the height and width of the container.
Pages: 1 2