Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question Login

More
1 year 7 months ago #11 by rich
Replied by rich on topic Login
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:
.
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).
.
 

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

Time to create page: 0.444 seconds