[MokoJoomMembership] [FEATURE] Content drip / scheduled access #35

Open
opened 2026-06-02 19:35:47 +00:00 by jmiller · 1 comment
Owner

Migrated from MokoJoomMembership#75

Summary

Allow plan creators to gate content by subscription age, enabling drip-feed of content over time.

Use Case

  • Online courses: Week 1 content available immediately, Week 2 after 7 days, etc.
  • Membership tiers: basic content day 1, premium after 30 days

Implementation Ideas

  • Custom field on articles: 'days_after_subscription' minimum
  • System plugin checks subscription start date vs article drip setting
  • Admin UI to configure drip schedule per plan
> Migrated from MokoJoomMembership#75 ## Summary Allow plan creators to gate content by subscription age, enabling drip-feed of content over time. ## Use Case - Online courses: Week 1 content available immediately, Week 2 after 7 days, etc. - Membership tiers: basic content day 1, premium after 30 days ## Implementation Ideas - Custom field on articles: 'days_after_subscription' minimum - System plugin checks subscription start date vs article drip setting - Admin UI to configure drip schedule per plan
jmiller added the membership label 2026-06-02 19:52:08 +00:00
Author
Owner

Built: ContentDripService — scheduled access based on subscription age, drip rules in plan params.

Built: ContentDripService — scheduled access based on subscription age, drip rules in plan params.
jmiller added the pending: testing label 2026-06-02 20:35:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCommunity#35