Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] 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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

Solved Annoying issue with system messages

More
10 years 10 months ago - 10 years 10 months ago #168408 by Nova
Hi
I've installed Kunena , configured etc, but unfortunatelly I noticed that after sending EVERY post on my new forum on the top of kunena appear "system message" info (on joomla green background). Something like this (I will try to translate it from my native language)

"MESSAGE
Your message/post has been sucessfully sent"

This happen every time after sending single post. Its very frustrating.

I have latest Kunena 4.0.5, latest joomla 3.4.3. In Kunena configuration there is disabled subscription, also disabled debugging mode.


My question is HOW TO DISABLE these ugly notifications in kunena?



Last edit: 10 years 10 months ago by Nova.

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

More
10 years 10 months ago #168409 by 810
add this on your joomla template css:
Code:
#system-message-container {display: none;}

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

More
10 years 10 months ago - 10 years 10 months ago #168410 by Nova
Thx for your reply 810 , but believe me... disabling system messages completely in joomla is not good idea. Many other plugins or components sometimes use it to inform user what is going on.
So this is definitely bad idea.

I think it should be correctly programmed inside of kunena. I still dont believe that there is no option to change that. Otherwise i will be forced to install phpbb3 - but i dont like this stuff.

Any other ideas? workarounds?
Last edit: 10 years 10 months ago by Nova.

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

More
10 years 10 months ago #168412 by rich
You can easily disable it. Go in backend to "Extensions > Language(s) > Overrides > (Filter)-Site > New". Enter in the field Language Constant this code:

COM_KUNENA_POST_SUCCESS_POSTED

Let empty the text field and save it. That's all.

Important! Always create a backup before you make any changes to your website!

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

More
10 years 10 months ago #168414 by Nova
Hmmm. thats very interesting method..it even works!
I understand that i could delete also other infos in the same way..hmm..

Could you tell me what exactly file i'm editing ? (i prefer do that directly in notepad)
I cant find it in ...\administrator\components\com_kunena\language\my_language\file
There is no such entry like COM_KUNENA_POST_SUCCESS_POSTED

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

More
10 years 10 months ago #168415 by rich
You find it in "root/language/your language/xx-XX.com_kunena.controllers.ini"

Fronten languages are in "root/language"
Backend languages are in "root/administrator/language"

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: Nova

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

Time to create page: 0.366 seconds