Brian Levine wrote: > I have disabled comments for my blog on the roller admin page. > There's only one blog (mine). But comments still shows up in the "Feeds" > section. I'd really like it to not be there, especially because it throws > an error when I click on the link. Here's the error:
First, the #showAtomFeedsList() and #showRSSFeedsList() should not show comment links if comments are disabled for a blog. Second, the #showAutodiscoveryLinks() should do the same thing. You can work around those problems by not using those macros and displaying your feed list in some other way (e.g. copy the code from the macro file in weblogs.vm and modify to not show the comments feed list). There might be a third bug. I'm not sure how your theme is forming links to the comment feeds. Are there any error messages in the Roller or Tomcat log files when that 404 error is returned? Can you send a copy of your weblog template, the one that displays the feed list with the undesired comment link? - Dave
