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

Before posting new topics in this category K 1.5.x Support: Please read this first.

Important 1.5.12 - Topic icon bug.

More
15 years 9 months ago - 15 years 9 months ago #52964 by iLucato
Hi folks, I think there is a bug in the topic icons in the version 1.5.12, well at least the version I downloaded.

When I post a new topic, the 'default.gif' icon doesn't show next to the radio button, it shows the text 'No' instead.

By checking its code at the file smile.class.php into the default template folder, it is this way:
Code:
<input type = "radio" name = "topic_emoticon" value = "0"<?php echo $selected==0?" checked=\"checked\" ":"";?>/><?php @print(_NO_SMILIE); ?>

I think the issue is this No_smilie code, so I've changed my code for:
Code:
<input type = "radio" name = "topic_emoticon" value = "0"<?php echo $selected==0?" checked=\"checked\" ":"";?>/> <img src = "<?php echo KUNENA_URLEMOTIONSPATH ;?>default.gif" alt = "" border = "0" />

and now it shows the default icon (double pages image).

Kunena 2.0.4 | 2013-01-18 [ Pharmacopoeia ], J!1.5.25, rhuk_milkyway, CB 1.8.1, AUP 1.5.13, UddeIM 2.5 and Akeeba Backup 3.3.9

EsferaDoBem.com.br | iLucato.com.br | BemDoado.com.br
Last edit: 15 years 9 months ago by iLucato.

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

Time to create page: 0.235 seconds