finallycomments icon indicating copy to clipboard operation
finallycomments copied to clipboard

Sorting does not re-order guest comments

Open code-with-sam opened this issue 7 years ago • 1 comments

screen shot 2018-05-07 at 18 20 22

E.g 'Newest First' but is in incorrect order.

code-with-sam avatar May 07 '18 17:05 code-with-sam

No reference is made to when the guest comment is created.

Current posts are sorted via the id attribute. Guest comments will need to increment on the latest id attribute for the current thread and store that data or switch all posts over to date value instead of id.

code-with-sam avatar Jul 01 '18 18:07 code-with-sam