I used EVX's method but it's showing this in postbit:
![[Image: xiFGnWC.png]](https://camo.mybb.com/698d4ab80e7fb8e83972fb5f61302e17c3b558c5/68747470733a2f2f692e696d6775722e636f6d2f786946476e57432e706e67)
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:
Regards.
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 fieldRegards.