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 latest post - no latest reply - module.

More
13 years 3 days ago - 13 years 1 day ago #141800 by DaTOkz

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) :
Warning: Spoiler!


here, im config other module for "only new reply's" (NOpost) :
Warning: Spoiler!


here, finally two module do the same work :S :



:(
Last edit: 13 years 1 day ago by DaTOkz.

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

More
13 years 1 day ago #141837 by DaTOkz
someone who can help me?, thanks :s

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

More
13 years 1 day ago - 13 years 1 day ago #141838 by TKtemp

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.
Last edit: 13 years 1 day ago by TKtemp.

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

More
12 years 11 months ago #141925 by DaTOkz

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.

More
12 years 11 months ago #141949 by TKtemp
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.
The following user(s) said Thank You: DaTOkz

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

More
12 years 11 months ago #141955 by DaTOkz

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 ;). :woohoo:

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

Time to create page: 0.244 seconds