--- disqus.module +++ (disqus.module) @@ -100,10 +100,11 @@ if (!$a3 && $a4 && isset($node->disqus)) { if (user_access('view disqus comments') && variable_get('disqus_location', 'content_area') == 'content_area') { // Inject the comments into the node content area. - $node->content['disqus'] = array( - '#value' => theme('disqus_comments', $node->disqus), - '#weight' => variable_get('disqus_weight', 50), - ); + // $node->content['disqus'] = array( + // '#value' => theme('disqus_comments', $node->disqus), + // '#weight' => variable_get('disqus_weight', 50), + // ); + $node->disqus_comments = theme('disqus_comments', $node->disqus); } } break;