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 that are moved into this category are considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Merged J! 3.1: Ordering categories doesn't work

More
12 years 7 months ago #149302 by AdamRawR

rich wrote: *** Topics merged ***

Welcome to Kunena, AdamRawR!

This is a known issue in Joomla 3.1.5 and it is be fixed in the next update (or you use the temporary solution posted in msg #5).


That's wonderful news, thank you!

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

More
12 years 7 months ago #149361 by isaac
I opened the file:
components/com_kunena/views/category/view.html.php

to apply the fix mentioned in msg #5

I could not find the lines of code mentioned here:
github.com/Kunena/Kunena-Forum/pull/1912/files

on top of that the code in my file seems to be overall somewhat different than the file on github.

for example:
Code:
function displayDefault($tpl = null) { $this->Itemid = $this->get ( 'Itemid' ); $this->category = $this->get ( 'Category' ); if (! $this->category->authorise('read')) { $this->setError($this->category->getError()); } $this->topics = $this->get ( 'Topics' ); $this->total = $this->get ( 'Total' ); $this->topicActions = $this->get ( 'TopicActions' ); $this->actionMove = $this->get ( 'ActionMove' ); $this->moderators = $this->get ( 'Moderators' ); $this->message_ordering = $this->me->getMessageOrdering(); $this->categories = $this->get ( 'Categories' ); $this->pending = $this->get ( 'UnapprovedCount' ); $this->sections = isset($this->categories[0]) ? $this->categories[0] : array(); $errors = $this->getErrors(); if ($errors) { $this->displayNoAccess($errors); return; } $this->parentCategory = $this->category->getParent(); $this->_prepareDocument('default'); $this->display ($tpl); }

I am using Kunena 3.0.2 and Joomla 3.1.5
any insights? very grateful thanks!

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

More
12 years 7 months ago - 12 years 7 months ago #149366 by rich
Welcome to Kunena, isaac!

The correct path is:

administrator
/components/com_kunena/views/categories/view.html.php

Important! Always create a backup before you make any changes to your website!
Last edit: 12 years 7 months ago by rich.

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

More
12 years 7 months ago #149367 by mythus
Just wanted to leave a thankyou, that fix solved my ordering problem!

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

More
12 years 7 months ago #149418 by czarofniq
Replied by czarofniq on topic Changing order categories
Hi
How to chnage order of categories on forum?
I tryed with first column (sorting) to drag categorie and drop below and on administration panel but then if i klik on publish button it back same as was. You can see on link how i make it.

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

More
12 years 7 months ago #149421 by sozzled
Replied by sozzled on topic Changing order categories
Without knowing anything about your website I am going to make a big guess. You're using J! 3.1.5, aren't you?

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

Time to create page: 0.265 seconds