Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question How to add "Forum Search" to header?

More
14 years 3 months ago #109918 by kina
The 'showing 0 of 1 results must be fixed now, but where is the advanced search code that displays the results ?
The topic has been locked.
More
14 years 3 months ago #109923 by kina
Also, there are massive gaps under 'Advanced search' and 'Search options'. I can't find the css to change. Any ideas ?
The topic has been locked.
More
14 years 3 months ago #109925 by kina
Dont panic re the huge spacings - fixed that.

Still haven't found the '0 results ...' code bit though
The topic has been locked.
More
14 years 3 months ago - 14 years 3 months ago #109928 by kina
Here's the fixed section

<?php
$resStart = $this->limitstart + 1;
$resStop = $this->limitstart + count ( $this->results );
if (count ( $this->results ) == 0) {
echo "No results.";
} else {
if ($resStart < $resStop)
$resStartStop = ( string ) ($resStart) . ' - ' . ( string ) ($resStop);
else
$resStartStop = '1'; /// was 0
printf ( JText::_('COM_KUNENA_FORUM_SEARCHRESULTS'), $resStartStop, intval($this->total) );
}
?>

components/com_kunena/template/default/search/search.php

Added the 'No results' bit too.

Pity the code formatting was lost :(
Last edit: 14 years 3 months ago by kina.
The topic has been locked.
More
14 years 3 months ago #109937 by sozzled
I'm pleased to hear that this issue can finally be put to rest.
The topic has been locked.
More
14 years 3 months ago #109971 by sozzled
Further to this topic, there is nothing wrong or broken in the standard Kunena software. As we have reminded the user who started this topic, on numerous occasions, K 1.6.3 is not supported and our advice (when people report difficulties in using outdated software) is to upgrade to the latest software before reporting issues.

Because the user has apparently made their own modifications to the standard Kunena software, there is therefore no requirement for us to comment further on any "fixes" that they may subsequently discover.

The moderator team has received a report about my comment posted in the message before this one claiming that my comment was in some way "insulting". That is not the case. My comment merely was an announcement that the matter under discussion had been completed. If other people have similar issues to the ones discussed in this topic (and I have not seen any other topics that are in any way similar to these ones) then they can use whatever information/advice they read here and implement those as they require.

Thank you, kina, for your perseverance in following this matter through to a satisfactory conclusion. I have drawn the attention of the team to this topic and they are free to add their own observations/comments as they may like to do so. :)
The topic has been locked.
Time to create page: 0.342 seconds