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="dftut" 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
.dftut{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
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="dftut" 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
.dftut{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