Closed (duplicate)
Project:
Talk
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2009 at 00:12 UTC
Updated:
30 Sep 2009 at 09:08 UTC
Is it possible to fix the links to the comments via the Recent Comments block or View block so they point directly to the comment - currently with Talk installed, the comment links have the following path:
/node/28/talk#comment-1
The Recent Comments block continues to display the link as:
/node/28#comment-1
How can I get /talk in there before the # so the links go directly to the comment?
This seems like a pretty essential usability fix.
-backdrifting
Comments
Comment #1
gregglesI think the solution is two fold:
1. #389142: Views integration for comment links
2. Redo the "recent comments" block as a view of recent comments and use that to do it
Comment #2
ambientdrup commentedYes, this makes sense but any hints on how to do the rewrite of the link in Views? How can I get it to add the /talk in the URL?
/node/28/talk#comment-1
=backdrifting