Jump to content

Recommended Posts

Posted

Acum 2 zile am postat ca am o problema cu niste lini, am descoperit problema!
 
Faza e cand Show users full photo in topic view; maximum width = 0; atunci apare ok, nu mai e bug:
 

w48ikfQ.png
 
Problema e cand pun alta dimenisiune CHIAR MAI MICA, apare acest bug:
 

HnrSnmE.png
 

Asa ca ma gandesc poate daca as redimensiona avatarele automat din userinfopanel, nu ar mai aparea bugul aveti aici userpanelinfo meu: http://pastebin.com/YT6YqDut
 
Prin ce metoda as putea face sa redimensioneze automat avatarele pe 130x180? 

Posted

Show users full photo in topic view; maximum width = 0; 

Ramane pe 0

 

ACP > Look & Feel > Tema TA > Edit >  CSS > IPB_STYLES.CSS

CTRL+ F si cauta 

.ipsUserPhoto_variable

Inlocuieste tot ce ai tu , ma refer la tot cei cu .ipsUserPhoto_  , vei gasi ceva gen cum e jos, si vei inlocui cu ti-am dat eu

	.ipsUserPhoto_variable { width: 150px; height: 250px; }
	.ipsUserPhoto_large { max-width: 90px; max-height: 90px; }
	.ipsUserPhoto_medium { width: 50px; height: 50px; }
	.ipsUserPhoto_mini { width: 30px; height: 30px; }
	.ipsUserPhoto_tiny { width: 20px; height: 20px;	}
	.ipsUserPhoto_icon { width: 16px; height: 16px;	} */
	.ipsUserPhoto_inset { width: 25px; height: 25px; position: absolute; ; margin-top: 30px; }

	.ipsUserPhoto_variable { width: 150px; height: 250px; }
	.ipsUserPhoto_large { max-width: 94px; max-height: 94px; }
	.ipsUserPhoto_medium { width: 54px; height: 54px; }
	.ipsUserPhoto_mini { width: 34px; height: 34px; }
	.ipsUserPhoto_tiny { width: 24px; height: 24px;	}
	.ipsUserPhoto_icon { width: 20px; height: 20px;	}
	.ipsUserPhoto_inset { width: 25px; height: 25px; position: absolute; ; margin-top: 30px; }

Avatarele vor avea dimensiunea 150px pe 250px, nu conteaza ca imaginea pe care a uploadato este mai mica, automat se va schimba pe dimensiunea asta

Posted

Asta e in css , am inlocuit cu ce mi-ai dat tu 0 rezultate :/ 

 

 

.ipsUserPhoto {
padding: 1px;
border: 1px solid #d5d5d5;
background: #F2F0F0;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
 
.ipsUserPhotoLink:hover .ipsUserPhoto {
border-color: #c3c3c3;
}
 
.ipsUserPhoto_variable { max-width: 155px; }
.ipsUserPhoto_large { max-width: 90px; max-height: 90px; }
.ipsUserPhoto_medium { width: 50px; height: 50px; }
.ipsUserPhoto_mini { width: 30px; height: 30px; }
.ipsUserPhoto_tiny { width: 20px; height: 20px; }
.ipsUserPhoto_icon { width: 16px; height: 16px; }
 
Posted

Editeaza cu asta:

        .ipsUserPhoto_variable { width: 150px; height: 250px; }
	.ipsUserPhoto_large { max-width: 90px; max-height: 90px; }
	.ipsUserPhoto_medium { width: 50px; height: 50px; }
	.ipsUserPhoto_mini { width: 30px; height: 30px; }
	.ipsUserPhoto_tiny { width: 20px; height: 20px;	}
	.ipsUserPhoto_icon { width: 16px; height: 16px;	} */
	.ipsUserPhoto_inset { width: 25px; height: 25px; position: absolute; ; margin-top: 30px; }

poate nu ai editat
si schimba userinfopane cu asta http://pastebin.com/BiZ0KTek

Posted

ai incercat si AdminCP - System - System Settings - tab-ul Members - User Profiles - Show users full photo in topic view; maximum width - 130x180  ??!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.