Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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.

Important discuss bot & iJoomlaNews incompatible?

More
14 years 5 months ago - 14 years 5 months ago #1 by SHoggard
We use iJoomla News Portal, JoomSocial, Kunena running on JATeline III - all integrate nicely... except:

When enabled it conflicts with iJoomla news portal & shows a blank page.
BUT with JoomSocial (or Kunena) pages open, then enabling discuss_bot & refreshing page - it works Ok, we see the page, access the content etc.

- auto discuss_bot
-articles only
- Show Front Page/Section blog/ Category blog = No
- auto pairs (2 sections = 2Kunena categories

Anybody have any ideas for a fix?

(I'll cross-post this to the iJoomla forum)
Last edit: 14 years 5 months ago by SHoggard.

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

More
14 years 5 months ago #2 by xillibit
Hello,

Enable the debug mode in joomla! configuration panel, for see the error instead the blank page.

I don't provide support by PM, because this can be useful for someone else.

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

More
14 years 5 months ago #3 by SHoggard
iJoomla support team are onto it... if there's feedback I'll post here FYI

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

More
14 years 5 months ago #4 by SHoggard
Those excellent support people at iJoomla supplied the solution, so if anyone else has the problem, here's the answer:


In: plugins/content/kunenadiscuss.php file add a code line:


if($_REQUEST == 'com_news_portal') return;

under:
function plgContentKunenaDiscuss( &$subject, $params ) {

so now is:

function plgContentKunenaDiscuss( &$subject, $params ) {
if($_REQUEST == 'com_news_portal') return;


Voila! Done! Works a dream

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

Time to create page: 1.395 seconds