- Posts: 31
- Thank you received: 0
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 Login
3 years 8 months ago #225257
by straetch
Here is the link to an example Reply from a guest:
The website is in Dutch.
I did not have that behaviour on the same website under Joomla 3 and Kunena 5 with the paid Blue Eagle template.
Strange is that it does not happen with this post on your own forum.
This message contains confidential information
The website is in Dutch.
I did not have that behaviour on the same website under Joomla 3 and Kunena 5 with the paid Blue Eagle template.
Strange is that it does not happen with this post on your own forum.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12285
- Thank you received: 2534
3 years 8 months ago #225349
by rich
Important! Always create a backup before you make any changes to your website!
You need two steps to remove these hints:
1. Go to System -> Language Overrides and choose your frontend language
2. Click on New
3. Enter the language constant COM_KUNENA_LOGIN_PLEASE_SKIP
4. Let empty the text field and save it (this hidden the text and login link)
The blue alert info you can hidden via user.css
Code:
.
.
Alternatively, you can also hide the alert text with a language override (steps 1 - 4).
Language constant:
COM_KUNENA_GEN_INFO_GUEST_CANNOT_EDIT_DELETE_MESSAGE
But then remains an empty alert bar (see picture).
.
1. Go to System -> Language Overrides and choose your frontend language
2. Click on New
3. Enter the language constant COM_KUNENA_LOGIN_PLEASE_SKIP
4. Let empty the text field and save it (this hidden the text and login link)
The blue alert info you can hidden via user.css
Code:
.
Code:
.shadow-lg.p-3.mb-5.rounded .alert-info {
display: none;
}
Alternatively, you can also hide the alert text with a language override (steps 1 - 4).
Language constant:
COM_KUNENA_GEN_INFO_GUEST_CANNOT_EDIT_DELETE_MESSAGE
But then remains an empty alert bar (see picture).
.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
Time to create page: 0.293 seconds