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

Please Read This First:


Please read the guides posted as sticky topics in this category. For a quicker response, please give as much information to help us understand the problem (see How To Ask Questions The Smart Way and What information should I include when I ask for help (including how to post my configuration report)? ).

This category is only for reporting defects with K 2.0 Please read, before you post, Before you post your question, read this first .

Do not use this category:
  • if this website ( www.kunena.org ) works but works differently to how you expected
  • for requests to add or remove the standard features of Kunena;
  • for questions commonly asked or "how to" in nature (see the FAQs menu tab above);
  • for help with Kunena versions that are not the latest stable release; or
  • for general Joomla or website administration matters

You must include your K 2.0 configuration report; if you do not include your configuration report, your topic may be closed (locked) or deleted without any further warnings from the moderators.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

Merged Typo in helper.php causes problem with reverse ordering (last post first)

More
13 years 3 months ago - 13 years 3 months ago #140564 by ratter
Every day I can see this:
https://lh3.googleusercontent.com/-cQHOju7Ta0w/UROcBlFuhDI/AAAAAAAAFRc/SB0YIogaqbc/s841/issue.tiff
Last edit: 13 years 3 months ago by ratter.

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

More
13 years 3 months ago #140569 by GJSchaller

xillibit wrote: Last time, when i have tried i wans't able to reproduce the issue


Xillibit, check my post above (#15) - that may be the trigger you're missing.

Geoffrey Schaller
Technical Officer
Knight Realms

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

More
13 years 3 months ago #140584 by jpc0480
I removed the following from the helper.php file (line 212) and so far have no further errors or problems.
Code:
$count = 0; foreach ($location->hold as $meshold=>$values) { if (isset($hold[$meshold])) { $count += $values[$direction == 'asc' ? 'before' : 'after']; if ($direction == 'both') $count += $values['before']; } } return $count;

Kunena 3.0.4
CB 1.9.1
Joomla 2.5.18

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

More
13 years 3 months ago #140593 by GJSchaller
This hides the error, but it doesn't solve the problem - when you go to a page to discuss it, the link at the bottom is now missing, and the article can't be discussed.

Geoffrey Schaller
Technical Officer
Knight Realms

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

More
13 years 3 months ago - 13 years 3 months ago #140597 by xillibit
A way to fix it, in /plugins/content/kunenadiscuss/kunenadiscuss.php line 381, modify like that :
Code:
if ($topic->exists() ) $linktitle = JText::sprintf ( 'PLG_KUNENADISCUSS_DISCUSS_ON_FORUMS', $topic->getReplies() );

I have some information for remind, if needed in the future :
Code:
[KunenaDiscuss debug: Constructor called in com_content ] [KunenaDiscuss debug: onPrepareContent.Allow: Category 19 is in the category map using Kunena category 2 ] [KunenaDiscuss debug: onPrepareContent: we are in front page. ] [KunenaDiscuss debug: onPrepareContent: Article 72 ] [KunenaDiscuss debug: onPrepareContent: Searched for {kunena_discuss:#}: Custom Topic not found. ] [KunenaDiscuss debug: showPlugin: No topic found ] [KunenaDiscuss debug: showPlugin: Let's see what we can do.. ] [KunenaDiscuss debug: showPlugin: Displaying form ] [KunenaDiscuss debug: showTopic: No messages to render ] [KunenaDiscuss debug: onAfterDisplayContent: Returning content for article 72 ] [KunenaDiscuss debug: onPrepareContent.Allow: Category 19 is in the category map using Kunena category 2 ] [KunenaDiscuss debug: onPrepareContent: we are in front page. ] [KunenaDiscuss debug: onPrepareContent: Article 71 ] [KunenaDiscuss debug: onPrepareContent: Searched for {kunena_discuss:#}: Custom Topic not found. ] [KunenaDiscuss debug: showPlugin: No topic found ] [KunenaDiscuss debug: showPlugin: Let's see what we can do.. ] [KunenaDiscuss debug: showPlugin: Topic creation time expired, cannot start new discussion anymore ] [KunenaDiscuss debug: onAfterDisplayContent: Returning content for article 71 ] [KunenaDiscuss debug: onPrepareContent.Allow: Category 19 is in the category map using Kunena category 2 ] [KunenaDiscuss debug: onPrepareContent: we are in front page. ] [KunenaDiscuss debug: onPrepareContent: Article 22 ] [KunenaDiscuss debug: onPrepareContent: Searched for {kunena_discuss:#}: Custom Topic not found. ] [KunenaDiscuss debug: showPlugin: No topic found ] [KunenaDiscuss debug: showPlugin: Let's see what we can do.. ] [KunenaDiscuss debug: showPlugin: Topic creation time expired, cannot start new discussion anymore ] [KunenaDiscuss debug: onAfterDisplayContent: Returning content for article 22 ] [KunenaDiscuss debug: onPrepareContent.Allow: Category 19 is in the category map using Kunena category 2 ] [KunenaDiscuss debug: onPrepareContent: we are in front page. ] [KunenaDiscuss debug: onPrepareContent: Article 24 ] [KunenaDiscuss debug: onPrepareContent: Searched for {kunena_discuss:#}: Custom Topic not found. ] [KunenaDiscuss debug: showPlugin: No topic found ] [KunenaDiscuss debug: showPlugin: Let's see what we can do.. ] [KunenaDiscuss debug: showPlugin: Topic creation time expired, cannot start new discussion anymore ] [KunenaDiscuss debug: onAfterDisplayContent: Returning content for article 24 ]



I don't provide support by PM, because this can be useful for someone else.
Last edit: 13 years 3 months ago by xillibit.
The following user(s) said Thank You: jpc0480, GJSchaller, Shimei, Ericles

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

More
13 years 3 months ago - 13 years 3 months ago #140671 by GJSchaller
I'm still running into the same issue as before, with the other fix - if an article had a page previously, and the discussion topic was deleted, there is no longer a link to discuss the article at the bottom of that article.

Actually, even on a new article - the option to discuss it does not appear at the bottom of the page, if the thread does not already exist.

Geoffrey Schaller
Technical Officer
Knight Realms
Last edit: 13 years 3 months ago by GJSchaller.
The following user(s) said Thank You: Shimei

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

Time to create page: 0.305 seconds