I think it would be a useful feature to limit the number of blog reactions per node. IMHO only some small changes are necessary. Right now I've added the limit manually to blog_reactions_get_items().

$result = db_query("SELECT * FROM {blog_reactions} WHERE nid=%d ORDER BY published DESC LIMIT 10", $nid);

Comments

sanduhrs’s picture

Assigned: Unassigned » sanduhrs
Status: Active » Fixed

Good idea.
Commited to 5,6,HEAD.
Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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