Back to vBulletin 3.8 Template Modifications

Updated Postbit Legacy
Mod Version: 1.00, by JGreig

vB Version: 3.8.4 Rating: (1 vote - 4.00 average) Installs: 9
Released: 18 Oct 2009 Last Update: Never Downloads: 0
Not Supported Template Edits Code Changes Translations  

This will add a nice background and border to the postbit_legacy information such as join date, posts, reputation etc.

Styles & Templates >> Postbit templates >> postbit_legacy >> Find:

Code:
<if condition="$post['joindate']"><strong>$vbphrase[join_date]:</strong> $post[joindate]</if>
Change to:
Code:
<if condition="$post['joindate']"><div class="userinfo"><strong>$vbphrase[join_date]:</strong> $post[joindate]</div></if>
Save and now go to All Style Options for your template and add the following code to your CSS:
Code:
.userinfo {
	background: #e6ebf0;
	border: 1px solid #a2a2a2;
	border-left-width: 3px;
	text-align: left;
	padding: 5px;
	margin-bottom: 2px;
}
You can also add the following code around anything in the postbit_legacy template:
Code:
<div class="userinfo"></div>
Example:

Code:
<if condition="$post['age']"><div class="userinfo"><strong>$vbphrase[age]:</strong> $post[age]</div></if>
<div class="userinfo">
<strong>$vbphrase[posts]:</strong> $post[posts]
</div>
-------------------------------------------------------
I hope I explained it well, if not I am sorry, this is the first time I have posted something like this. My apologies in advance.

Download

No files for download.

Similar Mods

Show Thread Enhancements Showing Custom Profile Fields On Postbit And Postbit Legacy vBulletin 3.6 Template Modifications
Show Thread Enhancements Innovative Signature Showcase vBulletin 3.8 Template Modifications
Show Thread Enhancements Email to Friend, Print Version, Subscribe Thread in Postbit/Postbit Legacy vBulletin 3.8 Template Modifications
Profile Enhancements Innovative Signature Showcase vBulletin 3.7 Template Modifications

vblts.ru supports vBulletin®, 2022-2024