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 ??

More
10 years 3 months ago #171798 by 810
and what are the options on edit crypsis template. Is the option on Topic Icons= Fontawesome?

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #171799 by loppan

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.

More
10 years 3 months ago #171800 by 810
and what is the option at configuration - frontend - Selectable Topic Icons = Yes?

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #171801 by 810
or try this:

libraries / kunena / template / template.php line 977

change:
Code:
$icon = 'file';
to:
Code:
$icon = 'newspaper-o';
The following user(s) said Thank You: loppan

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago - 10 years 3 months ago #171822 by loppan

810 wrote: or try this:

libraries / kunena / template / template.php line 977

change:

Code:
$icon = 'file';
to:
Code:
$icon = 'newspaper-o';


Wow! So glad to find out where to change this :). Now the icon I put there is shown by default in every category.

Wouldn't we want to change this behaviour, so it picks the icon from my icon-set xml file for each category instead?

810 wrote: and what is the option at configuration - frontend - Selectable Topic Icons = Yes?

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 it :). Either way, it's set to 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
Last edit: 10 years 3 months ago by loppan.

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #171825 by 810
I will change the code for K5.0, so you need to wait for it. Best for now just change the code, until its fixed.

Please Log in or Create an account to join the conversation.

Time to create page: 0.259 seconds