vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Miscellaneous Hacks - Better Quote Box (just like on vbulletin.org) (https://vborg.vbsupport.ru/showthread.php?t=166865)

vietfancy 01-03-2008 11:05 PM

Quote:

Originally Posted by ran_iu_Conan (Post 1414971)
and bbcode php , code , htm ?
do you know ? ^_^

Will do when i have time

Quote:

Originally Posted by Snake (Post 1414939)
Thanks for this! But is it possible to have a quote at the end, too? :D

You can do that easily just by adding a few lines of css code. But it wouldn't look good anymore.

Snake 01-03-2008 11:09 PM

It's easy for you to say. :p The quote icon needs to be vertical flipped and I'm not really good at graphics, and not to mention CSS editing. Maybe you can help a brother out?

vietfancy 01-04-2008 02:41 AM

Quote:

Originally Posted by Snake (Post 1414991)
It's easy for you to say. :p The quote icon needs to be vertical flipped and I'm not really good at graphics, and not to mention CSS editing. Maybe you can help a brother out?

hahahaha bro! I'm not going to make that button for ya. you have to make it yourself and named it q1.gif, then upload it to misc folder, then replace the css with the code below.

Code:

.quote {
        margin:15px 10px;
        background: url(images/misc/q.gif) 0 0 no-repeat;
        padding-left:25px}
blockquote.bq {
        background: #FFF url(images/misc/q1.gif) no-repeat bottom right;
        font: italic 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        border-left:3px solid #ccc;
        margin:0px;
        padding:0 5px}


Quantnet 01-04-2008 04:50 AM

thanks, bro
do you have to change the bb_quote template as well if you want quote at the end ? It only show the first quote after i add the q1.gif and the css

SBlueman 01-04-2008 05:55 AM

Not showing at the end for me either.

drhimadri82 01-04-2008 06:22 AM

Any solution for legacy???

vietfancy 01-04-2008 07:08 AM

Quote:

Originally Posted by drhimadri82 (Post 1415162)
Any solution for legacy???

Quote:

Originally Posted by SBlueman (Post 1415150)
Not showing at the end for me either.

Quote:

Originally Posted by Quantnet.org (Post 1415128)
thanks, bro
do you have to change the bb_quote template as well if you want quote at the end ? It only show the first quote after i add the q1.gif and the css

Done, sorry, i misspelled "images" in the css

drhimadri82 01-04-2008 08:53 AM

Images now not appearing in quotes.....I mean these https://vborg.vbsupport.ru/

vietfancy 01-04-2008 09:24 AM

Quote:

Originally Posted by drhimadri82 (Post 1415202)
Images now not appearing in quotes.....I mean these http://lacloi.com/forum/FancyiMac/misc/q1.gif

had you uploaded the image yet?

use this css instead:

Code:

.quote {
    margin:15px 10px;
    background: url(images/misc/q.gif) 0 0 no-repeat;
    padding-left:25px}
blockquote.bq {
    background: url(images/misc/q1.gif) no-repeat bottom right;
    font: italic 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    border-left:3px solid #ccc;
    margin:0px;
    padding:0 5px}


drhimadri82 01-04-2008 10:12 AM

Quote:

Originally Posted by vietfancy (Post 1415211)
had you uploaded the image yet?

use this css instead:

Code:

.quote {
    margin:15px 10px;
    background: url(images/misc/q.gif) 0 0 no-repeat;
    padding-left:25px}
blockquote.bq {
    background: url(images/misc/q1.gif) no-repeat bottom right;
    font: italic 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    border-left:3px solid #ccc;
    margin:0px;
    padding:0 5px}


I already found the images in the previous code when the legacy layout got messy....so images are fine I guess....still I am checking once again...

EDIT: working...

*installed


All times are GMT. The time now is 05:14 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.01098 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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