I've tried looking everywhere for this but no luck. i'm assuming it needs to be a hook in the template.php file but what i don't know

so here is what i'm looking for, i've disabled the subject field for all comments from the administrator side and in all my content types, but everytime a new comment is written the title gets generated from the body of the content (first few words) automatically anyways... what actually would like to do is to replace the comment subject ($title) with the comment number in the post... for an example that is being used on this site see the link below and check out the comments, instead of bunch of words as subject it is showing the comment number #1, #2, #3.....

http://drupal.org/node/157176

how can i do this in D6? please help

Comments

scoutbaker’s picture

What you are seeing is part of the Project module. I don't know of any module that currently does that for normal comments. I'm not sure how Project does it, but the source might provide you with some hints if you are looking to code something yourself.

"Nice to meet you Rose...run for your life." - The Doctor

bambam-1’s picture

i looked into the core of the project module, the formation is embedded into the core of the project, but basically what it does is, makes it own version of the comment system called project_comments with it's own database table and query

but is it not possible to write a hook to do that? i don't know programming to have a clue

ddto’s picture