I am trying to find the best way to display node comments in a new tab. I've found two conversations that could relate to this:

http://drupal.org/node/24804
http://drupal.org/node/122240

The first was from 2005 and I tried to implement the patches, but don't know if they were actually written for Drupal 5. The second I have not tried to implement, only because I don't think it's quite what I need.

If anyone can help me (a relatively new user) figure this out, I'd really appreciate it.

Thanks!

Andrew

Comments

vm’s picture

Get rid of the pacthes and follow this part of the second thread:

http://drupal.org/node/122240#comment-252946

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

drewsterumd’s picture

Thanks. I was able to use this code to remove the comments section from the main page (the first step), but I don't know how to create a new tab at the top of the node and then have the comments appear when you click it...

Thoughts?