Hi, I've a content called Announcements and I've views set it up as well. now the only issue I've is that when there's no announcement then the whole block is gone. I just wanted to display a text saying "No Announcement" instead. I think the Views Custom Field should do the trick but since I'm not good in php so I still is struggling. Can please anyone help me? my content type is "announcements" and my cck field are, [title], [body], and [field_announcement_date].
following are my views filters:
Node: Published Yes
Node: Type = Announcement
Content: Date - From date Content: Date (field_announcement_date) - From date >= now
and following is my Sort criteria:
Content: Date - From date asc
thanks for the help, much appreciated!