discourse/plugins/discourse-adplugin/admin/assets
Rafael dos Santos Silva bb754ac148
FIX: Render house ads correctly in nested replies view (#40198)
Previously, the house ads plugin attached to the `post-article` outlet
on every nested post, so ads landed after randomly-positioned children
in the nested replies tree based on the global `post_number` rather than
the visible feed.

This change suppresses the per-post outlet in nested view and introduces
a new `nested-roots-between` placement with a `house_ads_after_nth_root`
setting, so admins can configure ads to appear between every N root
replies.
2026-05-20 18:00:17 -03:00
..
javascripts FIX: Render house ads correctly in nested replies view (#40198) 2026-05-20 18:00:17 -03:00