Hi,

We are experiencing a very weird bug with the Drupal 6 version which does not seem to affect the Drupal 7 version. If a user is logged into the site and post a comment to an individual page, the comment only displays with that specific node. That's the expected behavior of this module. But when an anonymous user post a comment, it displays with all nodes of the content type selected to work with the Facebook Comments Box.

I've reviewed both the d6 and d7 modules to find any difference and I have not been able to find anything that really stands out. Here are two links to two separate node pages that contain the same comments that were not actually added to those pages.

Matt

CommentFileSizeAuthor
#1 1976756-remove_comments.patch665 bytesjh3

Comments

jh3’s picture

Assigned: Unassigned » jh3
StatusFileSize
new665 bytes

Hi mcannon,

I think I know what you're experiencing because I believe I am having the same problem.

The module does indeed put the comments box on every content type. This patch should stop that from happening.

jh3’s picture

Assigned: jh3 » Unassigned
jh3’s picture

Actually, I've made a mistake here. I read your title wrong and supplied a patch for code that isn't in this module.

I converted the select field to checkboxes, which requires the patch on my first comment. Please disregard my first comment.