Avatar size
- w1nk
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
- Eugene S.
-
- Offline
- Administrator
-
8 years 11 months ago #94
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic Re: Avatar size
Hi,
Kunena template does not afford using such params in back-end by default, but I'll tell you about the trick.
Open the following file: components/com_kunena/template/rnd_kascetic/template.xml
In the bottom you'll find two lines:
Once you're done, two new params will be available in template back-end settings: profile avatar's width and height.
You must fill these values without px prefix, I mean if you need 300px just input 300 without px.
Kunena template does not afford using such params in back-end by default, but I'll tell you about the trick.
Open the following file: components/com_kunena/template/rnd_kascetic/template.xml
In the bottom you'll find two lines:
Just replace thse lines on:<param name="avatarSizeXProfile" type="hidden" default="200" />
<param name="avatarSizeYProfile" type="hidden" default="200" />
<param name="avatarSizeXProfile" type="text" default="200" />
<param name="avatarSizeYProfile" type="text" default="200" />
Once you're done, two new params will be available in template back-end settings: profile avatar's width and height.
You must fill these values without px prefix, I mean if you need 300px just input 300 without px.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
- w1nk
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
8 years 11 months ago #95
by w1nk
Replied by w1nk on topic Re: Avatar size
Helllo Eugene,
Thanks for quick reply.
This works.
Spasibo
Thanks for quick reply.
This works.
Spasibo

- Dmitri
-
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
8 years 4 days ago #158
by Dmitri
Replied by Dmitri on topic Re: Avatar size
Hi Eugene!
Attachment seems gone, could you add text - what should be replaced for avatar size?
Attachment seems gone, could you add text - what should be replaced for avatar size?
- Eugene S.
-
- Offline
- Administrator
-
7 years 11 months ago #160
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic Re: Avatar size
Hello Dmitri,
Here is the permalink on accepted answer. Hope it'll help. If no, please write me back.
Here is the permalink on accepted answer. Hope it'll help. If no, please write me back.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
- Dmitri
-
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
7 years 11 months ago #161
by Dmitri
Replied by Dmitri on topic Re: Avatar size
Hi Eugene!
I did try to apply this change. But still don't see two new parameters in the template back-end settings.
I assume it should be forum template (Kunena Forum: Template Manager -> Template: Rnd_korder -> Basic settings)? I also tried explicitly change avatar size in posts to 100px, but it has no effect.
I suspect I'm doing something wrong but cannot identify what exactly
I did try to apply this change. But still don't see two new parameters in the template back-end settings.
I assume it should be forum template (Kunena Forum: Template Manager -> Template: Rnd_korder -> Basic settings)? I also tried explicitly change avatar size in posts to 100px, but it has no effect.
I suspect I'm doing something wrong but cannot identify what exactly

Moderators: Eugene S.