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.

Solved What is the Default New Topic Icon in position #1 meant to be called?

More
1 year 11 months ago #231955 by purezen
I've been using Kunena for many years and always wondered about this basic thing.
When you create a new message, I would like to know what the first default icon is meant to represent / be called ?

 

1st icon = ???
2nd icon = Important
3rd icon = Question
4th icon = Idea
5th icon = Loved
6th icon = Merged
7th icon = Deleted
8th icon = Solved

The reason why I am asking is because I use a custom template from 9themestore.com.
In my template, each icon is named at the top of a forum thread and the first icon has been assigned "Question", yet this doesn't seem correct ??

Regards
Derek


 

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

More
1 year 11 months ago #231961 by Pinkeltje
When using svg it is document, when using Fontawesome it is file.

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

More
1 year 11 months ago - 1 year 11 months ago #231970 by rich
Do you use labels? The question symbol is standard for labels. You can change it.
Copy the labels.xml (path /media/kunena/labels) to
/components/com_kunena/template/aurelia/config/labels.xml  (instead of Aurelia your template)

Change this line:
<label id="0" name="COM_KUNENA_LABELS_QUESTION" b2="question-sign" b3="question-sign" fa="question-circle" svg="question-sign" labeltype="primary"/>
to
<label id="0" name="your own text or let empty for no text" b2="question-sign" b3="question-sign" fa="question-circle" svg="name of your svg image" labeltype="primary"/>

Hint: You can use all svg names where you find in /media/kunena/core/svg/
Also own svg images are possible.

(Not tested with 3rd party templates)

Important! Always create a backup before you make any changes to your website!
Last edit: 1 year 11 months ago by rich.
The following user(s) said Thank You: purezen

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

More
1 year 11 months ago #231998 by purezen
Thank you Rich 
This is really helpful information.

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

Time to create page: 0.475 seconds