- Posts: 20
- Thank you received: 2
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
Question More topic icons?
[img=http://img10.imageshack.us/img10/763/49446866.th.gif][/url] [img size=922]http://www.kunena.com/media/kunena/attachments/legacy/images/Untitled_2.gif[/img]
Please Log in or Create an account to join the conversation.
for example /template/default_ex/images/german/emoticons
Put them in all emoticons folders you have (english/emoticons, yourlanguage/emoticons)and in default template AND default_ex.
IMPORTANT: only *.gif files and no animated. Maybe the width and height of smileys is restricted too, i don't know, test it.
Let say, you have added a smiley named nono.gif.
So, now, you must add code into some files.
smile.class.php: search:
Look at value! and the name of the Gif-file. That is, what you must do: value="8" or value[8] (look at code) for nono.gif, value="9" or value[9] for nextnew.gif
Next code you have to add
I have searched and quoted here as exmaple the exclam.gif, with the files you must edit - so you can find the lists easier:
[/components/com_kunena/template/default/flat.php]
Line 32 : $topic_emoticons[1] = KUNENA_URLEMOTIONSPATH . 'exclam.gif';
[/components/com_kunena/template/default/plugin/fbprofile/forummsg.php]
Line 68 : $topic_emoticons[1] = KUNENA_URLEMOTIONSPATH . 'exclam.gif';
[/components/com_kunena/template/default/plugin/myprofile/myprofile_msg.php]
Line 66 : $topic_emoticons[1] = KUNENA_URLEMOTIONSPATH . 'exclam.gif';
[/components/com_kunena/template/default/plugin/recentposts/recentposts.php]
Line 63 : $topic_emoticons[1] = KUNENA_URLEMOTIONSPATH . 'exclam.gif';
[/components/com_kunena/template/default/thread.php]
Line 36 : $topic_emoticons[1] = KUNENA_URLEMOTIONSPATH . 'exclam.gif';
[/components/com_kunena/template/default_ex/flat.php]
Line 52 : $topic_emoticons[1] = KUNENA_URLEMOTIONSPATH . 'exclam.gif';
[/components/com_kunena/template/default_ex/thread.php]
Line 36 : $topic_emoticons[1] = KUNENA_URLEMOTIONSPATH . 'exclam.gif';
At least you can fill your new smiley into *.xml in alphabeticle order, but i think, this xml is for install only.
[/administrator/components/com_kunena/kunena.xml]
Line 208 : <filename>template/default/images/english/emoticons/exclam.gif</filename>
Line 736 : <filename>template/default_ex/images/english/emoticons/exclam.gif</filename>
After that you can choose your new smiley nono.gif and it looks as on pictures below:
Please Log in or Create an account to join the conversation.