- Posts: 25
- Thank you received: 0
Kunena 6.4.13 Released
The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] 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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.
Question How do I hide the "Views" column from my template
- KateKoch44
-
Topic Author
- Offline
- Junior Member
-
Please Log in or Create an account to join the conversation.
It's my guess that you need to "doctor" the PHP source code for the template. As soon as you do that, you're on your own as far as continued support from the Kunena project team is concerned. Your choice; those are the consequences.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- KateKoch44
-
Topic Author
- Offline
- Junior Member
-
- Posts: 25
- Thank you received: 0
Please Log in or Create an account to join the conversation.
#Kunena td.kcol-ktopicviews {
display: none;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- KateKoch44
-
Topic Author
- Offline
- Junior Member
-
- Posts: 25
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- allmyhoney
-
- Offline
- New Member
-
- Posts: 6
- Thank you received: 0
Please Log in or Create an account to join the conversation.