If you visit a node page for a node that is not published, the comment box appears with a "Warning: http://www.mysite.com/node/1234 is unreachable." message.

Comments

Sneakyvv’s picture

Status: Active » Needs review
StatusFileSize
new1.89 KB

patch attached

just put
if ($node->status)
around the current code

Sneakyvv’s picture

Issue summary: View changes

correct error message

Sneakyvv’s picture

Issue summary: View changes

no site info :)

  • wmostrey committed 45d9ad6 on 7.x-1.x authored by Sneakyvv
    Issue #1851690 by Sneakyvv: Don't show facebook comments on unpublished...
wmostrey’s picture

Version: 7.x-1.0-beta2 » 7.x-1.x-dev
Issue summary: View changes
Status: Needs review » Fixed

I made this into a new configuration option: "Show comments on unpublished nodes".

Committed, thanks!

Status: Fixed » Closed (fixed)

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