Problem/Motivation

Authcache Comment provides an assembly returning the number of new comments for every node displayed on a page (e.g. front page, taxonomy term listing, forum overview). The returned partial fragments need post-processing though, and therefore it would be much cleaner to simply populate a setting instead of rendering an invisible span from a fragment handler.

Also authcache_forum.js seems to overwrite Drupal.behaviors.authcacheComment. This is not acceptable because that makes it impossible to present node teasers (e.g. in blocks) alongside with a forum topics overview on the same page.

Proposed resolution

Remaining tasks

User interface changes

API changes

Comments

znerol’s picture

Status: Active » Needs review
StatusFileSize
new31.35 KB
znerol’s picture

Actually test replacement markup, also polish the forum JS a bit.

  • znerol committed e50a01a on 7.x-2.x
    Issue #2355955 by znerol: Use a setting instead of an assembly for...
znerol’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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