vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Reduce Space In Postbit (https://vborg.vbsupport.ru/showthread.php?t=312686)

men2dope 07-05-2014 02:12 AM

Reduce Space In Postbit
 
Hello guys, I'm having this real annoying issue with my forum. Unfortunately there's some extra spacing between the message area and the posts signature. (EXAMPLE BELOW!)

https://vborg.vbsupport.ru/external/2014/07/32.jpg

I've searched online ALL DAY for answers and falling into short, misguided responses on the web. I really would like to know from somebody who is experienced in this, how to fix this problem. Is there a code I need to edit in the theme manager? Or a plugin? Anything that could fix this is needed and appreciated.

This is how I want it to look.

https://vborg.vbsupport.ru/external/2014/07/33.jpg

Dave 07-05-2014 08:17 AM

Find .postbitlegacy .after_content in the postbit.css CSS template and remove clear: both; or change both to right.
That should do the trick.

men2dope 07-05-2014 01:19 PM

Quote:

Originally Posted by Dave (Post 2505276)
Find .postbitlegacy .after_content in the postbit.css CSS template and remove clear: both; or change both to right.
That should do the trick.

THANK YOU SO MUCH!!!! :up:

KGodel 07-05-2014 07:46 PM

This is a good question. I have an additional one: is there a way to align it to the bottom? Right now the signatures are in the middle of the content area which looks a bit awkward.

Dave 07-05-2014 07:49 PM

Quote:

Originally Posted by KGodel (Post 2505379)
This is a good question. I have an additional one: is there a way to align it to the bottom? Right now the signatures are in the middle of the content area which looks a bit awkward.

I'm not entirely sure what you mean, but you could set a min-height to the .postbitlegacy .postrow.has_after_content class and change it to your needs.
What this does is that it forces a minimum height, and once a post reaches a height that's more than the min-height, it will automatically stretch with the content.

Example:

PHP Code:

.postbitlegacy .postrow.has_after_content{
  
min-height300px;



KGodel 07-05-2014 07:54 PM

Here is what we have: http://imgur.com/4cCydH9

Here is what I'm looking to do: http://imgur.com/8zWpRmO

Dave 07-05-2014 07:57 PM

Quote:

Originally Posted by KGodel (Post 2505382)
Here is what we have: http://imgur.com/4cCydH9

Here is what I'm looking to do: http://imgur.com/8zWpRmO

Yes, you should be able to do that with the instructions in my previous post.

KGodel 07-05-2014 08:00 PM

But there is no way to ensure that the signature area will align with the bottom of the content every time without using min-height?

Dave 07-05-2014 08:12 PM

Hmm you could try the following:

HTML Code:

.postbitlegacy .postdetails{
  position: relative;
}

.postbitlegacy .after_content{
  position: absolute;
  bottom: 10px;
  width: 79%; /* Change this to your needs to fix the width of the signature separator. */
}


KGodel 07-05-2014 08:22 PM

Took some tinkering, changed bottom to a percentage but its working fairly well. Thanks Dave.

Now we're getting errors like this: http://prntscr.com/3zqyzj


All times are GMT. The time now is 02:42 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.01074 seconds
  • Memory Usage 1,738KB
  • 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_php_printable
  • (3)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