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

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Merged [Merged topic] How to add topic icons

More
15 years 5 months ago #63104 by adminthptngochoi

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

More
15 years 5 months ago - 15 years 5 months ago #63107 by sozzled
For a small consideration ($160 per hour) I can give you more. :) I don't know how serious you were, but I can assure you that when someone mentions the likelihood of payment for service, they will have my total, undivided attention.
Last edit: 15 years 5 months ago by sozzled.
The following user(s) said Thank You: dirkovision

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

More
15 years 4 months ago #64725 by rupex
is this serious?

we have to pay for features like this?

can we not just add more image files into the folder where the topic icons are stored?

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

More
15 years 4 months ago - 15 years 4 months ago #64742 by sozzled
Kunena is completely open source; you can extend or change it any way that you like. When we receive vague requests like "I want more", they are unlikely to be taken seriously unless there a somewhat more precise specification accompanying such open-ended requests. I had little doubt in my mind that the original request - "I want more" - was a frivolous one and I think my response has confirmed this to be the case. I was definitely not being frivolous when I wrote what I wrote.

You can add/change or extend the range of topic icons as much as you like. In what specific way would you like help to achieve whatever it is that you want to achieve? Many people do not consider it unreasonable to state, up front, the basis on which they will provide unfettered help; but, you have remember, there is a limit to how much help we are prepared to offer. I was merely setting a boundary on the extent to which I am prepared to offer "unlimited help" to anyone who requests it. I don't think that my response was an unreasonable one in these circumstances.
Last edit: 15 years 4 months ago by sozzled.
The following user(s) said Thank You: dirkovision, rupex

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

More
15 years 4 months ago #65361 by rupex
no it was not :) i was just unclear :) i love kunena and all the work you do ! Keep it up! im donating once it all works the way i want it :)

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

More
15 years 4 months ago #65365 by carlosys
Look the file icons.php in default template or active template.

components/com_kunena/template/default/icons.php

and Update the new icons in:

components/com_kunena/template/default/images/icons (default or active template)

Example topic icons in icons.php file
Code:
**/ // Topic icons $topic_emoticons = array (); $topic_emoticons [0] = 'topic-default.gif'; $topic_emoticons [1] = 'topic-exclamation.png'; $topic_emoticons [2] = 'topic-question.png'; $topic_emoticons [3] = 'topic-mark.png'; $topic_emoticons [4] = 'topic-love.png'; $topic_emoticons [5] = 'topic-grin.png'; $topic_emoticons [6] = 'topic-shock.png'; $topic_emoticons [7] = 'topic-smile.png';
The following user(s) said Thank You: seafinn, dirkovision, adminthptngochoi, ChaosHead

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

Time to create page: 0.498 seconds