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.
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
- adminthptngochoi
-
Topic Author
- Offline
- Junior Member
-
- http://nhagame.tk
Less
More
15 years 5 months ago #63104
by adminthptngochoi
[Merged topic] How to add topic icons was created by adminthptngochoi
I want more :laugh:
Please Log in or Create an account to join the conversation.
15 years 5 months ago - 15 years 5 months ago #63107
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How to add more topic icon
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
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.
15 years 4 months ago #64725
by rupex
Replied by rupex on topic Re: How to add more topic icon
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?
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.
15 years 4 months ago - 15 years 4 months ago #64742
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How to add more topic icon
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.
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
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.
15 years 4 months ago #65361
by rupex
Replied by rupex on topic Re: How to add more topic icon
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.
15 years 4 months ago #65365
by carlosys
Replied by carlosys on topic Re: How to add more topic icon
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
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';
Please Log in or Create an account to join the conversation.
Time to create page: 0.498 seconds