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

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.

Important Topic icon resets when editing

More
16 years 8 months ago #26615 by framebuffer
Hi!

I have noticed that when you go and edit a post, the original topic icon is reset to "no icon"

I think it will be much more helpful if kunena can remember the topic icon set originally.

Thanks.

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

More
16 years 8 months ago #27219 by deso
I'd love to see this as well. I've added a lot of Topic Icons, and it's a problem trying to select back that specific icon. ;)

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

More
16 years 7 months ago #27942 by deso
Greetings! This happens when you add new icons. I noticed that thread as well, and it's missing one single line on post.php.

Go to line 224, find this text:
Code:
$topic_emoticon = ($topic_emoticon < 0 || $topic_emoticon > 7) ? 0 : $topic_emoticon;

See "$topic_emoticon > 7"? Change 7 to the maximum value of whatever icons you added. Voila!

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

Time to create page: 0.248 seconds