DeadworldHd Posted June 2, 2018 Report Share Posted June 2, 2018 Salut ! As dorii si eu sa stiu cum fac sa se vada avatarele mai clar , de unde le modific dimensiunea ! Forumul ruleaza pe ipb 4.2.7 Quote Link to comment Share on other sites More sharing options...
0 +dOc MFX Posted June 2, 2018 Report Share Posted June 2, 2018 Pentru început mergem în forums - topics și selectăm „postContainer” după care căutăm următorul cod : <li class='cAuthorPane_photo'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} </li> ~ După ce ați găsit acest cod, îl veți înlocui cu acest cod: <li class='cAuthorPane_photo'> {{if $comment->author()->pp_main_photo}} <span class='ipsUserPhoto ipsUserPhoto_variable'> <img src="{setting='base_url'}uploads/{$comment->author()->pp_main_photo}" /> </span> {{else}} <img src='{resource="default_photo.png" app="core" location="global"}' /> {{endif}} </li> ~ Salvăm setările de mai sus și mergem în custom.css sau unde vă salvați voi codurile și adăugați: .cAuthorPane_photo img { max-width: 150px; width: auto; } Quote WWW.TECTONICPX.COM [ Professional Web Design Services ] Link to comment Share on other sites More sharing options...
0 DeadworldHd Posted June 2, 2018 Author Report Share Posted June 2, 2018 Acum se vad acestea foarte mari Quote Link to comment Share on other sites More sharing options...
0 +Micul`wji Posted June 2, 2018 Report Share Posted June 2, 2018 2 hours ago, DeadworldHd said: Acum se vad acestea foarte mari poti schimba valorile din css mai exact: max-width: 150px; si il faci cum doresti Quote - Mă tem că intr-o zi tehnologia va întrece umanitatea iar lumea va avea o generație de idioți ! Albert Einstein Link to comment Share on other sites More sharing options...
0 DeadworldHd Posted June 2, 2018 Author Report Share Posted June 2, 2018 daca pun mai putin se vad iar neclare , imi poti spune tu cat sa pun ? Quote Link to comment Share on other sites More sharing options...
0 DeadworldHd Posted June 2, 2018 Author Report Share Posted June 2, 2018 Problema rezolvata ! Quote Link to comment Share on other sites More sharing options...
Question
DeadworldHd
Salut ! As dorii si eu sa stiu cum fac sa se vada avatarele mai clar , de unde le modific dimensiunea ! Forumul ruleaza pe ipb 4.2.7
Link to comment
Share on other sites
5 answers to this question
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.