The top button is not linking to anything when node comments are styled as forum replies. The top button works just fine on forum topics.

Comments

troky’s picture

Category: bug » support
Status: Active » Fixed

That's because non-forum node doesn't have #forum-topic-top anchor. You should add it in your node template manually.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Stado’s picture

but HOW do you do that please?
what code and where to insert?
many thanks

troky’s picture

You should edit non-forum node template (node.tpl.php for example) file and put

<a id="forum-topic-top"></a>

in first <div> ...

Stado’s picture

worked perfectly. many thanks!