- Posts: 25
- Thank you received: 0
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 How do I hide the "Views" column from my template
- KateKoch44
-
Topic Author
- Offline
- Junior Member
-
Less
More
15 years 3 weeks ago - 15 years 3 weeks ago #92030
by KateKoch44
How do I hide the "Views" column from my template was created by KateKoch44
Last edit: 15 years 3 weeks ago by sozzled. Reason: Changed subject to improve relevance for search purposes
Please Log in or Create an account to join the conversation.
15 years 3 weeks ago #92089
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How do I hide the "Views" column from my template
Thank you for your interesting question. Although the specific mechanism that you may have used in K 1.5 will not work in K 1.6, the method is still similar. Perhaps if you would like to explain how you made the changes in K 1.5 we may be able to suggest a solution that will work for you in K 1.6.
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.
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
-
Less
More
- Posts: 25
- Thank you received: 0
15 years 3 weeks ago #92095
by KateKoch44
Replied by KateKoch44 on topic Re: How do I hide the "Views" column from my template
As mentioned in the other thread, I'm not familiar with PHP or CSS and I try to leave that to my tech guy. I was hoping to get a jump on it if you gave me specific info. I'm just glad it is possible. I'm cool with the consequences. I never had a problem before and I doubt I'll have a problem again. If I do, it will be my problem.
Please Log in or Create an account to join the conversation.
15 years 3 weeks ago - 15 years 3 weeks ago #92103
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How do I hide the "Views" column from my template
You can hide this column by adding the following three lines to your Joomla site template:
#Kunena td.kcol-ktopicviews {
display: none;
}
#Kunena td.kcol-ktopicviews {
display: none;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 15 years 3 weeks ago by sozzled.
Please Log in or Create an account to join the conversation.
- KateKoch44
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 25
- Thank you received: 0
15 years 3 weeks ago #92104
by KateKoch44
Replied by KateKoch44 on topic Re: How do I hide the "Views" column from my template
THANK YOU!
Please Log in or Create an account to join the conversation.
- allmyhoney
-
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
15 years 1 week ago #93051
by allmyhoney
Replied by allmyhoney on topic Re: How do I hide the "Views" column from my template
Hi there, can you tell me where exactly this css code goes? I added to my t3 template with joomlart but no luck? does it go anywhere in the css files for kunena? :blush:
Please Log in or Create an account to join the conversation.
Time to create page: 0.234 seconds