- Posts: 15
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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.
Solved Hide columns (topics, replies) from main forum index
13 years 8 months ago - 13 years 8 months ago #127565
by Nothing
Hide columns (topics, replies) from main forum index was created by Nothing
Hi.
Is it possible to disable the Topics and Replies column?
Is it possible to disable the Topics and Replies column?
Last edit: 13 years 8 months ago by sozzled. Reason: Changed subject to improve relevance for search purposes; change topic icon
Please Log in or Create an account to join the conversation.
- coder4life
-
- Offline
- Kunena Contributor
-
Less
More
- Posts: 296
- Thank you received: 50
13 years 8 months ago #127580
by coder4life
Replied by coder4life on topic Hide columns (topics, replies) from main forum index
No it is not possible to remove topic and replies through a configuration option. However you can achieve this through some CSS.
Please Log in or Create an account to join the conversation.
13 years 8 months ago #127703
by Nothing
Replied by Nothing on topic Hide columns (topics, replies) from main forum index
Yeah....i thought about that ^^
Can you tell me how to remove that?
Can you tell me how to remove that?
Please Log in or Create an account to join the conversation.
- coder4life
-
- Offline
- Kunena Contributor
-
Less
More
- Posts: 296
- Thank you received: 50
13 years 8 months ago #129266
by coder4life
Replied by coder4life on topic Hide columns (topics, replies) from main forum index
Are you comfortable editing files?
Please Log in or Create an account to join the conversation.
13 years 8 months ago #129276
by Nothing
Replied by Nothing on topic Hide columns (topics, replies) from main forum index
Yep. Sure. I tried a lot...but with no result.
Please Log in or Create an account to join the conversation.
13 years 8 months ago - 13 years 8 months ago #129279
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Hide columns (topics, replies) from main forum index
You need to add the following lines to the end of your Joomla site template CSS file:
Perhaps you might also like to donate a dollar to the Kunena project for the time it took us to answer your request.
Code:
#Kunena td.kcol-kcattopics, #Kunena td.kcol-kcatreplies {
display: none;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 13 years 8 months ago by sozzled.
The following user(s) said Thank You: Nothing
Please Log in or Create an account to join the conversation.
Time to create page: 0.284 seconds