Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Solved to big avatar in reply screen
in file components/com_kunena/template/crypsis/layouts/topic/edit/history/default.php
replace
fixes it (although I don't know what it might possibly break, as I do not understand the 'profile' parameter...
this is the function that is called:
so I guess 'profile“ is a variable holding the 200px (as 'post' does 144px, 'welcome' does 72px, 'list' does 36px)
sharing = caring
Please Log in or Create an account to join the conversation.
in file: components/com_kunena/template/crypsis/layouts/user/profile/default.php
replace
sharing = caring
Please Log in or Create an account to join the conversation.
But I will change it to post.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Hi, just tested the parts I could test, looks okay to me810 wrote: please try github.com/Kunena/Kunena-Forum/pull/3113
One question:
there are different classes used for the avatar in the various places:
* img-rounded
* img-thumbnail
* img-polaroid
For ease of styling it would be better to only have one class for all of them.
That would also make the look and feel more consistent
Would even be an idea to have this class as a variable in the backend? That is the way e.g. Easyprofile is working. I use cjblog on my site and the avatar is set to 'img-avatar'. In Easyprofile I can configure to also use 'img-avatar': that way I have a consistent look and feel without changing css etc. Just a though
sharing = caring
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.