omEga. Posted August 12, 2017 Share Posted August 12, 2017 Hello guys, i have a problem why is see bluration on my avatar ? I changed my avatar and resized! And i watched this tutorial but unsuccessfully... Sorry , for my english... Link to comment Share on other sites More sharing options...
0 Cookie Monster Posted August 12, 2017 Share Posted August 12, 2017 11 minutes ago, omEga. said: Hello guys, i have a problem why is see bluration on my avatar ? I changed my avatar and resized! Sorry , for my english... 5 Paste your code that you changed, please ? (Remeber to use the code tag < >) So the code you have modified on your site, paste that in here 1 Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
0 omEga. Posted August 12, 2017 Author Share Posted August 12, 2017 (edited) oK I replaced this code: <li class='cAuthorPane_photo'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} </li> with it: <li class='cAuthorPane_photo'> {{if $comment->author()->pp_main_photo}} <a href='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}-{$comment->author()->name}" seoTemplate="profile" seoTitle="$seoName"}' data-ipsHover data-ipsHover-target='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}-{$comment->author()->name}&do=hovercard" seoTemplate="profile" seoTitle="$seoName"}' title="{lang="view_user_profile" sprintf="$name"}"> <span class='ipsUserPhoto ipsUserPhoto_variable'> <img src="{setting="base_url"}uploads/{$comment->author()->pp_main_photo}" /> </span> </a> {{else}} <a href='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}-{$comment->author()->name}" seoTemplate="profile" seoTitle="$seoName"}' data-ipsHover data-ipsHover-target='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}-{$comment->author()->name}&do=hovercard" seoTemplate="profile" seoTitle="$seoName"}' title="{lang="view_user_profile" sprintf="$name"}"> <span class='ipsUserPhoto ipsUserPhoto_variable'> <img src="<Path_to>/default_photo.png" /> </span> </a> {{endif}} </li> And I have added this code in CSS- custom.css: .ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large::after { width: 150px; height: 300px; } and now my avatars appear ok but default photo.png it disappeared Which may be the problem? Edited August 12, 2017 by omEga. Link to comment Share on other sites More sharing options...
0 Cookie Monster Posted August 12, 2017 Share Posted August 12, 2017 <span class='ipsUserPhoto ipsUserPhoto_variable'> <img src="<Path_to>/default_photo.png" /> </span> Might want to specify your path to the image? That will lead to no where. So the issue is your img src. 1 Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
0 omEga. Posted August 12, 2017 Author Share Posted August 12, 2017 Thanks man! You are the best Link to comment Share on other sites More sharing options...
0 Cookie Monster Posted August 12, 2017 Share Posted August 12, 2017 3 hours ago, omEga. said: Thanks man! You are the best Did you get it fixed ? Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
0 omEga. Posted August 12, 2017 Author Share Posted August 12, 2017 2 minutes ago, Cookie Monster said: Did you get it fixed ? Yes,thank you Link to comment Share on other sites More sharing options...
0 Cookie Monster Posted August 12, 2017 Share Posted August 12, 2017 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
Question
omEga.
Hello guys, i have a problem
why is see bluration on my avatar ?
I changed my avatar and resized!
And i watched this tutorial
but unsuccessfully...
Sorry , for my english...
Link to comment
Share on other sites
7 answers to this question
Recommended Posts