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 Hide Announcements Link (but not Uddeim PM link)

More
10 years 6 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 6 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 6 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.239 seconds