Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 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 1 month ago - 8 years 11 months ago #183720 by sgames
is possible create Latest topics - link to last post in this topic. Now is link to first post in topic.
Last edit: 8 years 11 months ago by sgames.

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

More
9 years 1 month ago #183755 by sgames
Any ideas how to create link to last post ?

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

More
9 years 1 month ago #183766 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
8 years 11 months ago #184850 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
8 years 11 months ago #185064 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
8 years 11 months ago #185074 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.

Time to create page: 0.489 seconds