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.

Important K 1.5 latest posts module - no longer supported or maintained. Do NOT use this with K 1.6!

More
16 years 5 months ago - 16 years 5 months ago #32408 by kirblam
I'll see if I can track it down in my case. I can definitely replicate the issue.
Last edit: 16 years 5 months ago by kirblam.

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

More
16 years 5 months ago #32409 by troutspinner
I am running Jomsocial 1.5.248 with the Hello Me Module and I still cannot correct the jquery error when using Kunena Latest. I followed the thread on Jomsocial mentioned some pages back and changed the code but still the same result. I have since reverted the code back to original. If you look at the last page in the post over at Jomsocial there is another code solution that did work however after creating a post in Kunena it trashed the template (default_ex). Obviously, I changed that back to it's original form as well.

Any and all help is appreciated. Site is www.paanglers.com if you need to look at it.

Thanks,

troutspinner

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

More
16 years 5 months ago #32415 by kirblam
Hi, I went through line by line debugging and in my case,
it hits this line in kunena.php, which is listed above:
require_once (KUNENA_ABSTMPLTPATH .DS. 'smile.class.php');

...it loads the custom smile.class.php from my custom template.

Then it gets to the explicitly declared hard-coded reference to the default template's smile.class.php and blows up with:
Fatal error: Cannot redeclare class smile in /Applications/MAMP/svn/www/components/com_kunena/template/default/smile.class.php on line 31

I get the fact that the distributed templates don't blow up - but none of them have a custom smile.class.php. There's quite a bit of display layer code in smile.class.php so I'm guessing it's possible I'm not the only one with a custom file in my template.

I also did a sitewide 'find | xargs grep' to look for all references to smile.class.php and it appears that the only references I have are
1. some config references in /administrator
2. the conditional you mention in ./components/com_kunena/kunena.php
3. ./modules/mod_kunenalatest/helper.php
4. commented header code in ./components/com_kunena/template/default/smile.class.php
and my custom smile.class.php

If there is a smile.class.php in a custom or modified template, line 17 in helper.php is going to have an issue.

Are you saying that the module is only supposed to work with distributed templates? I would think you could add your own conditional and basically make sure you're doing a require_once on the same smile.class.php file that kunena.php loads.

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

More
16 years 5 months ago #32418 by jerry
kirblam wrote:

...it loads the custom smile.class.php from my custom template.

Never tried custom templates. Don't know that there are peoples which modifies smile.class.php.
OK, I will sync loading smile.class.php with Kunena. Will be resolved in next version.

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

More
16 years 5 months ago #32562 by Blue85
jerry wrote:

Blue85 wrote:

Fatal error: Call to undefined function ctype_digit() in /srv/www/htdocs/j/modules/mod_kunena_latest/mod_kunena_latest.php on line 224

It's not my mod_kunenalatest as my name is mod_kunenalatest version 1.0.45 is the latest. If you have mod_kunena_latest it's some different project/different developer -> different support.
You can grab my module and take support from here :)


As a matter of fact that was all i needed - your mod works fine thanks! ;)

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

More
16 years 5 months ago #32590 by nelito
Strange thing:

When i publish kunena latest, it "kills" all module title translation there are below it.

"Members" become CC MEMBERS

All module titles become this CC SOMETHING, instead of translated name

Any clue?

Tks a lot

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

Time to create page: 0.296 seconds