Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 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

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
16 years 5 months ago - 16 years 5 months ago #30406 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: 16 years 5 months ago by SHoggard.

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

More
16 years 5 months ago #30421 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
16 years 5 months ago #30669 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
16 years 5 months ago #30768 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: 0.272 seconds