By bdtushar on
Hi
I have added a list field name adult in blog content type. which has two value 1. Adult and 2. Open for all
I have made a view with this adult field filter. and expose this filter. so that user can see adult content when the select any or adult value from the filter field.
This is fine for view page or block. But problem is that, at /node page all blogs are showing.
But I want that in this path (/node) also user can control adult control hidden or open.
If there is any solution plz help.
Comments
=-=
make hidden or open a taxonomy field and use taxonomy access perhaps
if using the core blog module, likely would have made more sense to use a custom content type in lieu of a the blog.module at which point you could have used views to create the blog list.