Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Show User Avatar on a Profile Page
reevez
New
When I click on an user's name, I go to his Profile Page.
There I see his Activity stream and the User Box on the right.
But I do not show his full User Avatar.
How can I add his Avatar to his Profile Page? Preferably his full size avatar.
Please specify
(1) what lines to add
(2) where to add it.
Thanks in advance!
Tagged:
0
Comments
Please link to the page in question. Is this embedded forum? What is the size of the original pic . Look at this thread if it helps . As far as finding out where the avatar stuff is
to possibly change, but guessing what the problem is can be difficult without checking it out.
http://vanillaforums.org/discussion/comment/169834/#Comment_169834
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
It is not an embedded forum.
Perhaps this JPG will elaborate my goal:
Looks like something in that theme is making the img not show in the panel. Try this out in the custom css. Let me know if that works. If you post a link to the problem one can look at the code you have and what may be causing this to happen.
body#dashboard_profile_index.Dashboard.Profile.Index.Profile div.Photo img {visibility:visible;width:100%;height:auto;}
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Ok I did try to add your css code into custom.css
It did not work.
However, I found a solution myself.
I added the following lines into userinfo.php:
Excellent !! Thanks for posting your solution. It will help others I am sure. I kind of thought it would take more than just css.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