vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   [Release] Quote Boxes (https://vborg.vbsupport.ru/showthread.php?t=83551)

SaintDog 05-26-2002 10:00 PM

[Release] Quote Boxes
 
Author: Xiphoid

Description: This will teach you how to turn those HR Quotes, into boxed quotes; see https://vborg.vbsupport.ru/ quoted posts for an example

changed description to be up to date --filburt1

imported_Niloc 06-24-2002 12:27 AM

Thanks, I have been wanting to do this.

hellsatan 06-29-2002 10:40 PM

Got this already, but nice mod:)

Satan

Attrox 06-30-2002 01:33 AM

Ah, this hack is great, worked like a charm. Thanks for posting it...

Shift 06-30-2002 02:41 AM

rather nice *adds to forums*

Grealm 07-06-2002 04:41 AM

it's a bit messed up if u have a multiple quotes hack installed.. especially if u have 3 or more quotes selected. :( any fix?

G2 Lost Soul 07-06-2002 06:03 AM

ummm where do i insert

<table width='95%' align='center'><tr> <td><font face='Arial' size=1 color=#616889>Quote:</font></td>
</tr><tr><td class='mytable'>{param}</td></tr></table>

it said look for head insert in custom vb codes while editing the quote boxes. but there is no head insert.

K33nny 07-06-2002 01:02 PM

There's a field called vB Code Replacement, small box. You should replace that code with the code already in the box. The image attached shows you what it looks like.

K33nny 07-06-2002 01:03 PM

Quote:

Originally posted by Grealm
it's a bit messed up if u have a multiple quotes hack installed.. especially if u have 3 or more quotes selected. :( any fix?
There is a fix on either vb.com or vb.org, I'll have to find it if SaintDog or someone else doesn't before me.

Grealm 07-06-2002 05:27 PM

cool.. thanks.. :)

Devil-GOD 07-07-2002 07:09 AM

great hacks
installed ..thx

sphinx 07-07-2002 10:59 AM

works fine thanks

Bungie 07-08-2002 06:39 AM

Is there a way to get the 'Originally Posted By' text on top of the box rather than inside of it? Preferably right after 'Quote:'?

AllusionalChaos 07-08-2002 01:12 PM

PHP Code:

what about changing this box along with the code box


chiel 07-08-2002 07:51 PM

yeah can you explain how you do this for the [code] box?

imported_SWRoleplay.com 07-12-2002 02:35 AM

Thanks a lot! Installed right away!

Grealm 07-12-2002 04:15 AM

Quote:

Originally posted by k33nny


There is a fix on either vb.com or vb.org, I'll have to find it if SaintDog or someone else doesn't before me.

have u find it yet? coz ive lookin' around to vb.org, but cant seem to find it.. :(

SaintDog 07-12-2002 04:36 AM

Please note the Quote, PHP, and Code boxes used here are not one in the same as the template modification posted here, we used a hack from vBulletin.org (would use the template modification but it was already set before the mod was added to the DB).

imported_razOr[FW] 07-16-2002 12:39 PM

Hi,
i tried now several times to change that... but i always recieve the following Error Message:

