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.

Solved Hide Announcements Link (but not Uddeim PM link)

More
10 years 3 months ago #173079 by PaladinBrewer
Hello,

I don't use the Announcements so I would like to hide the link completely. I would do the CSS route:
Code:
.kprofilebox-link { display:none; }

But that will also hide my Link for the Uddeim PMs. Any thoughts? I did not post my Config log since it's not useful for this question, but I do have the newest Kunena.

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

More
10 years 3 months ago #173082 by 9themestore
Hi,

Please change your code to:
Code:
.kprofilebox-link li:last-child { display: none !important; }

Hope this helps

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
The following user(s) said Thank You: PaladinBrewer

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

More
10 years 3 months ago #173107 by PaladinBrewer
That worked great, thanks much :)

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

Time to create page: 0.235 seconds