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 #232468 by rich
Replied by rich on topic Lost Emoticons
Enter this sql command. Instead of #__ you need to enter your prefix.
Code:
INSERT INTO `#__kunena_ranks` (`rankId`, `rankTitle`, `rankMin`, `rankSpecial`, `rankImage`) VALUES (1, 'COM_KUNENA_SAMPLEDATA_RANK1', 0, 0, 'rank1.gif'), (2, 'COM_KUNENA_SAMPLEDATA_RANK2', 20, 0, 'rank2.gif'), (3, 'COM_KUNENA_SAMPLEDATA_RANK3', 40, 0, 'rank3.gif'), (4, 'COM_KUNENA_SAMPLEDATA_RANK4', 80, 0, 'rank4.gif'), (5, 'COM_KUNENA_SAMPLEDATA_RANK5', 160, 0, 'rank5.gif'), (6, 'COM_KUNENA_SAMPLEDATA_RANK6', 320, 0, 'rank6.gif'), (7, 'COM_KUNENA_SAMPLEDATA_RANK_ADMIN', 0, 1, 'rankadmin.gif'), (8, 'COM_KUNENA_SAMPLEDATA_RANK_MODERATOR', 0, 1, 'rankmod.gif'), (9, 'COM_KUNENA_SAMPLEDATA_RANK_SPAMMER', 0, 1, 'rankspammer.gif'), (10, 'COM_KUNENA_SAMPLEDATA_RANK_BANNED', 0, 1, 'rankbanned.gif');

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 #232469 by Wiz
Replied by Wiz on topic Lost Emoticons
Thanks...works well so far 

Kunena always the best!

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

Time to create page: 0.237 seconds