Back to vBulletin 3.0 Template Modifications

Neat Quotes
Mod Version: 1.00, by KTBleeding

This modification is in the archives.
vB Version: 3.0.7 Rating: (0 vote - 0 average) Installs: 11
Released: 21 Jul 2005 Last Update: 21 Jul 2005 Downloads: 13
Not Supported Template Edits  

If you use this, please click INSTALL

Well, I was doing some work today and I thought, "This might look pretty nice as a 'quote' on vBulletin" so I made it up real quick.

What does it do? Simple, it changes vBulletins default "quote" look and makes it a little bit better (in my opinion).

Instructions:

Go into your admincp, and navigate to your style options:
(admincp / Styles & Templates / Style Manager / All Style Options)
Note: you will need to do this for every style you want the neat quotes on.


Scroll down towards the bottom and find the "Additional CSS Definitions" and paste the following in there:

Code:
/* ***** new quote styles ***** */
.bbcquote{
	background: #FFF;
	border: 1px solid #C2CFDF;
	border-top: 4px solid #C2CFDF;
	color: #333366;
	padding: 5px;
	font-size: 9px;
}
.bbcquotetitle{
	font-weight: bold;
	font-size: 10px;
	border: 0px;
	border-bottom: 1px dashed #003366;
	color: #003366;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
Now edit the bbcode_quote template:
(Templates / BB Code Layout Templates / bbcode_quote)

Replace *everything* with:

HTML Code:
<div class="bbcquote">
	<if condition="$show['username']">
		<div class="bbcquotetitle">$vbphrase[quote]: <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></div>
		<div>$message</div>
	<else />
		<div class="bbcquotetitle">$vbphrase[quote]:</div>
		<div>$message</div>
	</if>
</div>
Similar Template Mods:
Neat Code

Download

This modification is archived and cannot be downloaded.

Screenshots

 

Similar Mods

[Release RC4] Neat Quotes vBulletin 3.0 Template Modifications

vblts.ru supports vBulletin®, 2022-2024