On 11/1/07, slowhome <[EMAIL PROTECTED]> wrote: > Is it possible within Roller 3.1 to change the comment order so that the most > recent comment appears at the top and the oldest is at the bottom? I know > this is against convention but the project I'm working on requires it.
It's not possible without some code changes to Roller. You'd probably have to implement a new page model to return comments in the order you want. Are you prepared to make Java code changes? - Dave
