Back to vBulletin 3.5 Template Modifications

Quote Boxes Fit To Content
Mod Version: 1.0, by Developer

This modification is in the archives.
vB Version: 3.5.4 Rating: (1 vote - 5.00 average) Installs: 18
Released: 14 Jan 2006 Last Update: Never Downloads: 2
Not Supported Template Edits  

this is a simple template modification was requested here
"see screenshots"
open templates:bbcode_quote
and replace all content with this
Code:
<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
	<div class="smallfont" style="margin-bottom:2px">$vbphrase[quote]:</div>
	<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0">
	<tr>
		<td class="alt2" style="border:1px inset">
			<if condition="$show['username']">
				<div><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></div>
				<div style="font-style:italic">$message</div>
			<else />
				$message
			</if>
		</td>
	</tr>
	</table>
</div>
then open:bbcode_quote_printthread
and replace all content with
Code:
<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
	<div class="smallfont" style="margin-bottom:2px">$vbphrase[quote]:</div>
	<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0">
	<tr>
		<td class="alt2">
			<hr />
			<if condition="$show['username']">
				<div><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></div>
				<div style="font-style:italic">$message</div>
			<else />
				$message
			</if>
			<hr />
		</td>
	</tr>
	</table>
</div>
Donation::.
Feel Free To https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=filmahosting%40gmail%2ecom&item_name=DEVELOPER&item_number=1&no_shipping=0&no_note=1&tax=0&currency_code=USD&bn=PP%2dDonationsBF&charset=UTF%2d8

Download

No files for download.

Screenshots

       

Similar Mods

[Release] Quote Boxes vBulletin 2.x Template Modifications

vblts.ru supports vBulletin®, 2022-2024