.pagenumstatic { color: #000000; background-color: #DFDFDF; border-color: #000000; border-style: solid; border-width: 1px; margin: 0px; padding: 0px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; width: 1em; text-decoration: none; } .pagenum A:link, .pagenum A:visited, .pagenum A:active { color: #000088; background-color: #FF9900; border-color: #000000; border-style: solid; border-width: 1px; margin: 0px; padding: 0px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; width: 1em; text-decoration: none; } .pagenum A:hover { color: #000000; background-color: #DFDFDF; text-decoration: none; border-color: #000000; border-style: solid; border-width: 1px; margin: 0px; padding: 0px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; width: 1em; text-decoration: none; } .cat A:link, .cat A:visited, .cat A:active { color: #000020; text-decoration: none; } .cat A:hover { color: #FF4400; text-decoration: underline; }

Where is my mistake?

imported_razOr[FW] 07-30-2002 05:49 AM

Finally a managed it to work. Thx for that great Hack.

phill2003 07-30-2002 06:26 PM

this messed up my board with the code at the top
Quote:

.thtcolor {
COLOR: {tableheadtextcolor};
}
.mytable { border: 1px #616889 solid; background-color: #EBECF1; font-family:
Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;
text-decoration: none;}
</style>
untill i took the < /style > out then it worked a treat ?????

Lord Nite 08-06-2002 07:37 AM

Works beautifully :D

snakes1100 08-06-2002 05:09 PM

Id like to point out in the instructions of this mod, the closing </style> tag, now in these instructions it says to replace with this code, if you do as per the instructions, your NOT removing the original closing </style> tag.

So what is the correct install for this mod?

If you only replace as per instructions, your going to leave a lot of code hanging in your header looking offly ugly.

1. Login to your Admin Control Panel
2. Scroll down the left menu and find "Styles" (Click Modify)
3. Find the "Header Insert" section find:

.thtcolor {
COLOR: #000000;
}

4. Replace it with the following and Click save (You may need to modify the colors):

.thtcolor {
COLOR: #000000;
}
.mytable { border: 1px #616889 solid; background-color: #EBECF1; font-family:
Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;
text-decoration: none;}
</style>

snakes1100 08-07-2002 11:34 AM

Note:

Im running vb 2.2.6 and vbportals, if that makes a difference?

mashby 08-07-2002 05:49 PM

All you are doing is adding CSS code into your style sheet. You just need to make sure that any code you add is before the </style> tag. Oh, and there should only be one </style> tag. :)

imported_kira 08-08-2002 06:43 PM

Thanks for a simple, attractive solution!

grace819 08-13-2002 11:02 AM

I accidentally deleted the vB code tag for the quote function in the Custom vB Codes at the Control Panel! I would like to get this back but I do not know the codes for this. Can anyone please tell me what codes I must fill in for the following...

vB Code tag:
vB Code replacement:
vB Code example:
vB Code explanation:

Again, thanks again. :)

Photon 08-14-2002 03:30 PM

w00t d*mn nice m8 :D

ThreadCrapper 08-15-2002 01:50 PM

thanks -- worked on the first try

was my first mod too!

oh and this is my first post here -- thanks for the great site!

ThreadCrapper 08-15-2002 04:32 PM

ok -- was working great - now it doesnt-- here is what i have done:

installed the quote box mod in 2 seperate styles -- works in both no problem

install the page nav blocks in 1 mod and then the quote box does not work in that style

removed both styles - (back to default) tried again
same results -- seems to work untill i add the code into the headinclude for the page nav blocks

any ideas?

Velocd 08-17-2002 03:01 AM

I read in this thread that there is a hack on vB.org to get the PHP & CODE vbcodes to look similar to this template modification. Could anybody guide me to that thread? Big thanx if possible ^^;

mashby 08-20-2002 03:54 PM

Here you go [link].

Vile 08-21-2002 03:45 AM

Nice modification, thanks:)

LoRDsTaR 08-23-2002 08:35 AM

Thanks you for this nice modification -> installed

snakes1100 08-29-2002 11:23 AM

ok in the instructions it says to browse to the "head insert" section after clicking on the edit for quote, i dont see this in there?

this is what i see:

Edit vB Code: [quote]
vB Code tag


vB Code replacement
<blockquote><smallfont>quote:</smallfont><hr>{param}<hr></blockquote>

vB Code example


vB Code explanation
The quote tag is used to denote a quote from another post

Use {option} ?
Yes No


help?

Tony G 08-29-2002 11:50 AM

Must be a mistake because there's no head insert for me either.

snakes1100 08-29-2002 03:26 PM

Yeah thats not the only mod on the forum with a typo in it either, front_links_hack2 also has a error in the instructions.

Can anybody show the correct way to get the quote mod to work, ive tried a few things and have had no luck?

tia snakes

DelusionalMind 09-15-2002 02:43 PM

wasn't this done over at vbulletin.org before? that one also added color to the boxes....what's the advantage of using this mod over the hack at vbulletin? (i'm guessing just the fact that u don't have to mod any files, but yeah)

Buddha 09-18-2002 04:11 PM

*installed*

thanks.

flapmo 09-18-2002 06:35 PM

hm inserting @ the moment, lets hope it worx :D ty


All times are GMT. The time now is 04:43 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.01392 seconds
  • Memory Usage 1,808KB
  • 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
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete