Hello,

Searched everywhere but couldn't find the answer to this: I have a content type "events" representing upcoming events. Once an event is passed, one could post an article (content type article) with text and images of the passed event. Other users could post more articles on a certain event.
I created a view in which all events of the upcoming year are listed. In this list, next to the event title, i added a small logo. When you click on this logo, I would like all articles to be displayed related to this event (assuming this event already happened). In case the event still has to come, clicking the logo shouldn't do anything. Any help to this drupal newbie would be much appreciated.

Thanks

Comments

coreyp_1’s picture

I think the simplest option would be to override the theme output of that view field, and only output the link html if the date is passed.