Subscribers only blog posts #104416
No reviewers
Labels
No Label
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Content
Type
Design
Type
Report
Type
To Do
Type
Web Development
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio#104416
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "post-is-subscribers-only"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
is_subscribers_only
column to Blog posts.Posts with
is_subscribers_only == True
will/blog/
(is_subscribers_only
is directly accessible in the templates);The "everyone's" posts have a "Free" badge at
/blog/
similar to the/characters/
list.This can be easily changed (e.g. inverted to a "Subscription-only content" badge) because the flag is accessible in the templates, but I decided against coming up with how that would look like and instead copied the only existing visual option.
When logged in, but without active subscription:
When not logged in:
Blog post list shows "Free" badge on posts that don't have
is_subscribers_only
flag set toTrue
(copied from Characters page):WIP: Subscribers only blog poststo Subscribers only blog postsLooking great. Thank you!