Kunena move to crowdin for the translations

Like announced in the release nots of the K6.4 RC4 release, Kunena project has moved to crowdin : crowdin.com/project/kunena-forum to manage translations from K6.4 and beyond. The RC4 release is the last version before the stable, so for all translators please update your translations on crowdin.

Transifex is keept for translations from K6.3 and the previous versions of Kunena.

Kunena 6.3.10 Released
The Kunena team has announce the arrival of Kunena 6.3.10[K 6.3.10] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

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.

Important ObjectClarity Kunena Discussbot released!

More
15 years 10 months ago #61 by Cockeye
Thank you for your reply!

Thanks to you I now have the manual option working - so thank you very much. Can you explain a little more about how to automate it though? I can see where to put the cat ID pairs but I am not sure exactly what to put there.

Many thanks in advance again.
The topic has been locked.
More
15 years 10 months ago #62 by Cockeye
Can anyone advise on this please?
The topic has been locked.
More
15 years 10 months ago #63 by grumblemarc
To cover all fronts you might want to inquire over at Objectclarity as well.
www.objectclarity.com/index.php?option=com_kunena&Itemid=30

We love stars on the Joomla Extension Directory . :-)
The topic has been locked.
More
15 years 9 months ago #64 by ampliato
Hello, good afternoon!

Kunene upgraded to 1.5.3, and although the Kunene Discussbot plugin is still working, I see the following warning message.
Code:
Warning: Missing argument 1 for database::loadObject(), called in /opt/lampp/htdocs/public_html/components/com_kunena/lib/kunena.category.class.php on line 47 and defined in /opt/lampp/htdocs/public_html/plugins/system/legacy/mysql.php on line 44

How could solve this? :dry:
Thank you very much!
The topic has been locked.
More
15 years 9 months ago #65 by Lintzy
The topic has been locked.
More
15 years 9 months ago #66 by Matias
This is easy to fix in discussbot. Just find out where jbCategory class is created (new) and change object given to it to:
Code:
$kunena_db = &JFactory::getDBO();

and pass the variable to it. :)
The topic has been locked.
More
15 years 9 months ago #67 by PGLion
Same problem here. Do you mean this line:
Code:
$obj_fb_cat = new jbCategory($database, $catId);

Change into what?
The topic has been locked.
More
15 years 9 months ago #68 by Lintzy
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);
The topic has been locked.
More
15 years 9 months ago #69 by PGLion
Thanks for helping Lintzy!

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.
More
15 years 9 months ago #70 by Lintzy
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. :(
The topic has been locked.
Time to create page: 0.307 seconds