Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 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.

Question [SOLVED] "Show latest posts" set to "Since last visit"

More
16 years 2 months ago - 16 years 2 months ago #39811 by ekoman
Hello to you all !

I use Kunena 1.5.8 on my website - I would like to set the "Show Latest Posts" script to "Since last visit". I found THIS thread in the Kunena Forums but, though I reproduced the indicated modifications, I can't get the thing working.

The List item is indeed set to "Since last Visit" but I have to manually select it to make the script work.

Has anybody got any idea ??

Thanks

eKoman
Last edit: 16 years 2 months ago by ekoman. Reason: solved

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

More
16 years 2 months ago #39813 by ekoman
I just found out that you need to change 2 values in latestx.php :

on line 92, change

$sel="720" to $sel="0"

On line 302 change

<?php $show_list_time = JRequest::getInt('sel', 720); ?>

to

<?php $show_list_time = JRequest::getInt('sel', 0); ?>

That works ! Thank you me...
The following user(s) said Thank You: callumgilhooly

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

Time to create page: 0.235 seconds