(2015-10-10, 10:44 PM)Danu Wrote: 1. Where do I find the postbit? I found a 'postbit' template however I couldn't find a min-height property, do you know which one it is in?
2. Yeah
3. Again I can't find that in the ACP either..
Sorry I'm new to the BB stuff haha, I'm also sorry if this is the wrong place to ask but your help would still be greatly appreciated
You're doing this correctly.
1. You find the postbit template, you have html and mybb vars in the templates, you need to search into the styles (also known as CSS) of the theme.
In global.css, search:
.post_body {
add
.post_body {
min-height: 100px;
}
Change "100px" for the amount you want.
2. Search in global.css
body {
Change:
body {
background: url(images/square/NAMEOFYOURIMAGE.EXTENSION) no-repeat #EFEFEF;
}
Change "NAMEOFYOURIMAGE" with the name of your background and "EXTENSION" for the file type (jpeg, png, bmp, etc).
Remember to upload your backgroun on your root folder > images > square.
3. ACP > Configuration > Settings
- Show thread options
- Profile options
- Member list
There you have the avatar width and height, change the values for what you want (100x100 for me is perfect).
I don't give support on PM.