vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Issue With Side Block (https://vborg.vbsupport.ru/showthread.php?t=268435)

BMR 08-12-2011 07:33 PM

Issue With Side Block
 
1 Attachment(s)
Image is attached but all the spacing seems off in the side bar, with avatars blending into text. Just looking how and where to space everything out so it fits properly.

duketxboy 08-12-2011 07:47 PM

wow quick question how did you do that looks really sweet

setishock 08-12-2011 09:34 PM

duketxboy
That's the forum sidebar. Look in the acp under forums. Last item on the list. Just follow the prompts.
BMR
Did you reduce the width of the sidebar? Looks a bit more narrow than normal.

BMR 08-12-2011 10:11 PM

No it's set to the default 270px? No where all sidebox style vars are just can't seem to find the one that would fix this. Tried everything from reducing text size, avatar size ect

duketxboy 08-12-2011 10:39 PM

thanks alot sweet..........

Lynne 08-12-2011 11:31 PM

Can we get a link to see what is going on? Also, are those all totally default templates? And, do you have totally default css?

Create a new style with no parent:
  • Styles & Templates > Style Manager > Add New Style
  • Parent Style: No Parent Style
  • Title: Default vBulletin
  • Allow User Selection: Yes
  • Save
Then browse that page using that totally default vbulletin style - do you still have the same problem?

BMR 08-13-2011 04:24 PM

<a href="http://www.thewrestleclub.com/forum.php?styleid=5" target="_blank">http://www.thewrestleclub.com/forum.php?styleid=5</a>

There's the link to the skin. I have 3 other styles and the problem is not on any of those skins. Would ask the skin author but I modded this skin and actually forgot where I got it from originally. Compared all the stylevars in the default skin to the skin with the problem and everything is the same.

Lynne 08-13-2011 04:51 PM

Do a Search in Templates and find this:
div.smallavatartext

If should be something like:
HTML Code:

div.smallavatartext {    float: right;    margin-left: 10px;    word-wrap: break-word;}
Remove it or replace it with what it should be which is:
HTML Code:

div.smallavatartext {
    display:inline-block;
}


BMR 08-13-2011 05:02 PM

Thank You. Fixed the problem for me.

setishock 08-16-2011 05:02 AM

A little off topic question here. In the TWC dark theme, how did you get the buttons to stack like that?


All times are GMT. The time now is 06:43 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.01023 seconds
  • Memory Usage 1,723KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete