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)

electrolov 02-12-2008 08:24 PM

nicely done.

SpreadingLight 02-15-2008 10:37 PM

Very nice!

I installed but the quote symbols aren't showing.

My first guess is that I didn't input the CSS where it needs to be?

atlambros83 02-16-2008 06:54 AM

Quote:

Originally Posted by SpreadingLight (Post 1444089)
Very nice!

I installed but the quote symbols aren't showing.

My first guess is that I didn't input the CSS where it needs to be?


just installed it on mine, i by no means would really say that i especially know what i'm doing but it worked fine after my install. i installed mine in the second text box under additional css, it looks like you installed yours in the first. maybe that will help you.

SpreadingLight 02-16-2008 09:16 AM

thanks. I was forgetting the */ at the end of the description I added.

the first quote symbol shows now, but not the end quote yet.

add: Working.

The end-quote image didn't FTP, so I saved it as file and then FTP'ed it over.

Looks great :)

suggestion: set the end-quote to be as far to the right, as the quoted text extends.... or right after the last quoted character

stwilson 02-18-2008 01:56 AM

My end-quote is right justified, versus being up against the quoted text. Any suggestions? Thanks for the MOD.

Smoox 03-23-2008 02:07 PM

I installed but my users told that looks nice but it is not clear (quote - post)
It is possible to make frame or background to separate quote from post.
Like on my pic.

Maybe you have other idea.
Thanks

Cybershaolin 04-11-2008 04:23 PM

Quote:

Originally Posted by Smoox (Post 1472479)
I installed but my users told that looks nice but it is not clear (quote - post)
It is possible to make frame or background to separate quote from post.
Like on my pic.

Maybe you have other idea.
Thanks

I support this idea of adding a background. This would be great. Having other options for the code, html and php would also be nice. Just like the new IPB styles would be the best.

I tried the BBCodes manager hack here https://vborg.vbsupport.ru/showthread.php?t=120073 but it conflicts with AME hack here: https://vborg.vbsupport.ru/showthread.php?t=150863

za3bour 04-24-2008 12:08 PM

how can i modify it in order to fit in Arabic Forum ? alignment should be right not left

FatalBreeze 04-25-2008 11:23 AM

Hello!
For all those who has a forum in Hebrew, Arabic or any other language which is Right to Left,
Use this CSS:
HTML Code:

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

Please notice that the pic is q1.gif and not q.gif because that's how it goes on RTL langs.

If you want to use the second gif too, use this CSS:
HTML Code:

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

again notice that i used the q1.gif for the upper right image, and q.gif for the left bottom image.

za3bour 04-28-2008 08:41 AM

Thanks a lot :up:


All times are GMT. The time now is 09:18 AM.

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.01171 seconds
  • Memory Usage 1,740KB
  • 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_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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