Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question How can I change the size limit of avatar and signature images?
Around line 58 and after:
From:
<!-- Required avatar sizes -->
<param name="avatarSizeXThumb" type="hidden" default="36" />
<param name="avatarSizeYThumb" type="hidden" default="36" />
<param name="avatarSizeXWelcome" type="hidden" default="72" />
<param name="avatarSizeYWelcome" type="hidden" default="72" />
<param name="avatarSizeXList" type="hidden" default="36" />
<param name="avatarSizeYList" type="hidden" default="36" />
<param name="avatarSizeXPost" type="hidden" default="144" />
<param name="avatarSizeYPost" type="hidden" default="144" />
<param name="avatarSizeXProfile" type="hidden" default="200" />
<param name="avatarSizeYProfile" type="hidden" default="200" />
To:
<!-- Required avatar sizes -->
<param name="avatarSizeXThumb" type="hidden" default="36" />
<param name="avatarSizeYThumb" type="hidden" default="36" />
<param name="avatarSizeXWelcome" type="hidden" default="72" />
<param name="avatarSizeYWelcome" type="hidden" default="72" />
<param name="avatarSizeXList" type="hidden" default="36" />
<param name="avatarSizeYList" type="hidden" default="36" />
<param name="avatarSizeXPost" type="hidden" default="150" />
<param name="avatarSizeYPost" type="hidden" default="250" />
<param name="avatarSizeXProfile" type="hidden" default="200" />
<param name="avatarSizeYProfile" type="hidden" default="200" />
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please see our answers. I have already explained that I do not know the answers to the other questions that you have asked, sorry.Avatars with 150x250
To change the size of avatar images, you change the XML file; you do not change the CSS file. I thought that we made that clear. If you want to ask "How do I change my CSS file" then that is a different question. Please start a new discussion topic for that question. Thanks.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
However, from what you have written, it appears that you are not very familiar with some of this basic web know-how and, maybe, it would be better if you employed a commercial service to make these changes for you ... before you possibly destroy what good work you have done.
I hope you have kept good backup copies of your site. It would be a shame to lose all the work that you have done.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.