I am doing development in MAMP and my theme is Mix and Match.
I am using the video and views modules. I've got 2 fields in my video content type - one meant for anonymous viewers only and the other for authenticated viewers only. I have gone into user management>permissions and set up the following:
view field_premium_video - checked off for authenticated users
view field_video - checked off for anonymous users.
Both are just .flv videos shown using flow player 3.
The anonymous viewing is fine.
The authenticated viewing however, shows both video and premium_video to the authenticated user. Is this just a default or is there any way that I can keep the authenticated user from seeing the video meant for anonymous users?
Thanks