I'm still running Drupal 5.* with views.

Right now I succeeded in creating a block with a list of the latest comments in the forums, but I'm able only to show the link to the topic, not to the latest comment.

any help will be greatly appreciated.

If I can't do that, could I do it with newer version of drupal (6)?

Comments

ThePeach’s picture

bump

mooffie’s picture

but I'm able only to show the link to the topic

You say the links are of the form "node/NUMBER" ?

Aren't they of the form "node/NUMBER#comment-NUMBER" ?

ThePeach’s picture

they are
apart from this issue what I need is a "list of latest comments", not "threads with recently added comments". If you're showing comments oldest first, this will be very helpful in particular with multipaged threads.

any workaround?