- Posts: 13
- 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 Need Help With Kunena Notifications
Please Log in or Create an account to join the conversation.
Secondly, messages like the ones you see "Your message has been successfully posted" etc., should only appear when you actually do something ... like post a new message. These messages are merely a confirmation that what you wanted to do was actually done. Are you asking how to disable informational messages that confirm what you have done was what you intended to do ... is that what you want to know?
Yes, you can do this. Change your template CSS by adding the line I've shown in red below:
#system-message dd ul {
border-bottom:3px solid #84A7DB;
border-top:3px solid #84A7DB;
color:#0055BB;
display:none;
list-style:none outside none;
margin-bottom:10px;
padding:10px;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
-AV
Please Log in or Create an account to join the conversation.
-AV
Please Log in or Create an account to join the conversation.
Your Kunena template CSS - sorry for not making that distinction clear.Aviticus wrote: Also, which template am I adjusting?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.