MyBB Community Forums

Full Version: Postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I used EVX's method but it's showing this in postbit:

[Image: xiFGnWC.png]

And also the postbit image, is over the username so i cant click it... any idea on a fix there too pls help... already tried z-index etc.


Code used:
<div class="postbit_background" style="background-image: url({$post['fid4']});"></div>
.postbit_background{position:absolute;height:150px;width:220px;opacity:.25;background-size:cover;z-index:1;}
And a custom profile field

Regards.