- Posts: 27
- 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
Solved latest post - no latest reply - module.
Winuser wrote: Module Output > Latest Topics
It's the very first setting. The list of choices (in English) looks like this:
Latest Topics
Latest Posts
No Replies
Subscriptions
Favorites
Own Topics
etc...
P.S. Make sure you are using the NEW module for 2.0.4. I don't know when the feature was added, but I do know that it's available in the 2.0.4 module. I just tried it and it works!
Thanks for reply men, look proofs.
here, im config for "only new post" (NOreply) :
here, im config other module for "only new reply's" (NOpost) :
here, finally two module do the same work :S :
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
DaTOkz wrote:
Winuser wrote: A reply is a post.
I think what you want is Latest Topics. You want a module to list only the first post when a topic is created.
yes only show the new topic created, no topic reply.
pd. I hope you understand me, sorry but no English.
Hi,
currently you cannot do this with Kunena Latest Module.
"Latest Topics" option show the same as Recent Discussions, list of topics with new replies.
Please Log in or Create an account to join the conversation.
TKtemp wrote:
DaTOkz wrote:
Winuser wrote: A reply is a post.
I think what you want is Latest Topics. You want a module to list only the first post when a topic is created.
yes only show the new topic created, no topic reply.
pd. I hope you understand me, sorry but no English.
Hi,
currently you cannot do this with Kunena Latest Module.
"Latest Topics" option show the same as Recent Discussions, list of topics with new replies.
ah thanks for the info
Please Log in or Create an account to join the conversation.
you can always hack it to work as you want.
I dont know why this is not implemented to this module as Kunena already have this view.
Open the file
modules / mod_kunenalatest / class.php
about line 97 find and replace this code:
with this code:
and it will works as you expect it.
Please Log in or Create an account to join the conversation.
TKtemp wrote: Hi,
you can always hack it to work as you want.
I dont know why this is not implemented to this module as Kunena already have this view.
Open the file
modules / mod_kunenalatest / class.php
about line 97 find and replace this code:
Code:case 'latesttopics' :
with this code:
Code:case 'latesttopics' : $userid = -1; $layout = 'default'; $mode = 'topics';
and it will works as you expect it.
WORK! thanks you men!!
Greetings from mexico
Please Log in or Create an account to join the conversation.