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 9 months ago #24614 by jholstein
I noticed that the facebook connect button does not appear on any page which the latest forum module is published. I know there are variations of the module. Is there one that should be used with Kunea 1.5.4 that won't conflict with facebook connect, or maybe a hack to avoid the conflict?

thanks

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

More
16 years 9 months ago - 16 years 9 months ago #24675 by Althalas
Replied by Althalas on topic Recents posts module error
When I try to activate the included "recent posts" module I am getting this error-

Fatal error: Class 'fb_config' not found in /home/content/f/a/l/falloutcards/html/modules/mod_kunenalatest/helper.php on line 7

I really need this module to work for me. Any help? Please?

Edit- My site is at Fallout Central if you wish to take a look at it.
Last edit: 16 years 9 months ago by Althalas.

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

More
16 years 9 months ago #25206 by stefistef
Hello.

I've got a problem with the kuenalastet module, what ever the version. (even with this one 1.0.45 )

I use joomla 1.5.12, Yootheme Phoenix template and Kuena 1.5.4. with default_ex template

I still have the same error when I Click on a post or a member in the kuenalatest module:

Fatal error: Cannot redeclare class smile in /home/users5/c/comptri/www/v3/components/com_kunena/template/default/smile.class.php on line 31

I think it's just about the kuena template choice but I don't manage to find the solution. The default template work good but I'll prefer to use the EX, better & nice.

Sorry for my english :blush:

Stef

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

More
16 years 9 months ago #25208 by Althalas
so no help here at all huh?

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

More
16 years 9 months ago #25246 by jerry
Replied by jerry on topic Re:Kunena latest posts module
stefistef wrote:

Hello.

I've got a problem with the kuenalastet module, what ever the version. (even with this one 1.0.45 )

I use joomla 1.5.12, Yootheme Phoenix template and Kuena 1.5.4. with default_ex template

I still have the same error when I Click on a post or a member in the kuenalatest module:

Fatal error: Cannot redeclare class smile in /home/users5/c/comptri/www/v3/components/com_kunena/template/default/smile.class.php on line 31

I think it's just about the kuena template choice but I don't manage to find the solution. The default template work good but I'll prefer to use the EX, better & nice.

Sorry for my english :blush:

Stef

Looks like there is other component/module/plugin which uses smile class. Can't be resolved by module others way, than creating option to disable usage of smilies.
Q: Can you provide me admin u/p on you test site
Can't catch why it works with Kunena Default template and not with Kunena Default_ex.

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

More
16 years 9 months ago #25454 by bytebandit01
i'm using 1.45 now.

i changed the code line 53 of helper.php from

$msg_avatar = KUNENA_LIVEUPLOADEDPATH . "/avatars/$avatar";

to

$msg_avatar = (!file_exists(KUNENA_PATH_UPLOADED.DS. '/avatars/s_' . $avatar)?KUNENA_LIVEUPLOADEDPATH.'/avatars/'.$avatar:KUNENA_LIVEUPLOADEDPATH.'/avatars/s_'.$avatar);


to make sure that i get equal sizes in the avatar display as some of my users has different dimension/sizes in their avatar.

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

Time to create page: 0.260 seconds