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

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
10 years 7 months ago #11 by peebee10
github.com/Kunena/Kunena-Forum/pull/1912/files

Thanks for the fix. Works as it should.

Not meaning to be pedantic, especially on a first post; but unless I've just edited the wrong file and got it working anyhow - I think the correct path to file to be edited should be

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

rather than

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

Just trying to make it easier for the next person. Please feel free to let me have it if I've got it wrong....

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

More
10 years 7 months ago #12 by Lars
I have reordered my sections as described by "click and drag", but it will not remember my changes. What am I missing here?

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

More
10 years 6 months ago #13 by Lars
Hi,

I have tried to use the standard method in Joomla 3.1 by clicking on the Ordering in the Kunena Category Manager. I can then move the sections and categories up and Down, but they will not stick to their new place after I have saved my work.

This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 2M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : jsn_air_pro | author: JoomlaShine.com | version: 2.0.0 | creationdate: Unknown

Kunena default template details : JSN Air | author: Joomlashine Team | version: 1.1.0 | creationdate: 05/27/2013

Kunena version detailed: Kunena 3.0.2 | 2013-08-18 [ Nocturne ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: None

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

More
10 years 6 months ago #14 by rich
** Topics merged **

This is a known issue in Joomla 3.1.5 and it is be fixed in the next update.

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

More
10 years 6 months ago #15 by marinos1
the correct file path is /administrator/components/com_kunena/views/categories/view.html.php

not components/com_kunena/admin/views/categories/view.html.php

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

More
10 years 6 months ago - 10 years 6 months ago #16 by Deveshi
Issue Resolved
Last edit: 10 years 6 months ago by Deveshi.

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

More
10 years 6 months ago - 10 years 6 months ago #17 by AdamRawR
Replied by AdamRawR on topic Sorting Category Issue
Hi guys, Adam here, first time poster :blush:

I'm in the process of building a new website for the organisation I volunteer for, but I've come across a problem sorting categories on the Kunena forum. I understand how to sort the categories, but it's not saving the order. I had a search on the forums here but couldn't find anything that could help.

The website is running Kunena 3.0.2 and Joomla 3.1.5.

If there's anyone that could help, I would be very grateful.

Confirguration Report

This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 16M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : rt_corvus | author: RocketTheme, LLC | version: 1.1 | creationdate: Unknown

Kunena default template details : NTS Kinfinite | author: Nice Theme Store | version: 3.0.2 | creationdate: 2013-05-25

Kunena version detailed: Kunena 3.0.2 | 2013-08-18 [ Nocturne ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: None

Last edit: 10 years 6 months ago by AdamRawR.

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

More
10 years 6 months ago - 10 years 6 months ago #18 by rich
*** 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).
Last edit: 10 years 6 months ago by rich.

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

More
10 years 6 months ago #19 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
10 years 6 months ago #20 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.

Time to create page: 0.614 seconds