It's possible this should go in the queue for "Premium", but I'm not sure...

My site has some premium content, but in one of my views I display the "Node: Body" and it ends up displaying the entire contents. I would like some way for it to just show the teaser to non-premium users, and the entire body to premium users.

Comments

alexkb’s picture

Hey dklee,

One way to accomplish what you want might be to use views_customfield. You could use the php field to do a conditional check on the premium value, and return either the body or the teaser values. Does that help?