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 is for the plugin developed, endorsed, maintained and supported by the Kunena project team. The topics in this category only relate to the plugin developed for K 2.0.

[If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Solved Kunena Discuss not showing on articles ... only blog pages and front page.

More
12 years 11 months ago - 12 years 11 months ago #143513 by Phoenix
Hi Sozzled,

I was considering using K2 early in the game (before I published my site) and wrote many of my original articles in it but quickly realized that it didn't operate with Kunena discuss which was an important key to what I wanted to accomplish over time with my site and changed everything back (export and import with mapping because there was no easy way to do this at the time) into Joomla versions for that very reason (and others as well that made me uncomfortable with K2). The symptoms are the same for articles that never "touched" K2 though.

I should also mention that Discuss was working perfectly with earlier versions of the site (J1.5 and Kunena prior to 2.0).

Caching may have a bearing, a corrupted installation of Kunena Discuss, or maybe it's something screwed up in the K 2.0.4 component itself?


I can try re-installing K Discuss but it has been the same with several new installations in various versions I have built over time as I was working on my migration from J1.5 to J2.5. I can also try disabling the J caches but the symptoms were also there before I started to use them.

I keep thinking that it must be something obvious that I have overlooked but I certainly can't find it. The strange thing as you mentioned is that the Discuss component seems to be functioning based on what little I can interpret of the debug information but it's not displaying what it's supposed to. The articles that already have forum topics created from past versions also aren't recognizing them or linking to them (even if I map to them directly) although they still exist in the forum.

I'd ask you to sit tight for a day or two to allow us time to consider the possibilities and we will be back in contact with you as soon as we can.


No problem. It's not an urgent matter for now although it is part of future development ideas for the site I'm working on. I could probably live with Discuss only working on blog pages but I would have to "accommodate" this in some of the plans I have in a different way ... and it would be nice to know what was happening as well because others may also encounter this on their own sites.

Thank you very much for your help.

Phoenix
Last edit: 12 years 11 months ago by Phoenix.

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

More
12 years 11 months ago - 12 years 11 months ago #143547 by Matias
If you change the template to Beez 5 or Beez 2, the feature will work. So the issue is basically in your template. After some quick investigation I found out that we are using afterDisplayContent event, which gave me some hints on what was going on.

Joomla default template has the following line:

github.com/joomla/joomla-cms/blob/2.5.x/...mpl/default.php#L218

It must be missing from your template.

You can quickly fix your issue by adding the highlighted line to your template file:

JOOMLA/template/jbcultivate/html/com_contents/article/default.php

Just in case you missed what line I'm talking of, here it is:
Code:
<?php echo $this->item->event->afterDisplayContent; ?>
Last edit: 12 years 11 months ago by Matias.
The following user(s) said Thank You: Phoenix

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

More
12 years 11 months ago - 12 years 11 months ago #143555 by Phoenix
Hi Matias,

You are officially a genius ... problem solved :)

It doesn't pick up the topics that were created previously but that's easy to resolve either with mapping or by merging the previous topic into the new one it now creates.

Thank you so much (and Sozzled as well) for your "above and beyond" assistance.

This message contains confidential information


Phoenix
Last edit: 12 years 11 months ago by Phoenix.

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

Time to create page: 0.254 seconds