MyBB Community Forums

Full Version: Postbit Background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
easy to do heres how

this method is for how to do it for you and other users can also do it if you set the permissions

first make a Custom Profile Field
title Postbit Cover
Short Description (Only .jpg, .gif, .png supported)
Field Type textbox
next one can be blank
length 500
display on postbit set to yes

go to templates >> your template >> postbit template >> postbit classic
paste this at the top <div class="postbit_background" style="background-image: url({$post['fidX']});"></div>
change X to your custom field you made if you hover over it at the bottom it will tell you the ID
add this css to global.css
.postbit_background{position:absolute;height:120px;width:170px;opacity:.40}
go to yoursite/usercp.php?action=profile
you will see postbit cover paste your image link save
done
hope this helped
(2018-09-13, 04:57 PM)EVX Wrote: [ -> ]easy to do heres how

this method is for how to do it for you and other users can also do it if you set the permissions

first make a Custom Profile Field
title Postbit Cover
Short Description  (Only .jpg, .gif, .png supported)
Field Type textbox
next one can be blank
length 500
display on postbit set to yes

go to templates >> your template >> postbit template >> postbit classic
paste this at the top <div class="postbit_background" style="background-image: url({$post['fidX']});"></div>
change X to your custom field you made if you hover over it at the bottom it will tell you the ID
add this css to global.css
.postbit_background{position:absolute;height:120px;width:170px;opacity:.40}
go to yoursite/usercp.php?action=profile
you will see postbit cover paste your image link save
done
hope this helped
It did, but now the postbit bg, is over my username... like i can't click my username to go to my profile... and that's not only on my profile its on all postbits for all users even if they dont have postbit bg.

and it also displays "Postbit Cover: https://i.imgur.com/9N3bYAC.jpg" under my reputation?
not work to me  Sad
Pages: 1 2