- Posts: 7329
- Thank you received: 1425
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
Solved How can I change category and topic icons in Kunena 4.0.7 ??
Please Log in or Create an account to join the conversation.
810 wrote: and what are the options on edit crypsis template. Is the option on Topic Icons= Fontawesome?
Yes, Topic Icons = Fontawesome, and "Load External CDN Fontawesome" is "No" because I'm already loading it in my template... setting it to "Yes" does not help
. Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
libraries / kunena / template / template.php line 977
change:
Please Log in or Create an account to join the conversation.
810 wrote: or try this:
libraries / kunena / template / template.php line 977
change:to:Code:$icon = 'file';Code:$icon = 'newspaper-o';
Wow! So glad to find out where to change this
Wouldn't we want to change this behaviour, so it picks the icon from my icon-set xml file for each category instead?
Wow (again), couldn't find this setting before, so far I've removed some code from "crypsis//layouts/topic/edit/default.php" whenever I don't want to show the topic icons. Good to know there is a simple switch for it810 wrote: and what is the option at configuration - frontend - Selectable Topic Icons = Yes?
So, here's where we are :
1. When writing a new topic - or modifying a current topic - the topic icons that I have defined in "media/kunena/topic_icons/default/topicicons.xml" are showing, just like they should.
2. Old topics still pick there icon from libraries/kunena/template/template.php "$icon = 'file';"
(btw, it was line 949 here at my end - don't know if it makes a difference...)
Do we have a simple fix for having Kunena listen to the xml-file at all times instead? It would obviously be nice to be able to display different topic icons in different categories, even for older threads
Many thanks for your help 810, truly appreciate it!
Best
Peter
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.