How to fix links in the Recent Comments block and/or View block
backdrifting - September 26, 2009 - 00:12
| Project: | Talk |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
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

#1
I 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
#2
Yes, 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