Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Report Function - Kunena

More
6 years 7 months ago #1 by motherboard
Hello I have api to work width ionic and kunena, and this api imports

include_once JPATH_BASE . '/libraries/kunena/bootstrap.php';
include_once JPATH_BASE . '/components/com_kunena/models/category.php';

I have some functions here..
now I am searching function for report post, can anyone help me find this function? where is this model?

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

More
6 years 7 months ago #2 by xillibit
Replied by xillibit on topic Report Function - Kunena
Hello,

The report function is available in the following file : /components/com_kunena/controllers/topic.php at line 1805

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
6 years 7 months ago #3 by motherboard
Hi, Thanks for reply, I thont now how to call this function correctly. I can call

KunenaForumTopicHelper::getLatestTopics($catids, $offset, 30); like this but how to call report function, this one have no also any options

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

More
6 years 6 months ago #4 by xillibit
Replied by xillibit on topic Report Function - Kunena
Hello,

Why you want to call KunenaForumTopicHelper::getLatestTopics($catids, $offset, 30); to call then report function ?

Maybe the report function should be moved in the KunenaForumTopicHelper or KunenaForumTopic to be called more easily

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.

Time to create page: 0.359 seconds