Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments showing in all posts #48

Open
petedrennan opened this issue Oct 3, 2014 · 0 comments
Open

Comments showing in all posts #48

petedrennan opened this issue Oct 3, 2014 · 0 comments

Comments

@petedrennan
Copy link

I know this has been asked before, but I think from solutions I've seen that my case may be a bit different. I have followed the instructions and am still getting all comments displayed on all posts.

The links to each comment in the disqus moderation site are of the format: http://127.0.0.1:8009/post#comment-1617310015

But, they should be .../post/14/#...
i.e. they should have a post id in there.

I have this:

{% load disqus_tags %}
{% set_disqus_url "127.0.0.1:8009/post/" post.id "/" %}
{% set_disqus_identifier post.id %}
{% disqus_show_comments %}

The resulting javascript looks like:

var disqus_identifier = "12";
var disqus_url = "127.0.0.1:8009/post/12/";

I am also sure I have the shortname correct and have the site in the site id

Any ideas would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant