Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally 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.

Solved Kunena latest - link to LAST comment ???

More
9 years 2 months ago #185081 by strelokhalfer
Hmm, on my site both links is fine.

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

More
9 years 2 months ago #185082 by sgames
hmmm, so in this case is question, where is problem ?
on my account (administrator) all works fine, on all others no :-/

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

More
9 years 2 months ago #185095 by sgames
HA ! found solutions : UPDATE `d48324_f6cd459`.`upgrade_kunena_users` SET `view` = 'flat'

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

More
9 years 2 weeks ago #186496 by Djie

strelokhalfer wrote: Open default_row.php, posts_row.php, user_row.php
Replace

Code:
$this->getTopicLink($topic, null
to
Code:
$this->getTopicLink($topic, 'last'
in all files


This code isn't available anymore in the new version of the latest module. Did you find a work around?

Still think it is crazy that we need to modify the files as this should be, and was in the past, standard functionality.

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

More
9 years 2 weeks ago #186502 by rich
It should work with the new version. Check your setting.
Combination 1:
Use unread link = Yes
URL Link = Last topic/post
It goes to the first unread post when exists, otherwise to the last post

Combination 2
Use unread link = Yes
URL Link = First topic/post
It goes to the first unread post when exists, otherwise to the lfirst post

Combinations 3 and 4
Use unread link = No
URL Link = First or Last topic/post
It goes always to the first or last post

Important! Always create a backup before you make any changes to your website!

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

More
9 years 2 weeks ago #186503 by Djie
My bad you are right, the "URL Link" option is added on the bottom of the settings tab. Thanks, working!

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

Time to create page: 0.225 seconds