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

Solved Lost Emoticons

More
1 year 5 months ago #232449 by Wiz
Lost Emoticons was created by Wiz
Hi,

I just noticed that all the emoticons in my Kunena installations are missing, and I strongly suspect it happened after updating to version 6.3.6. Do you have any suggestions on how to restore them? 

Kunena always the best!

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

More
1 year 5 months ago #232452 by Pinkeltje
Replied by Pinkeltje on topic Lost Emoticons
Where are they missing?

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

More
1 year 5 months ago #232460 by rich
Replied by rich on topic Lost Emoticons
Please check whether the smileys are available in the /media/kunena/emoticons folder. If so, go to the database, click on the #__kunena_smileys table and let us know if the smileys are listed there.

Important! Always create a backup before you make any changes to your website!

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

More
1 year 5 months ago #232465 by Wiz
Replied by Wiz on topic Lost Emoticons
I have no idea why it's lost, I have user reporting the cannot add smileys.

Yes there is about 23 images in /media/kunena/emoticons folder but none in the #__kunena_smileys table.

Any idea why? Pretty sure I did not touch anything in the database. 

Kunena always the best!

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

More
1 year 5 months ago #232466 by rich
Replied by rich on topic Lost Emoticons
This problem actually only occurred after a new installation and should be fixed. Those 23 images in the folder are numbered like 1.png , 2.png and so on I assume. If so, enter this sql command which should restore the smilies. Instead of #__ you need to enter your prefix.
Code:
INSERT INTO `#__kunena_smileys` (`id`,`code`,`location`,`greylocation`,`emoticonbar`) VALUES         (1, 'B)', '1.png', 'cool-grey.png', 1),         (2, '8)', '2.png', 'cool-grey.png', 1),         (3, '8-)', '3.png', 'cool-grey.png', 1),         (4, ':-(', '4.png', 'sad-grey.png', 1),         (5, ':(', '5.png', 'sad-grey.png', 1),         (6, ':sad:', '6.png', 'sad-grey.png', 1),         (7, ':cry:', '7.png', 'sad-grey.png', 1),         (8, ':)', '8.png', 'smile-grey.png', 1),         (9, ':-)', '9.png', 'smile-grey.png', 1),         (10, ':cheer:', '10.png', 'cheerful-grey.png', 1),         (11, ';)', '11.png', 'wink-grey.png', 1),         (12, ';-)', '12.png', 'wink-grey.png', 1),         (13, ':wink:', '13.png', 'wink-grey.png', 1),         (14, ';-)', '14.png', 'wink-grey.png', 1),         (15, ':P', '15.png', 'tongue-grey.png', 1),         (16, ':p', '16.png', 'tongue-grey.png', 1),         (17, ':-p', '17.png', 'tongue-grey.png', 1),         (18, ':-P', '18.png', 'tongue-grey.png', 1),         (19, ':razz:', '19.png', 'tongue-grey.png', 1),         (20, ':angry:', '20.png', 'angry-grey.png', 1),         (21, ':mad:', '21.png', 'angry-grey.png', 1),         (22, ':unsure:', '22.png', 'unsure-grey.png', 1),         (23, ':o', '23.png', 'shocked-grey.png', 1);

Also check the table #__kunena_ranks because it could be that is empty there too.

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: Wiz

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

More
1 year 5 months ago - 1 year 5 months ago #232467 by Wiz
Replied by Wiz on topic Lost Emoticons
That works well so far 

Yes table #__kunena_ranks is also empty, how do we fix it? 
 

Kunena always the best!
Last edit: 1 year 5 months ago by Wiz.

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

Time to create page: 0.270 seconds