vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Limited Quote plugin? (https://vborg.vbsupport.ru/showthread.php?t=265317)

itzzjake 06-16-2011 09:05 PM

Limited Quote plugin?
 
Hello, is there a mod (for 4.1.3) that limits the amount shown when some quotes. Here is an example:

http://www.diigo.com/item/image/17nlx/7ry0

I want that, instead of this:

http://www.diigo.com/item/image/17nlx/83mt

Sarteck 06-16-2011 09:15 PM

In your postbit.css (or maybe additional.css) template, you could put:

.bbcode_quote_container .message {max-height: 200px; overflow: auto}

I think that would work for ya. Just change the 200px to whatever ya want.

(You may have to hard refresh after adding that.)

itzzjake 06-16-2011 10:52 PM

Hard refresh?

And how can I make all the threads, before i did this, appear as this also?

Sarteck 06-16-2011 10:56 PM

That should automatically apply to all of your quotes, regardles of when they were posted.

"Hard Refresh" is a refresh that ignores whatever is in your browser's cache (in this case, possible leftover CSS files). On FireFox, it's "Ctrl + Shift + R," and I think on IE it's "Ctrl + Shift + F5." Not sure about other browsers.

itzzjake 06-17-2011 05:42 PM

Quote:

Originally Posted by Sarteck (Post 2208730)
That should automatically apply to all of your quotes, regardles of when they were posted.

"Hard Refresh" is a refresh that ignores whatever is in your browser's cache (in this case, possible leftover CSS files). On FireFox, it's "Ctrl + Shift + R," and I think on IE it's "Ctrl + Shift + F5." Not sure about other browsers.

Nope, still doesn't work. http://tech-revolution.com/forum/sho...Server-v1.25.1

Sarteck 06-17-2011 05:59 PM

All right, I just tested another solution on my own forum, and this one DOES work.

In the headinclude template, if you put:
HTML Code:

<vb:literal><style>
div.quote_container {max-height:120px;overflow:auto;}
</style></vb:literal>

That DOES work. I think it would be best to put the CSS into one of the CSS templates, but I'm not sure where it SHOULD go, tbh. I would guess postbit.css, but I can tel you for sure that it does work in the headlinclude.

itzzjake 06-18-2011 02:52 AM

Quote:

Originally Posted by Sarteck (Post 2209074)
All right, I just tested another solution on my own forum, and this one DOES work.

In the headinclude template, if you put:
HTML Code:

<vb:literal><style>
div.quote_container {max-height:120px;overflow:auto;}
</style></vb:literal>

That DOES work. I think it would be best to put the CSS into one of the CSS templates, but I'm not sure where it SHOULD go, tbh. I would guess postbit.css, but I can tel you for sure that it does work in the headlinclude.

You're the man!

Juggernaut 06-18-2011 03:27 AM

I liked what you did here Sarteck, I added your code to additional css, and it works there, with the added benefit that if you ever need to revert the headinclude template or any css templates, your additional css won't be affected. :D


All times are GMT. The time now is 02:22 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.01019 seconds
  • Memory Usage 1,734KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (8)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