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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question New topic icon didn't displayed!

More
16 years 3 months ago #37486 by BALL24

Hello,

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\" ":"";?>/>

<img src = "<?php echo KUNENA_URLEMOTIONSPATH ;?>new_icon.gif" alt = "" border = "0" />


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 :

Code:
$topic_emoticons[8] = KUNENA_URLEMOTIONSPATH . 'new_icon.gif';


When you have do the modification, try it by creating a new thread and visualize the result.


Hello,

I made this but the new icon is only in the selection 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?

Thanks, Martin

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

More
16 years 3 months ago #38275 by anditko
Hi.
Check out my other post HERE .And read carefully the whole thing.

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

Time to create page: 0.255 seconds