Kunena 6.3.0 released

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

Question Ordering categories not possible

More
4 years 10 months ago #1 by K1001C
Ordering categories in a free and arbitrary sequence seems not to be possible.
With mouse-over on the 3 points icon on the left of each row you get "Please sort by order to enable reordering".
"order" is not available, but only "Reorder":
Code:
<div class="btn-group pull-right"> <label for="sortTable" class="element-invisible">Sort Table By:</label> <select name="sortTable" id="sortTable" class="input-medium" onchange="Joomla.orderTable()"> <option value="">Sort Table By:</option> <option value="ordering" selected="selected">Reorder</option> <option value="p.published">Status</option> <option value="p.title">Title</option> <option value="p.access">Access</option> <option value="p.locked">Locked</option> <option value="p.review">Review</option> <option value="p.allow_polls">Polls</option> <option value="p.anonymous">Anonymous</option> <option value="p.id">ID</option> </select> </div>

However this doesn't work. The 3-point-icon stays inactive.

There is an interesting comment in the HTML indicating that this might be an open issue:
Code:
<!-- TODO: not implemented <div class="btn-group pull-right"> <label for="sortTable" class="element-invisible"></label> <select name="levellimit" id="sortTable" class="input-medium" onchange="Joomla.orderTable()"> <option value=""></option> </select> </div>-->

Does this mean, that ordering categories is not yet implemented. And if so, is there any plan or timeline?
Any workaround possible besides naming the categories like "01-topic5" ... "07-topic2" ?

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

More
4 years 9 months ago #2 by rich
The sort options such as by Status are only temporary for working in the backend and after the next login shows again the default setting. If you want to change the sort for the frontend you need two steps on the left hand side.

Step 1: click on the symbol (image 1)
Step 2: move the categories (image 2)



The following user(s) said Thank You: K1001C

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

Time to create page: 0.515 seconds