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

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 7 months ago #65483 by adminthptngochoi

carlosys wrote: 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';

this is exactly the answer that I want, thank you ;)

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

More
15 years 6 months ago #67319 by eigenheimer
How to add new topics icons or changing? I did found it for K 1.5 but not for the new release K 1.6. Hope you can help me.
The following user(s) said Thank You: markxcool

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

More
15 years 6 months ago - 15 years 6 months ago #67328 by markxcool
I know how to change topic icons via a noob hack (ie. something really simple even noobs can do it). Its the same process as per K1.5.

1) Click on "New Topic"
2) Right Click on a topic icon and copy its image location URL
3) Via FTP, go to that location
4) Rename the image to something (e.g.: topic-grinORIGINAL.png)
5) Upload/copy to the same location your NEW topic icon using the original name

- its important that your new topic icon be similar in size to the original topic icons and in the same file format (and, of course, have the original name of what you renamed and are "replacing")

Repeat these steps for all the topic icons you want to change.

Be aware that since this is a hack, these manual changes might get lost in future upgrades of Kunenea.

I do not know how to create Additional topic icons to the ones that are already there. Anyone know how to do this?

Sharing and caring!
Last edit: 15 years 6 months ago by markxcool.
The following user(s) said Thank You: eigenheimer, webdesignersuk

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

More
15 years 6 months ago #67383 by sozzled
Replied by sozzled on topic How to add new topics icons
See How to add more topic icon . Took me 20 seconds to find it using the search function.
The following user(s) said Thank You: markxcool, eigenheimer

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

More
15 years 6 months ago #67454 by eigenheimer
this is exactly the answer that I want, thank you :P I don't know what I did wrong because when I was searching I just ended by wikipedia old page. Thanks again

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

More
15 years 4 months ago #79266 by parunner
Replied by parunner on topic Topic Icon
Is it possible to add a topic icon to the topic icon choices?

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

Time to create page: 0.250 seconds