- Posts: 296
- Thank you received: 50
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question There should be no sections, as there aren't any in Joomla
- coder4life
-
- Offline
- Kunena Contributor
-
To say we copy things is largely a big assumption and just false. Kunena develops by Joomla, for Joomla.
Please Log in or Create an account to join the conversation.
Firstly, from a purely technical, literal perspective there is only one table in Kunena that deals with "categories" and these are managed, in the one place, with the Kunena Category Manager. There is only the xxx_kunena_categories table. In J! 1.5.x there is a xxx_categories table and there is a xxx_sections table; there were also separate tools for managing Joomla sections and Joomla categories. In J! 2.5 there is only the xxx_categories table and this is managed on one place in the J! 2.5 category manager tool. From a purely architectural point of view there is only one table in Kunena that handles categories and that is the xxx_kunena_categories table; this table, in effect, allows unlimited "nesting" of categories within categories.
The terminology for Kunena (regarding "sections", "categories" and sub-categories") is different to the terminology used in Joomla and, I think, that's where the confusion arises.
sozzled wrote:
If you have a better way to describe the differences between how Kunena categories work in the forum, then we really would love to hear your ideas. Until we think of something different this is what people need to understand:If you have a better way of describing the categories in Kunena, we'd love to hear from you.
Kunena sections = records in the table xxx_kunena_categories that have no parent.
Kunena categories = records in the table xxx_kunena_categories that have a "section" as a parent.
Kunena sub-categories = records in the table xxx_kunena_categories that have "category" as a parent.
See also, for background discussion, Standard (consistent) Terminology?! . After we had that discussion, we changed the terms (as I talked about them there). So now we seem to be going around in ever-widening circles.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Because Kunena is an extension, I think it should follow the features of Joomla first, not other forum systems.
Sozzled!
This is absolutely clear, but my question still wasn't answered:
Why can't I write topics into the top level categories (sections)?
Secondly, why use an xxx_kunena_categories table, if you could just use Joomla's table?
What's more, if yout used that, you could put topics into the top level, and even create content uncategorized.
Please Log in or Create an account to join the conversation.
Joomla has its own API to do these things, we just need to use it.
Not to mention how much smaller the code would be.
Please Log in or Create an account to join the conversation.
Because that's not how Kunena works - and has never worked like that - that's why!Balázs wrote: Why can't I write topics into the top level categories (sections)?
Because that's not how things work in the real world, that's why. the xxx_categories table is for other Joomla categories or articles; the xxx_kunena_categories table is for other [Kunena] forum categories or forum topics.Balázs wrote: Secondly, why use an xxx_kunena_categories table, if you could just use Joomla's table?
You are more than welcome to join the Kunena development team and lend your expertise in redesigning Kunena if you would like.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
What I suggested in another topic was improved moderation tools (copy posts, topics and cut posts, topics) , or what we talkt about, that you can write topics in the top level categories (sections).
But whats important is:
In Joomla 2.5, the category manager is not just for core Joomla articles and content anymore. You can use the category manager to create categories for your component, and Joomla allows to display categories only from one specific extension.
Also, Joomla 2.5 has implemented Update manager, RSS, Captcha, and many other things, and all of these can be used by extensions. You don't need to write your own RSS manager, because Joomla takes care of it.
In fact, Joomla also have the option of Profile plugins, so you can extend the basic User profile of Joomla. Meaning, that you also don't have to write your own user manager for your extension.
I think an extension being "modern" means, that it uses what it can from the features of the core system. That's what Kunena should consider, and that's where it should develop.
Please Log in or Create an account to join the conversation.