Jump to content

Probleme Marime Avatar Si Topic View?


Metharon Andrew

Recommended Posts

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? 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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; }
 
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • 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.