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
Question Feature Request: Select default period setting for Latest Posts Module and Recent Topics Tab
It appears that by default, the recent posts list shows those of the last month and that the latest posts module takes it from there with the same period pre-selected. Within the recent topics tab in the forum you can select between "since last visit" and different periods ranging from 4 hrs to one year.
It would be fab if the default period could be selected in both, the Kunena configuration AND - overriding this setting - the module parameters.
There must be the "month" setting pre-selected somewhere (why else is the first option - since last visit - not used?), but where? I'd like to change that code until this new feature is added (assuming that you find this a good idea or show me how to find the settings in the case I am just blind, even after spending an hour or so looking for it
BW, Erik
Joomla 1.5.22
Kunena 1.6.1
Latest Posts Module 1.6.0 RC2
(MOD: please move to category "Feature Request" if you think this is more appropriate)
Please Log in or Create an account to join the conversation.
Yes, that's trueejw wrote: It appears that by default, the recent posts list shows those of the last month ...
I don't know about this. The latest post module operates quite independently of the Kunena component.ejw wrote: ... and that the latest posts module takes it from there with the same period pre-selected.
I don't know the answer. I just know that there isn't the relationship as you've suggested. I haven't had any time to experiment with the Latest Posts module myself. I have been too busy wrestling with the many requests for assistance with the core product. Sorry.
Can someone else please advise what settings are available in the latest posts module that would assist in this case?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
In components/com_kunena/funcs/latestx.php
on line 52 it says
Change that to
I found this code in another file. It will give You an idea what to change the "720" to fit Your needs.
Please Log in or Create an account to join the conversation.