- Posts: 87
- Thank you received: 0
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
17 years 2 months ago - 17 years 2 months ago #2974
by sorema
mambot support not working was created 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?
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.
17 years 2 months ago #3005
by fxstein
We love stars on the Joomla Extension Directory .
Replied by fxstein on topic Re:mambot support not working
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
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.
17 years 2 months ago #4548
by kingbt
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.
Replied by kingbt on topic Re:mambot support not working
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
Nasul is my site.
Please Log in or Create an account to join the conversation.
17 years 2 months ago #4650
by sorema
Replied by sorema on topic Re:mambot support not working
here the code to replace ONLY in file view.php
tested in j1.5.9
kunena1.0.8
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.
17 years 2 months ago #4681
by kingbt
Nasul is my site.
Replied by kingbt on topic Re:mambot support not working
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
thanks for confirming that it works
Nasul is my site.
Please Log in or Create an account to join the conversation.
- Repelzteeltje
-
- Offline
- Junior Member
-
17 years 2 months ago #4717
by Repelzteeltje
Replied by Repelzteeltje on topic Re:mambot support not working
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...
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