Kunena 6.3.8 Released

The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

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.

Solved Hide no. of topics

More
9 years 8 months ago #1 by vuzv
Hide no. of topics was created by vuzv
Hi, could you help me to hide no. of topics/replies from the index overview table? Is it possible? I found no answer in forum neither any parameters in config. Thank you

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

More
9 years 8 months ago - 9 years 8 months ago #2 by 810
Replied by 810 on topic Hide no. of topics
you can do it with css. Try this on you joomla css
Code:
#Kunena .klatest-subject { width:150px; } #Kunena .kcol-kcatreplies, #Kunena .kcol-kcattopics { display: none; } #Kunena .kthead-title { width: 600px; }
Last edit: 9 years 8 months ago by 810.
The following user(s) said Thank You: vuzv

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

More
9 years 8 months ago #3 by vuzv
Replied by vuzv on topic Hide no. of topics
Thank you - it works more or less fine. It could by good idea to set some parameter to hide this numbering generaly (during project Kick-off time - with no topics generated).

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

Time to create page: 0.314 seconds