- Posts: 126
- 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
Solved Get rid of "Category" label
- OldCharlie
-
Topic Author
- Offline
- Senior Member
-
Less
More
8 months 3 weeks ago #233552
by OldCharlie
Get rid of "Category" label was created by OldCharlie
I would lke the Kuena Topic to be less cluttered. How do I select to not display the category of the Topic? See attached photo.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
8 months 3 weeks ago - 8 months 3 weeks ago #233553
by Pinkeltje
Replied by Pinkeltje on topic Get rid of "Category" label
With all due respect, but I think the background colors are even more busy and difficult for the eyes.
Easiest way is to add this to your user.css:
Or create an override for components\com_kunena\template\aurelia\layouts\topic\row\default.php
and delete rows 105 and 106
Easiest way is to add this to your user.css:
Code:
#kunena.layout .ktopic-category, #kunena.layout .started br {
display: none;
}
and delete rows 105 and 106
Code:
<span class="ktopic-category"> <?php echo Text::sprintf('COM_KUNENA_CATEGORY_X', $this->getCategoryLink($this->topic->getCategory(), null, $this->topic->getCategory()->description, KunenaTemplate::getInstance()->tooltips())) ?></span>
<br />
Last edit: 8 months 3 weeks ago by Pinkeltje.
Please Log in or Create an account to join the conversation.
- OldCharlie
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 126
- Thank you received: 0
8 months 2 weeks ago #233581
by OldCharlie
Replied by OldCharlie on topic Get rid of "Category" label
Thanks, I used your answer whereby I deleted rows 5 and 6. I also removed the colors, so it's not so busy.
Thanks
Now I'd like to delete when the topic was created and the category in the topic second level.
Thanks
Now I'd like to delete when the topic was created and the category in the topic second level.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
8 months 2 weeks ago - 8 months 2 weeks ago #233583
by Pinkeltje
Replied by Pinkeltje on topic Get rid of "Category" label
It is your choice, but I would prefer hiding them with css to avoid problems after updating Kunena to a new version..
I think this is what you want to achieve:
I think this is what you want to achieve:
Code:
#kunena.layout .started {
display: none;
}
Last edit: 8 months 2 weeks ago by Pinkeltje.
Please Log in or Create an account to join the conversation.
- OldCharlie
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 126
- Thank you received: 0
8 months 2 weeks ago #233592
by OldCharlie
Replied by OldCharlie on topic Get rid of "Category" label
I'm a newbie with .css
So I attached my .css file.
It does not work. I put the user.css file in the httpdocs folder/ What could I be doing wrong?
So I attached my .css file.
It does not work. I put the user.css file in the httpdocs folder/ What could I be doing wrong?
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
8 months 2 weeks ago #233593
by Pinkeltje
Replied by Pinkeltje on topic Get rid of "Category" label
It depends on the template you use. Check the template documentation.
Please Log in or Create an account to join the conversation.
Time to create page: 0.328 seconds