You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
I am also sure I have the shortname correct and have the site in the site id
Any ideas would be greatly appreciated.
The text was updated successfully, but these errors were encountered: