Kunena 6.4.8 Released
The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Solved What is the Default New Topic Icon in position #1 meant to be called?
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.
- Posts: 951
- Thank you received: 148
Please Log in or Create an account to join the conversation.
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!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.