I guess this should be easy, but...

I have a view that shows several fields, and I want the ones containing no content to not display.
Normally, this happens by default, but since I am rewriting the output of the fields, they now all contain content.

How can I suppress the ones where the user has not entered any content?

Comments

shrop’s picture

subscribed

budesigns’s picture

some have advised that I need to do something in the theming.
Like a lil PHP to test for null...
Where might I put that, though?

WorldFallz’s picture

See the Views 2 theming handbook page for some great info.