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

Question pm doesnt open - jQuery.cookie

More
17 years 2 months ago #1406 by mozilla
I installed test site J 1.5.9 with latest jomsocial 1.0.128 and naturaly the forum.

Ive set jomsocial for profile and pm.
When i click profile all is ok but the pm popup doesnt work.

In IE8 it shows : Object doesn't support this property or method
components/com_kunena/template/default/js/kunenaforum.js

And in Firefox 3.0.6 it shows:
error: jQuery.cookie is not a function
components/com_kunena/template/default/js/kunenaforum.js
line: 124

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

More
17 years 2 months ago #1414 by fxstein
Thanks for reporting this. I assume you are on K1.0.7b.

This is a jquery version conflict. K loads one and so does joomSocial.

We are looking into options to avoid having joomSocial load another jquery library on the forum pages when integration is turned on.

We have also updated the jquery libraries for K1.0.8 that will make all of the functionality work, although as I said the conflict still requires a real fix.

Thx!

fxstein

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 2 months ago #1461 by mozilla

We have also updated the jquery libraries for K1.0.8

Is that already available?
And are you using the same fix on this site as here it works ok.

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

More
17 years 2 months ago #1465 by Matias
Kunena.com uses always the latest internal test build, so that we can get feedback right away if something breaks up.

You cannot find this build anywhere, but you can find latest version of the files from SVN.

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

More
17 years 2 months ago #1473 by mozilla
I see,but how do i test anything if i dont know which files to replace ?

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

More
17 years 2 months ago - 17 years 2 months ago #1488 by Matias
You can replace them all. First install svn client and then:

In directory components/com_kunena:
Code:
svn checkout http://joomlacode.org/svn/kunena/trunk/legacy/components/com_kunena/

In directory administrator/components/com_kunena:
Code:
svn checkout http://joomlacode.org/svn/kunena/trunk/legacy/administrator/components/com_kunena/

If you want to keep them up to date, just do "svn up" in both directories now and them. We try to keep trunk as regression free as possible, but it may break up for a short time, so be careful.

WARNING: This is just a temporary solution: you shouldn't be using latest SVN in your production site! For now it shouldn't not break your site, but when we get 1.0.8 out, it will do that in no time.
Last edit: 17 years 2 months ago by Matias.

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

Time to create page: 0.279 seconds