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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question
New add topic icon didn' displayed in the new thread
Your news topics icons need to have a resolution of 32pixels by 32 pixels, you can save it in png or gif and need to be placed in the directory : /components/com_kunena/template/default_ex/images/english/emoticons
Open the file /components/com_kunena/template/default/smile.class.php and at line 170 to 173 and modify this lines :
Code:
<input type = "radio" name = "topic_emoticon" value = "8"<?php echo $selected==7?" checked=\"checked\" ":"";?>/>
You need to modify the value = "8" and set the name of your new topic icon, here it's : new_icon.gif.
Then in the files /components/com_kunena/template/default_ex/flat.php and /components/com_kunena/template/default_ex/thread.php add your new topic icon, it's the same change for the two files :
When you have do the modification, try it by creating a new thread and visualize the result.
Hello,
I made all changes as above-mentioned but the new icon is only in the selection when I create a new thread but I started a new thread and selected my new icon and I only see the default icon. The new icon didn't displayed!
Need your help. What is wrong?