- Posts: 1
- Thank you received: 0
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 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!
thanks
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
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.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
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.
- bytebandit01
-
- Offline
- Senior Member
-
- Posts: 104
- Thank you received: 0
i changed the code line 53 of helper.php from
to$msg_avatar = KUNENA_LIVEUPLOADEDPATH . "/avatars/$avatar";
$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.