- Posts: 20
- Thank you received: 0
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 ???
9 years 1 month ago - 8 years 11 months ago #183720
by sgames
Kunena latest - link to LAST comment ??? was created 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.
9 years 1 month ago #183755
by sgames
Replied by sgames on topic Latest topics - link to last post in this topic
Any ideas how to create link to last post ?
Please Log in or Create an account to join the conversation.
9 years 1 month ago #183766
by Djie
Replied by Djie on topic Latest topics - link to last post in this topic
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.
8 years 11 months ago #184850
by sgames
Replied by sgames on topic Latest topics - link to last post in this topic
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.
- strelokhalfer
-
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 1
8 years 11 months ago #185064
by strelokhalfer
Replied by strelokhalfer on topic Kunena latest - link to LAST comment ???
Open default_row.php, posts_row.php, user_row.php
Replace
to
in all files
Replace
Code:
$this->getTopicLink($topic, null
Code:
$this->getTopicLink($topic, 'last'
The following user(s) said Thank You: Djie
Please Log in or Create an account to join the conversation.
8 years 11 months ago #185074
by sgames
Replied by sgames on topic Kunena latest - link to LAST comment ???
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);
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