When a user has already read a blog post and if he or she want to press next page link (or 1, or 2, or 3 page) to read following comments it would be a bit inconvenient to start reading the next page from the very beginning. It would be rather UI-friendly to scroll the page straight to the first comment on it.
Any help or module recommendation on this UI request is deeply appreciated. Thank in advance.

Comments

neRok’s picture

Status: Active » Closed (fixed)

Drupal already adds an anchor to new comments, so you can jump to the latest. I think its #new. If you are using a views list of nodes, there is a "node new comments" field you can add, which will create a link to jump straight to the correct node. Drupal should work out which page that comment is on automatically. I suggest having a fiddle (you will need 2 user accounts to test, 1 to post and 1 to read), and search google for more info (youre not the first person that would like to jump straight to the new comment).