admin background on postbit
This thread is in the Modification Graveyard.
i am here to show you guys the updated and easy mod to have a admin background ok here it is
in postbit.css your gonna find Code:
.postbitlegacy .userinfo { float:{vb:stylevar left}; position: relative; width: {vb:math {vb:stylevar postbitlegacy_userinfo_width}-{vb:math {vb:stylevar padding}*2}}; padding: 2px {vb:stylevar padding} {vb:math {vb:stylevar padding}/2}; font-size: {vb:stylevar small_fontSize}; display:block; background: {vb:stylevar postbit_userinfo_background}; _background-image: none; _margin-top: -{vb:math {vb:math 16px*{vb:stylevar line_height}} + {vb:stylevar padding}-{vb:stylevar postbit_border.borderWidth}}; clear:both; } Code:
/*Custom Postbit Background - Image*/ .postbitlegacy .userinfo2 { float:{vb:stylevar left}; position: relative; width:{vb:math {vb:stylevar postbitlegacy_userinfo_width}-{vb:math {vb:stylevar padding}*2}}; padding: 2px {vb:stylevar padding} {vb:math {vb:stylevar padding}/2}; font-size: {vb:stylevar small_fontSize}; display:block; background: #xxxxxx /*url(url to image here) no-repeat*/; _margin-top: -{vb:math {vb:math 16px*{vb:stylevar line_height}} + {vb:stylevar padding}-{vb:stylevar postbit_border.borderWidth}}; clear:both; } now your going to search postbit_legacy and your going to find Code:
<div class="postdetails"> and your going to replace <div class="userinfo"> with this too Code:
<div class="postdetails"> <vb:if condition="is_member_of($post, 6)"><div class="userinfo2"> <vb:else /> <div class="userinfo"> </vb:if> this is a new updated photo heres the admin image sorry guys new coding is up this is so that you can keep the same font you had before for the postbit_legacy Download No files for download. Screenshots
|
Similar Mods
admin cp login background | vBulletin 3.5 Add-ons |