Back to Modification Graveyard

admin background on postbit
Mod Version: 1.00, by bomber1614

This thread is in the Modification Graveyard.
vB Version: 4.1.7 Rating: (0 vote - 0 average) Installs: 3
Released: 07 Nov 2011 Last Update: Never Downloads: 0
Not Supported Code Changes  

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;
}
then once you find that your going to add under neath
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;
}
then once you have finished hit save

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
no replace that coding with this new coding
Code:
<div class="postdetails">
		<vb:if condition="is_member_of($post, 6)"><div class="userinfo2">
<vb:else />
<div class="userinfo">
</vb:if>
and then it going to look like this

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

vblts.ru supports vBulletin®, 2022-2024