- Posts: 11
- Thank you received: 0
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] 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 7.0
Solved Annoying issue with system messages
11 years 22 hours ago - 11 years 22 hours ago #168408
by Nova
Annoying issue with system messages was created 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?
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: 11 years 22 hours ago by Nova.
Please Log in or Create an account to join the conversation.
11 years 22 hours ago #168409
by 810
Replied by 810 on topic Annoying issue with system messages
add this on your joomla template css:
Code:
#system-message-container {display: none;}
Please Log in or Create an account to join the conversation.
11 years 21 hours ago - 11 years 21 hours ago #168410
by Nova
Replied by Nova on topic Annoying issue with system messages
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?
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: 11 years 21 hours ago by Nova.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12290
- Thank you received: 2537
11 years 21 hours ago #168412
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Annoying issue with system messages
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.
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.
11 years 19 hours ago #168414
by Nova
Replied by Nova on topic Annoying issue with system messages
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
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.
Less
More
- Posts: 12290
- Thank you received: 2537
11 years 19 hours ago #168415
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Annoying issue with system messages
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"
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.298 seconds