- Posts: 17
- 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
This category contains miscellaneous, uncategorised third-party extensions (e.g. JomSocial, Community Builder, etc.) relating to older versions of Kunena that are no longer supported.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.
Question ObjectClarity Kunena Discussbot released!
16 years 10 months ago #20460
by PGLion
Replied by PGLion on topic Re:ObjectClarity Kunena Discussbot released!
Same problem here. Do you mean this line:
Change into what?
Code:
$obj_fb_cat = new jbCategory($database, $catId);
Change into what?
The topic has been locked.
16 years 10 months ago #20508
by Lintzy
Replied by Lintzy on topic Re:ObjectClarity Kunena Discussbot released!
Yes exactly. I asked Matias yesterday too
.
one row before, put the red marked:
$kunena_db = &JFactory::getDBO();
$obj_fb_cat = new jbCategory($kunena_db, $catId);
one row before, put the red marked:
$kunena_db = &JFactory::getDBO();
$obj_fb_cat = new jbCategory($kunena_db, $catId);
The topic has been locked.
16 years 10 months ago #20533
by PGLion
Replied by PGLion on topic Re:ObjectClarity Kunena Discussbot released!
Thanks for helping Lintzy!
Is this the only change you made? I tried this and still got this error:
Here my code:
Is this the only change you made? I tried this and still got this error:
Code:
Warning: Missing argument 1 for database::loadObject(), called in /home/thaipo01/domains/website.com/public_html/components/com_kunena/lib/kunena.category.class.php on line 47 and defined in /home/thaipo01/domains/website.com/public_html/plugins/system/legacy/mysql.php on line 44
Here my code:
Code:
// User is logged on - we have to check if they're a Moderator.
$aro_group = $acl->getAroGroup($myId);
$is_admin = (strtolower($aro_group->name) == 'super administrator' || strtolower($aro_group->name) == 'administrator');
$kunena_db = &JFactory::getDBO();
$obj_fb_cat = new jbCategory($database, $catId);
$is_moderator = fb_has_moderator_permission($database, $obj_fb_cat, $myId, $is_admin);
}
kdbDebug("User is ". ($is_moderator?"":"NOT ") . "a moderator.");
return $is_moderator;
}
The topic has been locked.
16 years 10 months ago #20536
by Lintzy
Replied by Lintzy on topic Re:ObjectClarity Kunena Discussbot released!
Unfortunately, I am no php crack. It was the code snippet, Matias told us. But he said also to me, that there could be more issues in code.
So we have to wait, until Matias will find time again to support in this thread.
I am interested too, to install this wonderful discussbot, I really love this plug-in. I will request also Marc (the developer of Discussbot) in his forum to make it native. Other user did before and Marc answered, that he has less time in the moment.
So we have to wait, until Matias will find time again to support in this thread.
I am interested too, to install this wonderful discussbot, I really love this plug-in. I will request also Marc (the developer of Discussbot) in his forum to make it native. Other user did before and Marc answered, that he has less time in the moment.
The topic has been locked.
16 years 10 months ago - 16 years 10 months ago #21435
by PGLion
Replied by PGLion on topic Re:ObjectClarity Kunena Discussbot released!
More news on this subject? I was using this discussbot a long time and my members are asking me many times to activate it again.
Last edit: 16 years 10 months ago by PGLion.
The topic has been locked.
16 years 10 months ago #21438
by Lintzy
Replied by Lintzy on topic Re:ObjectClarity Kunena Discussbot released!
Mark Voorberg (nick: mvoorberg) is the developer from discussbot
www.objectclarity.com/index.php?option=c...6&limitstart=24#1425
www.objectclarity.com/index.php?option=c...6&limitstart=24#1425
The topic has been locked.
Time to create page: 0.255 seconds