Hey
I'm looking to create a event listing similar to the one at http://www.elderweb.com/demo/event/views

I'm running drupal 5.7 using the event and views modules, and i cant for the life of me figure out how to change the settings to make the events list on a single page like that. What am i missing?

Comments

Lonman777’s picture

Were you able to revolve your view to the list you wanted?

akahn’s picture

Go to admin/build/views, find the line for a View called event_select, and click the "add" link. Then you should be able to navigate to the path event/select. You will likely want to customize the arguments that the View takes and the fields that it outputs. Does that help?

Lonman777’s picture

I see lots of options and have changed several but can't seem to get the list to appear as such. Any other suggestions? Do you have a similar set up on a site where the options can be viewed so I can match them?

akahn’s picture

Lonman777, you're going to have to be more specific about what you want the View to do for me to give you more advice. You want to have a field for year, node title, start date (you probably don't have a location). And then you're going to want to remove all of the exposed filters except for the one for the year. Hope that helps.

Lonman777’s picture

I am done and with the results I want. I just didn't configure the option appropriately. Thanks for the replies.