+MrTea Posted February 2, 2015 Report Share Posted February 2, 2015 Salut! Chiar daca am activat optiunile pentru a putea uploada avatare animate ele tot statice sunt! Am dezactivat gravavatar alea. Am dat enable la avatare gif! Tot statice sunt. Folosesc tema Ecila versiunea mai noua! (scuze de gramatica sunt de pe telefon ) Help me! Quote Daca ti-am fost de ajutor la acest topic apeasa pe Link to comment Share on other sites More sharing options...
+MrTea Posted February 3, 2015 Author Report Share Posted February 3, 2015 UP? Quote Daca ti-am fost de ajutor la acest topic apeasa pe Link to comment Share on other sites More sharing options...
+Fabi Posted February 3, 2015 Report Share Posted February 3, 2015 Deja cred ca este din cauza tmei, deoarece si eu am facut toate setarile posibile cu aceasta tema is tot nu mergeau. vezi, cu tema default merg? Quote Link to comment Share on other sites More sharing options...
+MrTea Posted February 3, 2015 Author Report Share Posted February 3, 2015 Totusi cred ca ar trebui sa fie o functie de adaugare! Quote Daca ti-am fost de ajutor la acest topic apeasa pe Link to comment Share on other sites More sharing options...
Twilight Posted February 3, 2015 Report Share Posted February 3, 2015 Posteaza aici intre tag-urile: [spoiler][code] linia [/spoiler][/code] .ipsUserPhoto { din: ipb_styless.css 1 Quote Link to comment Share on other sites More sharing options...
+MrTea Posted February 3, 2015 Author Report Share Posted February 3, 2015 /* GENERAL CONTENT */ /* .ipsUserPhoto { padding: 1px; border: 1px solid #505050; background: #202020; -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5); box-shadow: 0px 2px 2px rgba(0,0,0,0.5); } .ipsUserPhotoLink:hover .ipsUserPhoto { border-color: #656565; } .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; } */ .ipsUserPhoto { -webkit-border-radius: 2px; border-radius: 2px; } a.userNavPhoto:hover, .ipsUserPhotoLink:hover .ipsUserPhoto { opacity: 0.8; } .ipsUserPhoto_variable { max-width: 155px; } .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; } a.ipsUserPhotoLink, a.userNavPhoto{ position: relative; } .author_info a.ipsUserPhotoLink, #friends_overview a.ipsUserPhotoLink, .friend_list a.ipsUserPhotoLink, #message_table .col_m_photo a.ipsUserPhotoLink, .vcard a.ipsUserPhotoLink, #search_results a.ipsUserPhotoLink, .ipbfs_titlebox a.ipsUserPhotoLink, .col_n_photo a.ipsUserPhotoLink, #chatters-online a.ipsUserPhotoLink{ display: inline-block; } .ipbfs_titlebox a.ipsUserPhotoLink{ float: left; } a.ipsUserPhotoLink.ipsPad_half{ padding: 0 !important; margin: 4px; } a.userNavPhoto:after, a.ipsUserPhotoLink:after{ content: ""; position: absolute; z-index: 1; top: 0px; left: 0px; right: 0; bottom: 0; -webkit-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px; -moz-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px; box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px; } Quote Daca ti-am fost de ajutor la acest topic apeasa pe Link to comment Share on other sites More sharing options...
Solution Twilight Posted February 3, 2015 Solution Report Share Posted February 3, 2015 Schimba cu: /* GENERAL CONTENT */ /* .ipsUserPhoto { padding: 1px; border: 1px solid #505050; background: #202020; -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5); box-shadow: 0px 2px 2px rgba(0,0,0,0.5); } .ipsUserPhotoLink:hover .ipsUserPhoto { border-color: #656565; } .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; } */ .ipsUserPhoto { //-webkit-border-radius: 0px; //border-radius: 0px; border: 1px solid #2c2c2c; //box-shadow: 0 0 0 1px #000000; -o-transition:.25s; -ms-transition:.25s; -moz-transition:.25s; -webkit-transition:.25s; transition:.25s; } a.userNavPhoto:hover, .ipsUserPhotoLink:hover .ipsUserPhoto { opacity: 0.75; /*transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px); -webkit-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px); -moz-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px); -o-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px); -ms-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);*/ } .ipsUserPhoto_variable { max-width: 155px; } .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; } a.ipsUserPhotoLink, a.userNavPhoto{ position: relative; } .author_info a.ipsUserPhotoLink, #friends_overview a.ipsUserPhotoLink, .friend_list a.ipsUserPhotoLink, #message_table .col_m_photo a.ipsUserPhotoLink, .vcard a.ipsUserPhotoLink, #search_results a.ipsUserPhotoLink, .ipbfs_titlebox a.ipsUserPhotoLink, .col_n_photo a.ipsUserPhotoLink, #chatters-online a.ipsUserPhotoLink{ display: inline-block; } .ipbfs_titlebox a.ipsUserPhotoLink{ float: left; } a.ipsUserPhotoLink.ipsPad_half{ padding: 0 !important; margin: 4px; } a.userNavPhoto:after, a.ipsUserPhotoLink:after{ content: ""; position: absolute; z-index: 1; margin-right: 0px; top: 0px; left: 0px; right: 0; bottom: 0; /* -webkit-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px; -moz-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px; box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px; */ pointer-events:none; } a.userNavPhoto:after, a.ipsUserPhotoLink:after{ -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } Si la setarile grupurilor in: AdminCP > Members > Member Groups > Manage Member Groups > alegi grupul dorit > tab-ul Global Mai jos undeva ai: Uploading Si la fiecare grup fa-i ca in poza de mai jos: Adica.. La: Global Upload Limit Pune: -1 si procedezi la toate grupurile la fel.. la Uploading pui ca in poza si apoi gif-urile o sa-ti mearga negresit.. succes 1 Quote Link to comment Share on other sites More sharing options...
+MrTea Posted February 3, 2015 Author Report Share Posted February 3, 2015 Edit: Am facut dimensiunile la Personal Photo Limits si merge +1 Dati T/C Quote Daca ti-am fost de ajutor la acest topic apeasa pe Link to comment Share on other sites More sharing options...
Twilight Posted February 3, 2015 Report Share Posted February 3, 2015 frate ma crezi ca nu merge? Ai incercat ce am zis eu?!.. stiu ca mai demult cineva avea aceeasi problema ca si tine.. Vezi si asta: PS: Daca nu merge hmm nu am idee .. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.