Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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.

Merged Last post First?

More
14 years 11 months ago #101325 by sozzled
*** Topics merged ***

The post order is configurable on a user-by-user basis. This question has been asked many times in the past. See msg #2 in this topic.

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

More
14 years 11 months ago #101370 by LN888

sozzled wrote: *** Topics merged ***

The post order is configurable on a user-by-user basis. This question has been asked many times in the past. See msg #2 in this topic.


But I don't understand that we are LOCKED IN to having the forum 'DEFAULT' to newest first ordering.... something that is COMPLETELY OPPOSITE to what most forums are structured. I understand that users can change their configuration themselves, and I think that's great... but why do I have to force all my users to change the forum to a STANDARD and TYPICAL view? Why am I as an administrator do NOT have that global option?

As I can see with all your 'merging' of this topic that I am not alone on this opinion. As it is configurable for an end-user, how much harder must it be to make it an option for the administrator? Why make it such a run-around?

Guess I will try that hack by LeFunk and see if it works...
Just my two cents... :unsure:

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

More
14 years 11 months ago #101372 by LN888
K... the hack by LeFunk does NOT work... especially since his hack is for a version prior to 1.6.4
The lines pertaining to this would start on line 339 in the same file (view.php).
Code:
if ($this->myprofile->ordering != '0') { $this->ordering = $this->myprofile->ordering == '1' ? 'DESC' : 'ASC'; } else { $this->ordering = $this->config->default_sort == 'asc' ? 'ASC' : 'DESC'; // Just to make sure only valid options make it }

but I cannot make it so that it will show as default descending. changing the default_sort to 'desc' does NOT change the settings... especially to new users.

I sure hope that the developers have taken this extreme oversight and made the appropriate amendments for version 2.0

People (users) HATE the whole 'forced to opt out' situation. I would really like to make things straight forward for them.
:whistle:

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

More
14 years 11 months ago - 14 years 4 months ago #101376 by sozzled

LN888 wrote: But I don't understand that we are LOCKED IN to having the forum 'DEFAULT' to newest first ordering ...

You are not locked-in to using the last-post-first ordering. Do you see that here (at www.kunena.org )? If you don't see it here at this website then you know you are not locked-in to anything and that kind of destroys the argument, doesn't it?
Last edit: 14 years 4 months ago by sozzled.

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

More
14 years 10 months ago #103259 by andrewn51
Replied by andrewn51 on topic Having a senior moment
I'm using 1.6.5 - Posts are ordered currently on my site as newest first - where is the setting for changing this to oldest first? Haven't been able to find an answer in the wiki...

Thanks,
Andrew

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

More
14 years 10 months ago #103260 by sozzled
Replied by sozzled on topic Re: Last post First?
*** Topics merged ***

The post order is configurable on a user-by-user basis. See msg #2 in this topic. Perhaps someone might write a Wiki article for this question ... one day ... :whistle:

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

Time to create page: 0.276 seconds