Log in

View Full Version : Quote Boxes Fit To Content


Developer
01-13-2006, 10:00 PM
this is a simple template modification was requested here (https://vborg.vbsupport.ru/showthread.php?t=105319)
"see screenshots"
open templates:bbcode_quote
and replace all content with this
<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
<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://vborg.vbsupport.ru/external/2010/09/1.gif (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)

Evil X
01-14-2006, 06:37 PM
doesnt seem to work eh

EDIT: nvm... this works, but how do I do it for the code tags?

LEAD_WEIGHT
01-14-2006, 06:58 PM
Was going to make that for this one I made? but was side tracked for awhile.
https://vborg.vbsupport.ru/showthread.php?t=104355

Developer
01-14-2006, 07:05 PM
doesnt seem to work eh

EDIT: nvm... this works, but how do I do it for the code tags?

it isn't template modification, i will look for it

Developer
01-14-2006, 07:08 PM
Was going to make that for this one I made? but was side tracked for awhile.
https://vborg.vbsupport.ru/showthread.php?t=104355
use mine :) good luck

hawksisdead
01-14-2006, 08:03 PM
doesnt seem to work eh

EDIT: nvm... this works, but how do I do it for the code tags?

Style -> All Style Options

change Code Block Width (pixels) to a smaller number, 500px seems to work fine for mine.

ammarcom004
01-24-2006, 09:12 PM
good work i like this

Zia
02-01-2006, 04:14 AM
thats good ieda...cant u made this one "collasp" the quote too,after clik it will xpand & readable...

nasser71
02-18-2006, 11:39 PM
thanks

mashkooor

Nathan2006
04-09-2006, 08:13 AM
Thank you Developer

This is great and works really well:cool:

Install:D

ArabSQuad
07-10-2006, 11:24 AM
Nice hack Bro

Good luck


Shokran ;)