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.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question How can I change the size limit of avatar and signature images?

More
15 years 2 months ago #90336 by sozzled
Change file ../components/com_kunena/template/default/template.xml:

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" />

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago - 15 years 2 months ago #90340 by Menphis
sozzled

please look image below



do you see those template which has their name highlighted in red? so, I changed all them
but "Nao Gravavel = No Saved/Unsaved"

The templates I do the changes are not the corrects?
Last edit: 15 years 2 months ago by Menphis.

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #90343 by sozzled
Menphis wrote:

Avatars with 150x250

Please see our answers. I have already explained that I do not know the answers to the other questions that you have asked, sorry.

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. :)

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago - 15 years 2 months ago #90351 by Menphis
where is the xml file? I´m rying to find it out in the administrative panel but nothing
Last edit: 15 years 2 months ago by Menphis.

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #90356 by sozzled
You should use a FTP tool (like Filezilla , for example) to browse your site, to copy files from your site to your PC (where you can edit the file) and to copy the edited files back to your site.

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.
The following user(s) said Thank You: Menphis

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #90359 by Menphis

Please Log in or Create an account to join the conversation.

Time to create page: 0.250 seconds