The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
|
#12
|
|||
|
|||
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; } |
#13
|
|||
|
|||
Quote:
http://www.kh-mediaflare.net/group.php?groupid=11 Use these to see it: User: Test Account Password: account@test |
#14
|
|||
|
|||
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; |
#15
|
|||
|
|||
Quote:
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?
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. |
#16
|
|||
|
|||
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; } |
#17
|
|||
|
|||
Quote:
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? |
#18
|
|||
|
|||
For the Group Page, add this to additional.css
HTML Code:
#group_discussion_inlinemod_form .blockhead { margin-left: -2px; } 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. |
#19
|
|||
|
|||
Quote:
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. |
#20
|
|||
|
|||
I changed the password. And yes, I understand how it should look, which makes me think there is something conflicting in the CSS.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|