Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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
14 years 5 months ago #261 by JoniJnm
Compress and upload it :)
The topic has been locked.
More
14 years 5 months ago #262 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
14 years 5 months ago #263 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
14 years 5 months ago #264 by JoniJnm
The file message.php

The diference is: "<li>" and "</li>"
The topic has been locked.
More
14 years 5 months ago #265 by Azure
I`m getting this error message:

Parse error: syntax error, unexpected '>' in /home/mgbhelp1/public_html/community/components/com_kunena/JoniJnm_Plugins/plugins/hackpoll/files/pollbox.php on line 38

JoniJnm wrote:

The diference is: "<li>" and "</li>"


"Do or do not, there is no try..."
The topic has been locked.
More
14 years 5 months ago #266 by Azure
Don`t you mean unzip and upload it?

JoniJnm wrote:

The file message.php


"Do or do not, there is no try..."
The topic has been locked.
More
14 years 5 months ago - 14 years 5 months ago #267 by Azure
Ok, message.php now shows points but I`m getting this:



This 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>";

is throwing up an error on line 38 in pollbox.php.

"Do or do not, there is no try..."
Attachments:
Last edit: 14 years 5 months ago by Azure.
The topic has been locked.
More
14 years 5 months ago #268 by Azure
Ok, I have removed the php code for both horizontal bar graphs from message.php so that I am only showing total posts and total points. Looks a lot better.

Just need to sort this pollbox.php bullet problem now. That code you provided needs a rework as it is showi9ng an unexpected '>' string. How do we get over that?

"Do or do not, there is no try..."
The topic has been locked.
More
14 years 5 months ago #269 by Azure
I`ve solved it by removing the <li> bullets.

"Do or do not, there is no try..."
The topic has been locked.
More
14 years 5 months ago - 14 years 5 months ago #270 by Azure
Some suggestions on English translations in components/com_kunena/JoniJnm_Plugins/plugins/selectcategorie/language/en-GB.ini as follows:-

K_SELECTC_TITLE=Plugin Select Category
K_SELECTC_DESCRIPTION=There will be a bottom on top (New topic). Users will post quickly.
K_SELECTC_CAT=Please select one category by clicking on "Add" below:
K_SELECTC_NO_PARENT=You can\'t select the category parent
K_SELECTC_NO_SELECTED=select one category!
K_SELECTC_BUTTON_DEFAULT=Default
K_SELECTC_BUTTON_OK=Ok
K_SELECTC_CATEGORIE=Category
K_SELECTC_CHANGE=Add
K_SELECTC_POST_FORGOT_CATID_ALERT=Select one category!
K_SELECTC_NEW_TOPIC=New topic

"Do or do not, there is no try..."
Last edit: 14 years 5 months ago by Azure.
The topic has been locked.
Time to create page: 0.630 seconds