Is there a way to put the last comment first, and so on?

Having trouble installing serendipity?
Post Reply
woochild
Posts: 2
Joined: Tue Aug 08, 2006 12:24 am

Is there a way to put the last comment first, and so on?

Post by woochild »

as it is now, the comments go 1,2,3,4...


I want the comments to go in reverse, and each new comment added to the top instead of the bottom. I appologize if this has been asked before, but i've spent a good while looking for it before posting. if anyone can help, i'd appreciate it.



easy
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Is there a way to put the last comment first, and so on?

Post by garvinhicking »

Hi!

You can edit your entries.tpl file and replace

Code: Select all

{serendipity_printComments entry=$entry.id mode=$entry.viewmode}
with

Code: Select all

{serendipity_printComments order="DESC" entry=$entry.id mode=$entry.viewmode}
(or was it "ASC"? You might need to try both ;) )

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
woochild
Posts: 2
Joined: Tue Aug 08, 2006 12:24 am

Post by woochild »

it didn't work


i actually found that fix while searching in the forum.


is there any reason why it wouldn't work?


I have the newest version and it seems to be functioning correctly.
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Did you try both "ASC" and "DESC"? Did you refresh your browser to clear the cache?
Judebert
---
Website | Wishlist | PayPal
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Also you would need to be in "linear" viewmode [which you can also pinpoint via the smarty function call] to make ordering work that way!

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply