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
Comment #1
robloachDid you add the site in your Disqus administration and set the domain in admin/settings/disqus?
Comment #2
Jhary commentedYes.
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.
Comment #3
Jhary commentedOK, 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.
Comment #4
robloachThis seems like a Refresco issue then, so I'll move it. Thanks!
Comment #5
crashtest_ commentedHi jhary,
I will try to take a look into this this week. Thank for catching this.
Pat
Comment #6
crashtest_ commentedFixed in latest release.