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
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
this is exactly the answer that I want, thank youcarlosys 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 fileCode:**/ // 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.
- eigenheimer
-
- Offline
- New Member
-
- Posts: 4
- Thank you received: 1
Please Log in or Create an account to join the conversation.
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!
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- eigenheimer
-
- Offline
- New Member
-
- Posts: 4
- Thank you received: 1
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.