You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating this. It works nicely. How difficult would it be to extend this to offer protected blog postings as well? That would be very useful indeed (for me).
I already have an app that allows a blog author to specify that login is required to view a given post, but it would be great to extend this to limit viewing to a given group.
The text was updated successfully, but these errors were encountered:
Hi Ross, glad you find it useful! Your own tutorials were helpful in getting up to speed with mezzanine.
Hrm. My current approach is to create a new content type by subclassing Page. I could easily do this for BlogPosts, but I think that would create two streams of posts that wouldn't be integrated. I will need to do some digging into the blog views and templates to see what the impact would be.
A cleaner solution might be to extend the model of the BlogPost class directly, but I would prefer to keep my changes out of the mezzanine core for now.
Thanks for creating this. It works nicely. How difficult would it be to extend this to offer protected blog postings as well? That would be very useful indeed (for me).
I already have an app that allows a blog author to specify that login is required to view a given post, but it would be great to extend this to limit viewing to a given group.
The text was updated successfully, but these errors were encountered: