vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Top X Friends Profile Block (https://vborg.vbsupport.ru/showthread.php?t=292825)

Amaury 01-22-2013 07:03 AM

Quote:

Originally Posted by WorldCraft (Post 2398592)
Can't access it

https://vborg.vbsupport.ru/external/2013/01/25.png

WorldCraft 01-22-2013 11:46 PM

Hmm. Try something like this in additional.css

HTML Code:

/*This will remove the cutoff*/
#membersblock ul.blockrow li
{
width: auto;
}

/*This will allow the thumbs to center*/
.memberlist a.avatar
{
float: none;
width: auto;
}


Amaury 01-23-2013 12:48 AM

Quote:

Originally Posted by WorldCraft (Post 2398843)
Hmm. Try something like this in additional.css

HTML Code:

/*This will remove the cutoff*/
#membersblock ul.blockrow li
{
width: auto;
}

/*This will allow the thumbs to center*/
.memberlist a.avatar
{
float: none;
width: auto;
}


Hm. Seems to have created some excess spacing within the border.

http://www.kh-mediaflare.net/group.php?groupid=11

Use these to see it:
User: Test Account
Password: account@test

WorldCraft 01-23-2013 01:18 AM

Figured it'd look like that, sorry.

Under '#membersblock ul.blockrow li' add text-align:center;

Under '.memberlist a.avatar' replace width:auto; with display:inline-block;

Amaury 01-23-2013 01:28 AM

Quote:

Originally Posted by WorldCraft (Post 2398857)
Figured it'd look like that, sorry.

Under '#membersblock ul.blockrow li' add text-align:center;

Under '.memberlist a.avatar' replace width:auto; with display:inline-block;

Odd.

If you take a look, it didn't affect the Members block of the group, but it did affect the main group listings (Community -> Groups).

I did get a new idea, though, that'll probably work better. Is it possible to just have it list names and not avatars in a bullet list format?
  • Name 1
  • Name 2

Or maybe even remove the Members block since you can click on the number link under Members in the information area to see all members.

WorldCraft 01-23-2013 01:35 AM

You must have made a mistake somewhere, the display:inline-block; did not get accepted.

It should look like this:

HTML Code:

/*This will remove the cutoff*/
#membersblock ul.blockrow li
{
width: auto;
text-align: center;
}

/*This will allow the thumbs to center*/
.memberlist a.avatar
{
float: none;
display: inline-block;
}


Amaury 01-23-2013 01:50 AM

Quote:

Originally Posted by WorldCraft (Post 2398861)
You must have made a mistake somewhere, the display:inline-block; did not get accepted.

It should look like this:

HTML Code:

/*This will remove the cutoff*/
#membersblock ul.blockrow li
{
width: auto;
text-align: center;
}

/*This will allow the thumbs to center*/
.memberlist a.avatar
{
float: none;
display: inline-block;
}


Yup, I did. However, check my last reply again. I edited it with better ideas.

Also, while we're here, I noticed that the body area for "Group Discussions" goes past the header and isn't aligned with it on the left, the Moderation Tools button in the group areas is fatter / thicker than when viewing a forum, and in a group discussion, the Moderator Tools choices text is too close to the selector circles.

In all these cases, I'm thinking padding adjustments?

WorldCraft 01-23-2013 02:18 AM

For the Group Page, add this to additional.css
HTML Code:

#group_discussion_inlinemod_form .blockhead
{
margin-left: -2px;
}

As for the button, I'm completely eyeballing this, but:
HTML Code:

#group_discussion_inlinemod_form #inlinemod_formctrls .popupctrl
{
padding: 1px 0 1px 1px;
}


For the Moderator Tools being close to the radio buttons, I'm not too sure about, by default they do not look like that, there is probably a conflict in the CSS somewhere. If you provide me with temporary mod permissions I'll Firebug it and take a look for you. For security reasons, remove the user and pass you have provided me from your previous post.

Amaury 01-23-2013 02:28 AM

Quote:

Originally Posted by WorldCraft (Post 2398869)
For the Group Page, add this to additional.css
HTML Code:

#group_discussion_inlinemod_form .blockhead
{
margin-left: -2px;
}

As for the button, I'm completely eyeballing this, but:
HTML Code:

#group_discussion_inlinemod_form #inlinemod_formctrls .popupctrl
{
padding: 1px 0 1px 1px;
}


For the Moderator Tools being close to the radio buttons, I'm not too sure about, by default they do not look like that, there is probably a conflict in the CSS somewhere. If you provide me with temporary mod permissions I'll Firebug it and take a look for you. For security reasons, remove the user and pass you have provided me from your previous post.

In the second screenshot, if you take a look at a text piece (e.g., Delete Message) look how close it is to the selector circle compared to elsewhere:

http://i101.photobucket.com/albums/m...ps4e99c55a.png

Also, if you could change your password to something strong first, then I can do it. I don't want people hijacking a staff account with the password I already provided you. Alternatively, you could register yourself, and I could promote you. Up to you. :)

WorldCraft 01-23-2013 02:43 AM

I changed the password. And yes, I understand how it should look, which makes me think there is something conflicting in the CSS.


All times are GMT. The time now is 02:20 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.01302 seconds
  • Memory Usage 1,750KB
  • 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
  • (8)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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