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
Is there a way to put the last comment first, and so on?
-
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?
Hi!
You can edit your entries.tpl file and replace
with
(or was it "ASC"? You might need to try both
)
Best regards,
Garvin
You can edit your entries.tpl file and replace
Code: Select all
{serendipity_printComments entry=$entry.id mode=$entry.viewmode}
Code: Select all
{serendipity_printComments order="DESC" entry=$entry.id mode=$entry.viewmode}
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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
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/
# 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/