- Posts: 5
- Thank you received: 0
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.
Merged Last post First?
15 years 1 month ago - 15 years 1 month ago #91534
by Bourne
Replied by Bourne on topic Latest post on top?
How would I go about inverting my forums?. I just want to have the latest post appear on the top>down, instead of bottom>up.
Thanks.
Thanks.
Last edit: 15 years 1 month ago by Bourne.
Please Log in or Create an account to join the conversation.
15 years 1 month ago #91536
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: Latest post on top?
Hello,
What do you mean exactly ?
What do you mean exactly ?
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
15 years 1 month ago #91541
by Bourne
Replied by Bourne on topic Re: Latest post on top?
By default, whenever someone posts a reply to a topic, the "reply" or "post" will be added to the topic at the bottom of the page, below the last reply. I want the replies to post at the top of the topic. So the very first post, the OP's post, will be at the bottom of the page on the first page.
Please Log in or Create an account to join the conversation.
15 years 1 month ago - 15 years 1 month ago #91565
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Last post First?
Topics merged
See msg #2 in this topic.
See msg #2 in this topic.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 15 years 1 month ago by sozzled.
Please Log in or Create an account to join the conversation.
15 years 1 month ago #91738
by LeFunk
Replied by LeFunk on topic Re: Last post First?
How I did it:
1. open file view.php
(it's in /components/com_kunena/funcs)
2. find line
$this->ordering = $this->config->default_sort == 'asc' ? 'ASC' : 'DESC';
change it to
$this->ordering = $this->config->default_sort == 'desc' ? 'ASC' : 'DESC';
(it should be line 331)
3. save and upload the modified view.php
1. open file view.php
(it's in /components/com_kunena/funcs)
2. find line
$this->ordering = $this->config->default_sort == 'asc' ? 'ASC' : 'DESC';
change it to
$this->ordering = $this->config->default_sort == 'desc' ? 'ASC' : 'DESC';
(it should be line 331)
3. save and upload the modified view.php
Please Log in or Create an account to join the conversation.
- destructor
-
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
15 years 2 weeks ago #93388
by destructor
Replied by destructor on topic RECENT POST - ORDER
Hello.
Is there a way within the threads to present the MOST RECENT post at the top of the thread?
Mine all show up at the end of the thread.
Thanks!
Is there a way within the threads to present the MOST RECENT post at the top of the thread?
Mine all show up at the end of the thread.
Thanks!
Please Log in or Create an account to join the conversation.
Time to create page: 0.356 seconds