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

Topics contains old discussions (generally more than one year ago or based on circumstances that subsequently changed) or topics resolved in other ways. Topics moved into this category are closed from further discussion.

Question Kunena API Documenation

More
14 years 11 months ago #95676 by NicholasJohn16
I've started familiarizing myself with PHP and what not and I'd like to start learning the Kunena API.

Is their any documentation on it? Maybe something for beginners?

I checked the docs.kunena.org , but it's a bit, lets say, . . . sparse.

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

More
14 years 11 months ago - 14 years 11 months ago #95682 by sozzled
Replied by sozzled on topic Re: Kunena API Documenation

NicholasJohn16 wrote: I checked the docs.kunena.org , but it's a bit, lets say, . . . sparse.

We could say that about a lot of areas in the Wiki. :laugh: I think there's a general tendency by most people to leave jobs like documentation to "someone else". it's always "someone else's" job to write the documentation. I mean, let's admit it: The best documentation in the world is always written by someone else.

Now if I could only lay my hands on whoever this person was, I would chain their leg to a chair and refuse to feed them or let them sleep until they finished the documentation. Oh, wait, documentation ... that would be me, would it? :whistle:

NicholasJohn16 wrote: Maybe something for beginners?

I would encourage you to continue to learn about PHP and those things and we really appreciate all of the help that you've contributed to the Kunena project. It's not an easy job to write API documentation for beginners but I'll ask around and see what can be done.
Last edit: 14 years 11 months ago by sozzled.

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

More
14 years 11 months ago #95684 by NicholasJohn16
Thanks Sozzled.

One of the things I was hoping to do while learning the API was to update the documentation, as best as a beginner could. Having something to begin with would be a great help though. If all else fails, I can just start looking at the classes and try to figure out how they work, but for a beginner that's a daunting task.

I'm currently trying to wrap my head around the Joomla API. I'm gonna try to create a custom component. After that, I'd like to start creating some of my own extensions for Kunena.

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

More
14 years 11 months ago #95770 by LittleJohn
Hi

In general, many open source projects lacks documentation and Kunena is (unfortunately) no exception.
We are aware of that and this is one area we will make improvements on for Kunena 2.0.

The idea is, to make autogenerated documentation of the api using phpdoc/doxygen once Kunena 2.0 is out and spice it up with actual code examples on the wiki.

I believe the easiest way to get into Kunena right now, is to look in the templates and work your way back through the views, models and finally controllers.
That should give a pretty good overview and help understand the basics of Kunena.

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

Time to create page: 0.235 seconds