vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=242)
-   -   Post Quote Length Limit (vB4) (https://vborg.vbsupport.ru/showthread.php?t=309635)

ozzy47 03-17-2014 11:00 PM

Post Quote Length Limit (vB4)
 
1 Attachment(s)
As some of you know, when someone quotes a post, sometimes they are long posts. This can make the post hard to read, and IMO, not look as good as it can.

Sure you could limit the characters of the quote one way or another, but this is not the best approach. Someone may actually want to see all the quoted text in the post.

So I have come up with the solution, of adding a scroll bar in the quote bubble. This way you can keep the post looking neat, with out loosing functionality. So here we go wit the tutorial.

Take for example this post, [OzzModz] Classifieds

Now if someone were to quote that, and reply something like, " Thanks for sharing Ozzy. " the post would look bad, because the amount of info in the quote would overwhelm the reply.

So what you can do is go to your ACP --> Styles & Templates --> Style Manager, then choose Edit Templates for your style.

Now in the scroll box find, CSS Templates, then double click on that, then find additional.css and double click on that.

Once inside that template, paste the following code at the very end of the template, below everything else:

HTML Code:

/* Start scroll bar in quotes */
.bbcode_container div.bbcode_quote div.message {
    max-height:300px;
    width:auto;
    overflow:auto;
}
/* End scroll bar in quotes */

Then click on the Save button. This will have to be done for each of your styles. :)

Now when someone quotes a post that is longer that 300px high, it will add a scroll bar inside the quote bubble. This allows anyone viewing the post, to be able to still see all the original quoted text, but without making the post longer than it needs to be. In the attached image, is this post quoted, [OzzModz] Classifieds but as you can see, it is much shorter.

ForceHSS 03-18-2014 02:04 AM

Used, might help with less load as well. Did you get my pm

ozzy47 03-18-2014 02:08 AM

Yes I did, and I corrected it. :)

ForceHSS 03-18-2014 02:13 AM

Happy to help, you should sleep you work too hard

Max Taxable 03-18-2014 02:15 AM

I may have over celebrated the holiday today a little, but I swear it looks like this works retro for all prior existing posts!

Too much green beer? If so it might also make me think maybe this reduces page load, which of course it doesn't.:D

ozzy47 03-18-2014 02:16 AM

Right, I don't see it reducing page load, as all the same info is there. :)

ozzy47 03-18-2014 02:20 AM

Quote:

Originally Posted by ForceHSS (Post 2487948)
Happy to help, you should sleep you work too hard

I do sleep, and this edit is a result of taking a nap. :)

Barcham 03-18-2014 03:20 PM

Modified and working perfectly! Thanks so much, Chris!

tbworld 03-18-2014 04:16 PM

Nice idea @Ozzy47, such a simple concept. Good work! :)

Alan_SP 03-18-2014 07:20 PM

Yes, it's a good idea.

I took it from BirdOPrey5 (http://www.qapla.com/mods/showthread...ike-XenForo-12).

Anyway, is there an easy way to have it more like it is on Xenforo? That at the end is text Show more (or something) and when you click on it, all of the text is shown? I think it would ask for a bit of javascript or something similar, not just simple CSS addition.


All times are GMT. The time now is 02:11 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01868 seconds
  • Memory Usage 1,731KB
  • 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_html_printable
  • (1)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
  • (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