vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   usergroup in line (https://vborg.vbsupport.ru/showthread.php?t=299401)

killerford 06-22-2013 07:31 PM

usergroup in line
 
http://img163.imageshack.us/img163/4279/toi7.png

How can I edit those userbar's in line? instead of going down?

kh99 06-22-2013 07:35 PM

If those are ranks, then go to the Rank Manager and set "Stack Rank" to No. Then click the "update user titles and ranks" link at the top of the rank manager page.

If they aren't ranks, then I have no idea (but hopefully someone else will).

killerford 06-22-2013 09:28 PM

Made them all so they don't stack but then it does this..

http://img855.imageshack.us/img855/2838/f2uj.png

Ba'al 06-22-2013 09:43 PM

Did you update user title & ranks afterwards?

killerford 06-22-2013 09:45 PM

Yes. If I make it so Admin rank is on stack and then the other two isn't on stack the admin rank is below the other two ranks and the other two ranks are in line. Just isn't working with a three for some reason.

Ba'al 06-22-2013 09:48 PM

It should look like this.
https://vborg.vbsupport.ru/external/2013/06/12.png

--------------- Added [DATE]1371941540[/DATE] at [TIME]1371941540[/TIME] ---------------

Quote:

Originally Posted by killerford (Post 2429883)
Yes. If I make it so Admin rank is on stack and then the other two isn't on stack the admin rank is below the other two ranks and the other two ranks are in line. Just isn't working with a three for some reason.

We have all of ours set to "No" as far as stacking.Also what are the size of your rank buttons.

killerford 06-22-2013 09:55 PM

180x25.

Ba'al 06-22-2013 10:05 PM

I personally would try some smaller copies of the ranks, 180 is pretty large, what is your doc_width set at?

killerford 06-22-2013 10:06 PM

Not sure what that is lol.. Where do I find that?

Ba'al 06-23-2013 12:10 AM

style variable editor>global>doc_width

killerford 06-23-2013 01:53 PM

Set as Auto.

--------------- Added [DATE]1372023725[/DATE] at [TIME]1372023725[/TIME] ---------------

I've changed to smaller ones and still the same.

--------------- Added [DATE]1372037312[/DATE] at [TIME]1372037312[/TIME] ---------------

It's ok for wider themes but not so good for the theme I showed you which I liked the most :/

Ba'al 06-24-2013 03:46 AM

A link to your site, if you would please.

killerford 06-25-2013 07:46 PM

Reversal-Gaming.com

It's fine on one theme but the smaller one I'm showing as a screenshot it's still below the avatar.

Lynne 06-26-2013 12:26 AM

Two problems with your CSS. The first problem is that the right div width is set::

HTML Code:

.postbit .userinfo .userinfo_extra, .postbit .userinfo_noavatar .userinfo_extra {
...
    width: 300px;
}

AND the left width is set to 50%:
HTML Code:

.postbit .userinfo .contact, .postbit .userinfo_noavatar .contact {
    clear: right;
    display: block;
    float: left;
    position: relative;
    width: 50%;
}

So, change the width to something like 150px and the other width to something like 80%. See if that fixes the issue.

killerford 06-28-2013 10:24 PM

Perfect, that's worked. Thanks for the help.


All times are GMT. The time now is 06:25 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.01202 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
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (15)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