By budesigns on
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
subscribed
subscribed
some have advised that I need
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?
_
See the Views 2 theming handbook page for some great info.