Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Remove ALL READ

More
15 years 6 months ago #65038 by bigdm
Replied by bigdm on topic Re: Remove ALL READ
so... err.. any idea how i can edit this on 1.6?? defualt template (same one this site uses)

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

More
15 years 6 months ago #65043 by sozzled
Replied by sozzled on topic Re: Remove ALL READ
If you used Firebug for Firefox you would have found (within one minute) that all you need to do is modify the CSS file by adding the line (in red) below:

#Kunena .klist-markallcatsread input.kbutton {
display:none;
margin:4px;
padding:0;
}

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

More
15 years 6 months ago #65046 by bigdm
Replied by bigdm on topic Re: Remove ALL READ
I do use firebug, but to be honest i wanted to remove the code not just hide it as I have no use for it within my joomla site..

Thanks for the quick relply tho, I managed to find it now
components/com_kunena/template/default/categories/listcat.php

JOB DONE :)

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

More
15 years 6 months ago - 15 years 6 months ago #65048 by sozzled
Replied by sozzled on topic Re: Remove ALL READ
As you like - it's your website. It's really better to hide these things than to edit the source code. Editing the source code may save you a millisecond or two but could cost you hours, later, when you need to upgrade to new versions because of other issues. K 1.6.1 is just around the corner (which contains dozens of fixes to K 1.6.0) and you're only going to have to do those changes again. Then there will probably be a K 1.6.2 (and so on) and, again, you're going to have to make those changes. But, like I said, it's your website.
Last edit: 15 years 6 months ago by sozzled.

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

Time to create page: 0.282 seconds