Thank You for a great module :-)

I found one problem. When I'm on the tracker page, I click on the "new comment" link and the click takes me to the "VIEW" page - not the "TALK" page.

When I clik on the "Talk" link - there is no "new" comments".

How to help it?

Comments

ximo’s picture

Somewhat the same issue (I think)... When you click on a comment title on admin/content/comment/list/approval to read it before approving, you're sent to node/XXX#comment-X, which won't show you the comment. Instead one should be sent to node/XXX/talk#comment-X.

hari737’s picture

Somewhat the same issue (I think)... When you click on a comment title on admin/content/comment/list/approval to read it before approving, you're sent to node/XXX#comment-X, which won't show you the comment. Instead one should be sent to node/XXX/talk#comment-X.

CompShack’s picture

I found one problem. When I'm on the tracker page, I click on the "new comment" link and the click takes me to the "VIEW" page - not the "TALK" page.

When I click on the "Talk" link - there is no "new" comments".

Same problem here, I just tested this on my local test box and it is confirmed. Would this be an easy fix?

Thanks for your time.

avpaderno’s picture

Version: 5.x-1.2 » 5.x-1.3
Status: Active » Postponed (maintainer needs more info)

Is the report still valid for the last version available?

greggles’s picture

Title: Talk and tracker » "new comments" link in tracker goes to node/nid#new instead of nide/nid/talk#new
Version: 5.x-1.3 » 6.x-1.x-dev
Status: Postponed (maintainer needs more info) » Active

Updated title. This is still present. I think one way to fix this is to provide a new field handler for Views that links to the proper place and instruct users to override the default tracker using that field.

There is really not a great way to just "fix" the tracker as it stands :/

greggles’s picture

Status: Active » Closed (duplicate)

I don't think we can actually do anything about this. Marking as a duplicate of #389142: Views integration for comment links which provides a proper views handler.