Active
Project:
Node Comments
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2010 at 05:33 UTC
Updated:
16 Nov 2012 at 13:49 UTC
A new install of Node Comments seems to kill the "Recent Comments" block on my install. I could create a new block using the Featured Content module that displays recent Comments, but this only links to the node, not the comment (to the user, that's pretty cumbersome because seeing the original content requires clicking on the breadcrumb). Showing recent comments this way displays
/content/comment_name
when we should be seeing
/node_name#comment-123
Anyone got a solution for this short of creating a dodgy uncached php script or writing a new module? The ideal solution would be if this worked out-of-the-box in Node Comments...
Comments
Comment #1
armanschwarz commentedThen again, creating a block and putting the php code in there does allow it to be cached, fixing my problem. Here is the block content I used to get the "recent comments" block:
ofcourse I'd prefer some sort of drupal theming function for the lists but I dunno where that is so if someone could let me know that'd be great.
cheers
?>
Comment #2
crea commentedWhy don't you use Views for that ?
Comment #3
crea commentedComment #4
crea commented