vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Quote Boxes Fit To Content (https://vborg.vbsupport.ru/showthread.php?t=105323)

Developer 01-13-2006 10:00 PM

Quote Boxes Fit To Content
 
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://vborg.vbsupport.ru/external/2010/09/1.gif

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

Quote:

Originally Posted by ExtProof
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

Quote:

Originally Posted by LEAD_WEIGHT
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

Quote:

Originally Posted by ExtProof
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 ;)


All times are GMT. The time now is 05:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01117 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (11)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete