Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Reduce page's length for the long messages in postbit & postbit_legacy Details »»
Reduce page's length for the long messages in postbit & postbit_legacy
Version: 2.00, by BCP Hung BCP Hung is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.x.x Rating:
Released: 05-31-2011 Last Update: Never Installs: 10
Template Edits
Code Changes Translations  
No support by the author.

About this modificaion :
Right, reducing the length of the page for the long messages in postbit & postbit_legacy. In your forum, many members have written long message (maybe up to 10,000 characters), made that webpage is longer, more viewers will be offended because they have to slide the screen to see it. You can limit the number of characters, however, why do you do that ? Let your members write unlimited words. And, you do not have to worry about the length of the webpage.
Additional, you can reduce space between message content and signature !
Install :
  • First Step : add new css in additional.css (Edit Templates -> CSS Templates).
    Paste following code into bottom of additional.css template (or anywhere in that template) :
    Code:
    /* Make a shorter message in postbit_legacy */
    .g_short {
        min-height: auto !important;
        max-height: 350px; /* Custom for your */
        overflow-x: hidden;
        overflow-y: auto;
        padding-right: 10px;
        text-align: justify;
        margin-bottom: 0 !important;
    }
    
    /* move up signature */
    .postbitlegacy .after_content {
        clear: both !important;
    }
  • Second Step : edit in postbit.css (Edit Templates -> CSS Templates) :
    Find this code :
    Code:
    /*post bit*/
        ...
        and
        ...
    .postbitlegacy .postrow.has_after_content {
        padding-bottom: 4em;
    }
    Add below and edit code :
    Code:
    /*post bit*/
    .postbitlegacy .after_content {
        clear: right !important;
    }
        ...
        and
        ...
    .postbitlegacy .postrow.has_after_content {
        padding-bottom: 0em !important;
    }
  • Third Step : edit in postbit & postbit_legacy template (Edit Templates -> Postbit Templates) :
    The code you will do all same in these templates. Find this code :
    PHP Code:
    <div id="post_message_{vb:raw post.postid}">
        <
    blockquote class="postcontent restore ">
            {
    vb:raw post.message}
        </
    blockquote>
    </
    div
    Make it same ...
    PHP Code:
    <div id="post_message_{vb:raw post.postid}">
        <
    blockquote class="postcontent restore g_short">
            {
    vb:raw post.message}
        </
    blockquote>
    </
    div

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 06-29-2011, 12:36 PM
BCP Hung BCP Hung is offline
 
Join Date: May 2011
Location: Vietnam
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The final code has been updated. I won't continue update.

Thanks for use,
Getamped 1404.
Reply With Quote
Благодарность от:
FReeSTER
  #13  
Old 10-21-2011, 10:38 AM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank yoiu great mod
Reply With Quote
  #14  
Old 10-21-2011, 12:29 PM
BCP Hung BCP Hung is offline
 
Join Date: May 2011
Location: Vietnam
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're welcome, and thank you for using my modification.
Also, you can check my other modifications via a link in signature !
Reply With Quote
  #15  
Old 10-21-2011, 01:51 PM
RSNF's Avatar
RSNF RSNF is offline
 
Join Date: May 2010
Location: Florida
Posts: 242
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Trying to see the demo but links not working any ideas?
Reply With Quote
  #16  
Old 10-21-2011, 07:14 PM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RSNF View Post
Trying to see the demo but links not working any ideas?
It just add a scroll bar inside the post for the dimension you choose in this case is set as default 350 pixels. So post actually longer then that will show a scroll bar on the side to scroll down into the post making the post much shorter.
Reply With Quote
  #17  
Old 10-24-2011, 05:13 AM
hanhdn hanhdn is offline
 
Join Date: Aug 2011
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

demo die
Reply With Quote
  #18  
Old 10-24-2011, 10:10 AM
BCP Hung BCP Hung is offline
 
Join Date: May 2011
Location: Vietnam
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RSNF View Post
Trying to see the demo but links not working any ideas?
Quote:
Originally Posted by hanhdn View Post
demo die
New link demo updated !

Thanks,
Getamped 1404.
Reply With Quote
  #19  
Old 11-30-2011, 04:29 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and working

4.1.8
Reply With Quote
  #20  
Old 11-30-2011, 09:01 PM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great! My congratulations! Tagged for later
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:02 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.07076 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete