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
Comment #1
sanduhrsGood idea.
Commited to 5,6,HEAD.
Thanks.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.