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

Question mambot support not working

More
17 years 2 months ago - 17 years 2 months ago #2974 by sorema
hi everybody i've just migrated my joomla1.0.15 to 1.5.9
i've been using fireboard and now i turned to kunena..but... mambot are not supported?
i've been using simplegallery mambot in some of my fireboard threads and now in kunena is not working anymore...

can anybody help?
Last edit: 17 years 2 months ago by sorema.

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

More
17 years 2 months ago #3005 by fxstein
Hi,

Sorry about that. To be honest, I have not tried mambot integration on J1.5

Need to do that. Could be that some of the legacy function are not supported and causing an issue.

We will look into this.

Thx!

fxstein

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 2 months ago #4548 by kingbt
Code:
// Joomla Mambot Support if ($fbConfig->jmambot) { $row = new t(); $row->text = $fb_message_txt; if(!defined( '_JEXEC' )){ global $_MAMBOTS; $_MAMBOTS->loadBotGroup('content'); $params = &new mosParameters(''); $results = $_MAMBOTS->trigger('onPrepareContent', array ( &$row, &$params, 0 ), true); } else //viet4777 { JPluginHelper::importPlugin( 'content' ); $dispatcher =& JDispatcher::getInstance(); $params = & new JParameter(''); $results = $dispatcher->trigger('onPrepareContent', array(&$row,&$params,0)); } $fb_message_txt = $row->text; } // Finish Joomla Mambot Support
For FB 1.0.5 the code is this in post.php and view.php but it seems not to work on kunena 1.0.8, maybe the variables have changed?

Nasul is my site.

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

More
17 years 2 months ago #4650 by sorema
here the code to replace ONLY in file view.php
Code:
if ($fbConfig->jmambot) { $row = new t(); $row->text = $fb_message_txt; if(!defined( '_JEXEC' )){ global $_MAMBOTS; $_MAMBOTS->loadBotGroup('content'); $params = &new mosParameters(''); $results = $_MAMBOTS->trigger( 'onPrepareContent', array( &$row, &$params, 0 ), true ); } else //viet4777 { JPluginHelper::importPlugin( 'content' ); $dispatcher =& JDispatcher::getInstance(); $params = & new JParameter(''); $results = $dispatcher->trigger('onPrepareContent', array(&$row,&$params,0)); } $msg_text = $row->text; }

tested in j1.5.9
kunena1.0.8

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

More
17 years 2 months ago #4681 by kingbt
ok the code is the same, but I forgot that I use the default_ex template, and the view.php for it is in the default_ex directory. my mistake :)
thanks for confirming that it works

Nasul is my site.

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

More
17 years 2 months ago #4717 by Repelzteeltje
Okay... you got me confused.... which code should replace what ?

I've got it working in Fireboard but can't get it to work in Kunena...

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

Time to create page: 0.277 seconds