vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Board Optimization - How to reduce space in postbit (https://vborg.vbsupport.ru/showthread.php?t=230859)

Amaury 03-08-2013 03:14 AM

Quote:

Originally Posted by dizzynation (Post 2408711)
Got it, so all other posts without signatures still stay the same? That would be neat if it cleaned up everything

It affects all posts. However, if the post is a long post as it is, it'll move the signature down accordingly.

DF031 03-08-2013 01:42 PM

I am getting confused. So this mod does not reduce the standard empty space (looks like it is about 4 lines) between the message text and the signature after all ?

https://vborg.vbsupport.ru/

Amaury 03-08-2013 01:51 PM

Quote:

Originally Posted by DF031 (Post 2408796)
I am getting confused. So this mod does not reduce the standard empty space (looks like it is about 4 lines) between the message text and the signature after all ?

https://dl.dropbox.com/u/2287968/Forums/VB/Capture.JPG

No, it does.

DF031 03-08-2013 02:16 PM

Ok, but why does the screenshot at https://vborg.vbsupport.ru/showpost....2&postcount=17 still show the standard 4 empty lines between the message text and the signature ? Seems I am missing something :o

Amaury 03-08-2013 02:30 PM

Quote:

Originally Posted by DF031 (Post 2408808)
Ok, but why does the screenshot at https://vborg.vbsupport.ru/showpost....2&postcount=17 still show the standard 4 empty lines between the message text and the signature ? Seems I am missing something :o

Scroll down...

DF031 03-08-2013 02:37 PM

Thanks Armaury. I did notice the AFTER screenshot. But that still has the standard amount of empty space (about 4 lines) between message text aand signature.

Seems this mod only has an effect when the message text height is les that all the "crap" on the left.

In that case: How do I reduce the empty space that is automatically inserted between message text and signature ? Could this mod be of any help or should I look elsewhere ?

Amaury 03-08-2013 03:56 PM

Quote:

Originally Posted by DF031 (Post 2408816)
Thanks Armaury. I did notice the AFTER screenshot. But that still has the standard amount of empty space (about 4 lines) between message text aand signature.

Seems this mod only has an effect when the message text height is les that all the "crap" on the left.

In that case: How do I reduce the empty space that is automatically inserted between message text and signature ? Could this mod be of any help or should I look elsewhere ?

https://vborg.vbsupport.ru/showpost....5&postcount=45

Marcin_J_ 03-08-2013 06:19 PM

1 Attachment(s)
try this :
https://vborg.vbsupport.ru/showpost....&postcount=174

DF031 03-09-2013 08:41 AM

Thanks guys, will try that later this weekeind.

MissKalunji 03-15-2013 02:37 AM

Quote:

Originally Posted by oldz442 (Post 2358979)
Went a bit further and bottom aligned 'edited by', 'signature' and the 'likebox thanks hack'. Some pics and CSS below. There is more CSS tweak stuff... margin, padding, etc.

---------------
additional.css
---------------
.top-align { vertical-align: top; }
.bottom-align { vertical-align: bottom; }
.postbitlegacy .postbody { margin: 0 !important; }
.postbitlegacy .postrow.has_after_content { padding-bottom: 0em !important; }

---------------
postbit_legacy
---------------
Code:

<div class="postdetails">
  <table style="width:100%">
    <tr>
      <td rowspan="2" class="top-align">
        <div class="userinfo">
          LEFT-USERINFO-BOX
        </div>
      </td>
      <td class="top-align">
      <div class="postbody">
        CONTENT
      </div>
      </td>
    </tr>
    <tr>
      <td class="bottom-align">
        LASTEDIT / SIGNATURE / LIKEBOX
      </td>
    </tr>
  </table>
</div>


Did all but the postbit ^_^ thank you!


All times are GMT. The time now is 06:45 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.01532 seconds
  • Memory Usage 1,742KB
  • 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_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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