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 6 months ago - 14 years 6 months ago #211 by JoniJnm
Try it now :)
Last edit: 14 years 6 months ago by JoniJnm.
The topic has been locked.
More
14 years 6 months ago #212 by 810
Thanks, only i get at the poll, [object HTMLOptionElement] 1 instead off text.
The topic has been locked.
More
14 years 6 months ago #213 by 810
JoniJnm Where can i change the text object HTMLOptionElement, i see it when i click on add option on the new post page.
regards
810
The topic has been locked.
More
14 years 6 months ago - 14 years 6 months ago #214 by 810
bug: kunena.poll.js line 38 must be
Code:
texte = document.createTextNode(KUNENA_POLL_OPTION_NAME +" "+number_field);

bug: kunena.poll.js line 105. translations jtext ( you us the old translations, _kunena instead off kunena_ )
Last edit: 14 years 6 months ago by 810.
The topic has been locked.
More
14 years 6 months ago #215 by JoniJnm
1.3.12 to 1.3.13

Date: 2009-10-21

^ Improved API
# Fixed vote plugin bug
# Fixed selectcategorie plugin bug
# Fixed geshi integration bug
# Fixed hackpoll integration bug

Download

PD: Sorry 810, I have been busy. The hackpoll plugin works, its fixed :)
The topic has been locked.
More
14 years 6 months ago #216 by JoniJnm
1.3.13 to 1.3.14

Date: 2009-10-22

# Important bug fixed in the API (can't load plugin's params)

Download
The topic has been locked.
More
14 years 6 months ago - 14 years 6 months ago #217 by WinuxFF
Hi JoniJnm, excellent modification i must say


But i was wondering, is there a way to add more Kunena fields to intagrate with Jomsocial

Currently its only supported 3 of them + signature
Is there any way to add more?
Infact, is there a way to add ALL kunena fields so we can choose with what Jomsocial fields we going to integrate them :)

I hope you understand me :)
Attachments:
Last edit: 14 years 6 months ago by WinuxFF.
The topic has been locked.
More
14 years 6 months ago #218 by JoniJnm
Hi,

You can add it manually. For example, if you want add a field which show the user's country:

{Kunena}/JoniJnm_plugins/plugins/jomosocial/jomsocial.xml
add:

<param type="text" name="country" default="0" title="Country" />

{Kunena}/JoniJnm_plugins/plugins/jomosocial/helper.php
add (in the integration function, in "foreach"):

elseif ($dato->field_id == $plugin->getParam("country", 0)) {
$userinfo->country = $dato->value;
}

Later, in the file {template}/message.php, search:
if (isset($msg_birthdate)) {
echo $msg_birthdate;
}

and add later:
if (isset($userinfo->country)) {
echo $userinfo->country;
}
The topic has been locked.
More
14 years 6 months ago #219 by WinuxFF
Thank you very much :)
exactly what i was looking for :)
Now mine Kunena is 100% integrated with JomSocial

Thank you m8
The topic has been locked.
More
14 years 5 months ago #220 by NLkaiser
Great release, but I got some questions
- Is thare any fix for the jomsocial profile link + seo

- How do you remove the avatars on the categorie index?

Attachments:
The topic has been locked.
Time to create page: 0.607 seconds