[wp-hackers] Comment RSS-feeds in Thunderbird 0.8

Sebastian Herp newsletter at scytheman.net
Sat Sep 25 15:14:46 UTC 2004


Hello list,

there is a minor problem with RSS-feeds in Thunderbird 0.8. It is 
obviously a bug in Thunderbird, but the work-around wouldn't be for 
nothing :-)

Thunderbird does not display entries having the same urls/links. 
Currently these links are of the form 
"http://www.domain.tld/whatever/path/blabla/#comments". I suggest we 
change that to "http://www.domain.tld/whatever/path/blabla/#comment-123" 
to have a direct link to the comment AND get around this nasty bug ...

Just change the line:
 echo get_permalink($comment->comment_post_ID).'#comments';
to:
 echo 
get_permalink($comment->comment_post_ID).'#comment-'.$comment->comment_ID;

in function comment_link_rss() in template-functions-comment.php.

Greetings,
Sebastian



More information about the hackers mailing list