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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question JoniJnm Edition 1.4.2

More
16 years 5 months ago #32613 by JoniJnm
Hack Poll, its a bug. JoniJnm_plugins/plugins/hackpoll/files/polbox.php
Change:
Code:
echo "<li><input type=\"radio\" name=\"radio\" id=\"radio_name".$i."\" value=\"".$this_poll_data[$i]->text."\" />".stripslashes($this_poll_data[$i]->text)."<li>";
By
Code:
echo "<li><input type=\"radio\" name=\"radio\" id=\"radio_name".$i."\" value=\"".$this_poll_data[$i]->text."\" />".stripslashes($this_poll_data[$i]->text)."</li>";
Have you my message.php?
The topic has been locked.
More
16 years 5 months ago #32615 by Azure
Hack poll - will make the fix. Thanks!

Do you want to post message.php here?

"Do or do not, there is no try..."
The topic has been locked.
More
16 years 5 months ago #32616 by JoniJnm
Compress and upload it :)
The topic has been locked.
More
16 years 5 months ago #32617 by Azure
There is no difference between these lines of code.

JoniJnm wrote:

Hack Poll, its a bug. JoniJnm_plugins/plugins/hackpoll/files/polbox.php
Change:

Code:
echo "<li><input type=\"radio\" name=\"radio\" id=\"radio_name".$i."\" value=\"".$this_poll_data[$i]->text."\" />".stripslashes($this_poll_data[$i]->text)."<li>";
By
Code:
echo "<li><input type=\"radio\" name=\"radio\" id=\"radio_name".$i."\" value=\"".$this_poll_data[$i]->text."\" />".stripslashes($this_poll_data[$i]->text)."</li>";
Have you my message.php?


"Do or do not, there is no try..."
The topic has been locked.
More
16 years 5 months ago #32618 by Azure
Sorry. What do I need to compress?

JoniJnm wrote:

Compress and upload it :)


"Do or do not, there is no try..."
The topic has been locked.
More
16 years 5 months ago #32619 by JoniJnm
The file message.php

The diference is: "<li>" and "</li>"
The topic has been locked.
Time to create page: 0.260 seconds