I ran into some issues embedding a list of node comments based on a node content in my panel page. The following changes were made which got it working for me:

1.) I removed SQL references to comments.score and comments.users
2.) I updated the arguments passed to the comment theming functions ala: http://api.drupal.org/api/function/theme_comment_thread_expanded.

CommentFileSizeAuthor
panels_comment_content_types_d6.patch1.97 KBpopulist

Comments

merlinofchaos’s picture

Status: Needs review » Fixed

I fixed all of these problems as part of another issue, essentially the same way you did. Thanks for the patch, wish I saw this earlier =)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.