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
17 years 2 weeks ago #12230 by bertm
Great module. Playing around with Item Format. Very flexible. Since it is hard to see all of the options from the mouseover, I will include them here.

%S - short subject,
%L - full subject,
%M - short message,
%T - message,
%N - name,
%D - date,
%F - forum,
%H - thread hits,
%C - number of replies,
%R - unread indicator,
%A - avatar,
%O - online status

PROBLEM: I am trying to insert a few non-break-spaces into the mix. Either &nbsp or &#160. They seem to work ok, then after the module is reopened and saved, they are converted into ? question marks. Other special characters seem to work ok (are not lost after the second save).

What do you think?

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

More
17 years 2 weeks ago #12232 by BoonDockSaint
Hi guys

Can the devellopers pls come up with something about the mootools problem? Maybe a reply if they gonna fix the problem?? :dry:

Best regards

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

More
17 years 2 weeks ago #12233 by Brunus
BiO wrote:

I had an error with my GK-Tabs animation with 1.0.38 version.

Just comment lines 38 > 40 in helper.php solve the problem.

//if (defined('KUNENA_JQURL') && !isset($jQuery)) {
// $mainframe->addCustomHeadTag('<script type="text/javascript" src="' . KUNENA_JQURL . '">jQuery.noConflict();</script>');
//}

Thx jerry for your work.


Thanks ! This trick solved my problem with a mootool based module too. Many thanks !

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

More
17 years 2 weeks ago #12237 by g7guitarist
Hey thanks that worked like a charm.
Cheers
L

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

More
17 years 2 weeks ago - 17 years 2 weeks ago #12631 by itgl72
I had this problem before, and was hoping it might be fixed with a recent update I did to J 1.5.10, K 1.09, and Latest posts module version 1.0.38.

The problem exists in IE7 but not in FF 3.

When I hover over the subject of a post displayed in the latest posts module I see a TOOLTIP which displays the name of the forum the post is in and the title of the post. It also shows replies which I added. BUT IT ONLY WORKS IN FIREFOX.

When I view it in IE and hover over the subject I get NO ToolTip with the information mentioned above.

Is there a fix I can do, or is this something that the dev needs to work on?

Thanks...
Last edit: 17 years 2 weeks ago by itgl72.

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

More
17 years 1 week ago #12781 by bytebandit01
jerry..

i'd like to add this code.. to replace in line 67 in helper.php

although this code works for showing user avatar..
Code:
$msg_avatar = KUNENA_LIVEUPLOADEDPATH . "/avatars/$avatar";
..but problem is when a user avatar is not of standard size it breaks the alignment of the display by showing the thumbnail of the avatar with a different dimension.

however this code..
Code:
$msg_avatar = (!file_exists(KUNENA_ABSUPLOADEDPATH . '/avatars/s_' . $avatar)?KUNENA_LIVEUPLOADEDPATH.'/avatars/'.$avatar:KUNENA_LIVEUPLOADEDPATH.'/avatars/s_'.$avatar);
..ensures that all displayed avatars will be of the same dimensions.

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

Time to create page: 0.263 seconds