I love your module, and I use it on several of my sites: LitMUSE, GRLucas, and HumX. However, on one of my sites BigJelly, I'm using a modified (just CSS) version of the Refresco theme, and the Disqus comments are not showing up. The "Comments" does show up on the teasers, and the block seems to work, but the posts themselves do not have the comment window.

I'm pretty certain it's something with the Refresco theme, since the Disqus module does work when I changes themes. I have tried messing with the templates, but that has gotten me nowhere. I think there might be an issue with the template.php file, but I don't know PHP enough to figure it out. I'm hoping you guys are smarter.

Any help would be appreciated. Thanks.

Comments

robloach’s picture

Did you add the site in your Disqus administration and set the domain in admin/settings/disqus?

Jhary’s picture

Yes.

If you look at the right, I enabled the "Popular Threads" block, and that works. I added a comment to a story when I had another theme selected, and it worked, but when I change the theme back to Refresco (as it is currently), it's broken again. So, I know I have the module and Disqus configured correctly.

Jhary’s picture

OK, I seem to have solved it. In my node.php file, I replaced:

<?php print $node->content['body']['#value']; ?>

with a line I took from a template that works

<?php print $content; ?>

and now the Disqus entry form appears at the bottom of my story pages. I knew as soon as posted a support request, I would figure it out.

Thanks.

robloach’s picture

Title: Disqus Plugin with Modified Refresco Theme » $node->content['body']['#value']....vs....... $content
Project: Disqus » Refresco
Version: 6.x-1.x-dev » 6.x-1.1

This seems like a Refresco issue then, so I'll move it. Thanks!

crashtest_’s picture

Hi jhary,

I will try to take a look into this this week. Thank for catching this.

Pat

crashtest_’s picture

Status: Active » Fixed

Fixed in latest release.

Status: Fixed » Closed (fixed)

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