Hello,

I am using the advanced forum module. When a forum-node has a lot of comments, it is split into several pages. Unfortunately, the link from the "recent forum activity" block looks for "node=1234#xyz" instead of "node=1234?page=2#xyz". So there is no "#xyz" inside the node and you have to scroll down to the pager.

Therefore I want to move the pager to the top, but don't know which template to modify.

Does anyone have an idea?

Regards,

Tim

Comments

michelle’s picture

It's not that simple. See http://drupal.org/node/240176

Michelle

--------------------------------------
See my Drupal articles and tutorials or come check out life in the Coulee Region.

abhigupta’s picture

This is just a general usability issue ... when then comments are paged and ordered by oldest to newest, the link page-title#comment-id doesn't work as the newest comment is on second page ... but only the first page is shown.

Anyone knows how to fix this issue?