0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 02:19:55 +08:00
discourse/plugins/discourse-adplugin/app/models/ad_plugin
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
..
ad_impression.rb DEV: Always pass --force to annotaterb and reorder annotations (#39977) 2026-05-13 14:12:48 +01:00
house_ad.rb DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
house_ad_route.rb Feature page routes for house ads (#36932) 2026-01-12 11:25:46 -06:00
house_ad_setting.rb FIX: Render house ads correctly in nested replies view (#40198) 2026-05-20 18:00:17 -03:00