The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi,
I've recently changed the maximum avatar dimensions for users and updated the custom user avatars in the general update settings. I want to know how I can reset someone's avatar if the avatar is over the set dimensions because when I use the update function they don't reset. --------------- Added [DATE]1429581958[/DATE] at [TIME]1429581958[/TIME] --------------- Bump? |
|
#2
|
||||
|
||||
|
You can't. If the avatar had a valid size when uploaded, it's valid. If you change the rules afterwards, they only apply to new ones.
|
|
#3
|
|||
|
|||
|
Hmm, right, thank you.
|
|
#4
|
||||
|
||||
|
Try this, may be helps other way
Code:
https://vborg.vbsupport.ru/showthread.php?t=282551 |
|
#5
|
|||
|
|||
|
Do I place that in the additional.css?
|
|
#6
|
|||
|
|||
|
if you have 4.2 add this to the bottom of additional.css
Code:
.cms_widget .widget_post_useravatar img, .block .widget_post_useravatar img {
margin-top:2px;
display: block;
height: 36px;
position: absolute;
}
.postbit-lite .avatarlink img {
border: 1px solid #ddd;
width: 60px;
height: 60px;
}
ul.userlist_showavatars img {
border: 1px solid #ddd;
width: 60px;
height: 60px;
}
#memberlist td.profilepic img, #memberlist img.avatar {
width: 40px;
height: 40px;
}
.member_summary .friends_mini .friends_list li img {
width: 48px;
}
.postbit-lite .avatarlink img {
width: 58px;
height: 58px;
}
.activitybit .avatar img {
width: 58px;
height: 58px;
}
|
| Благодарность от: | ||
| Stratis | ||
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|