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 user contributions, (templates, modules, plugins and hacks) 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, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Function to create a post

More
17 years 2 weeks ago #14217 by dougthonus
Okay, I'm not sure if this is best here or in user contributions or somewhere else, I'm not sure it really fit in anywhere, so I apologize if it's not the right spot for the thread, move if need be.

Anyway ..

I would like to create a custom hook into kunena for my podcast. Basically, when I post an episode of it, I want to make a forum post similar to the kdiscussbot. I don't actually need to link the posts back to the podcast though, I just want it to post the release in the forums, so it's obvious to forum users that a new podcast was posted.

Is there a kunena function I can call that will just make a post that I can include a userid, forumid, title, and message for that will handle this for me?

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

More
17 years 1 week ago #14299 by Matias
Replied by Matias on topic Re:Function to create a post
Im sorry to say that there is no such function, yet. We are planning for an API as we are restructuring Kunena, but it may take a few months to have it happen. In the mean time I would advice you to look at the code in template/default/post.php.

Search for:
Code:
if ($action == "post"

Not ideal, but..

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

Time to create page: 0.241 seconds