Active
Project:
Premium Views Filter
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2010 at 02:38 UTC
Updated:
18 Apr 2010 at 11:42 UTC
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
Comment #1
alexkb commentedHey 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?