By Kevin Burk on Saturday, 25 November 2017
Posted in Technical Issues
Replies 7
Likes 0
Views 611
Votes 0
I would like to be able to change the size of the avatar images in the forums and posts. Currently, the images are about 32px and display in the various title bars of the posts.

I've adjusted the thumbnail sizes in the Layout tab under Avatars, but this hasn't made a difference.

Ideally, I'd like to have a full-size avatar (400px) show up next to each post/reply.
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Can you check my attached screenshot below and see is it you would like to make that image width/height size follow as what you set that image size from backend?

For example : if the 'Large thumbnail size' you set to 200px, you would like to display this image width to 200px as well?
·
Saturday, 25 November 2017 10:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes — that's what I'm wanting to do. The thumbnail size settings had little impact on that. The avatars are a little larger in the posts themselves, but they're still tiny everywhere else.
·
Saturday, 25 November 2017 22:00
·
0 Likes
·
0 Votes
·
0 Comments
·
You can try add this following css into JoomlaFolder/templates/YourCurrentTemplate/html/com_easydiscuss/css/custom.css

and see how it goes.


body #ed.view-post .o-avatar--sm {
width: 80px;
height: 60px;
}
·
Sunday, 26 November 2017 14:07
·
0 Likes
·
0 Votes
·
0 Comments
·
That path is not valid. There are no easy_discuss files or folders anywhere in my joomla templates.
·
Sunday, 26 November 2017 23:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Kevin,

I am sorry that i didn't explained properly in earlier, for those new folder/files, you have to manually create it.
·
Monday, 27 November 2017 10:03
·
0 Likes
·
0 Votes
·
0 Comments
·
I tried that. It doesn't work.
·
Monday, 27 November 2017 22:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you try provide us with your Joomla backend and FTP access at http://stackideas.com/dashboard/site so we can better have a check?
·
Monday, 27 November 2017 23:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post