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 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
7 years 2 months ago - 7 years 2 weeks ago #1 by sgames
is possible create Latest topics - link to last post in this topic. Now is link to first post in topic.
Last edit: 7 years 2 weeks ago by sgames.

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

More
7 years 2 months ago #2 by sgames
Any ideas how to create link to last post ?

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

More
7 years 2 months ago #3 by Djie
I have this same question, this was available in previous versions 4.xx but isn't anymore :(

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

More
7 years 2 weeks ago #4 by sgames
No ideas ? nobody use kunena latest module to show latest posts / thread with link to realy last comment ?

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

More
7 years 6 days ago #5 by strelokhalfer
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
The following user(s) said Thank You: Djie

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

More
7 years 5 days ago #6 by sgames
thanks, its better, but

If i am loged in url looks like : stoupak.cz/forum/technika/12208-mc-20-hott?start=140#18522
if NOT loged in (not registered user) : stoupak.cz/forum/technika/12208-mc-20-hott/18522
problem is, if i click on url with post separator "/", then i cannot move in thread to other pages :-/

this code return two different url' s
$this->getTopicLink($topic, 'last', null, null, KunenaTemplate::getInstance()->tooltips() . ' topictitle', $this->category, true, false);

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

More
7 years 5 days ago #7 by strelokhalfer
Hmm, on my site both links is fine.

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

More
7 years 4 days ago #8 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
7 years 4 days ago #9 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
6 years 10 months ago #10 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.

Time to create page: 0.434 seconds