When I use social share in a block and enable block cache the share links collect incorrect nodes

Comments

eiland’s picture

Same thing in 6.x-1.9, solved with http://drupal.org/project/blockcache_alter

willvincent’s picture

Status: Active » Fixed

Block code has been updated to set caching to BLOCK_NO_CACHE for 6.x and DRUPAL_NO_CACHE for 7.x

Changes pushed to 6.x-1.x, 7.x-1.x, and 7.x-2.x branches.

willvincent’s picture

Status: Fixed » Closed (fixed)

Included in 6.x-1.10 and 7.x-1.11 releases.

  • Commit 5c69edf on 7.x-2.x, 8.x-1.x by willvincent:
    Issue #1359196 by willvincent: added DRUPAL_NO_CACHE cache setting to...
  • Commit c7244fb on 7.x-2.x, 8.x-1.x by willvincent:
    Issue #1359196 by willvincent: added DRUPAL_NO_CACHE cache setting to...