Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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
11 years 4 weeks ago #11 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
11 years 4 weeks ago #12 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.340 seconds