MyBB Community Forums

Full Version: Some questions and problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i am new to mybb. I am trying to make a private forum for my faction and i ran into some issues and i have some questions to ask;

How can i remove the white frame and the online status from the postbit? 

picture:
[Image: 8NNf4sf.png] 


Also
The profile picture on the shoutbox [DVZ shoutbox ] is too big, how can i fix it? 
[Image: 72Nkl0Z.png]

Thanks Big Grin
Not sure but i think the frame is theme related.
The online status, delete {$post['onlinestatus']} in postbit_classic.

The big avatar in shout, just add the css in theme -> global.css
The online status is gone [thanks to Johnnyvang] and shoutbox is fixed ..
i just want to know if that white frame can be removed. I am using Carbon theme btw.
Link us your forum so we can help you further.
(2017-01-12, 03:28 PM)RevB Wrote: [ -> ]The online status is gone [thanks to Johnnyvang] and shoutbox is fixed ..
i just want to know if that white frame can be removed. I am using Carbon theme btw.

Have you tried to modify these two calls?

.post .post_author div.author_avatar img {
    border: 1px solid #ddd;  /** avatar image bg border color **/
    background: #fff; /** avatar image bg color **/
}