Hi

I want to change the order of comments, for example, to take the fifth comment and make it the second comment.

I tried to play with the date of the comment but it does not move.

How can I do that?

Thanks

Comments

WorldFallz’s picture

Comments have a field that indicates the 'parent'-- it's not controlled by date. Try the http://drupal.org/project/comment_mover module.

e2’s picture

Thanks

Where is this field?
didn't find it comment settings.

WorldFallz’s picture

Sorry I should have been more clear-- it's a field in the comments table of the db ('pid').

e2’s picture

thanks alot