Drupal : Custom views filter
- by Joseph
Hi,
First thing I would say is that I am a Drupal newbie. So, I would appreciate your answer in a detailed step by step process.
I am using Drupal 6 and location module. There are two main content types - user profile (using content profile module) and event content type. Both have one field for location.
Now, lets suppose in his profile, user is selecting city as Toronto and province as Ontario. And some events have been added for Toronto city. I need one Views, which will display events from user city. So, if user is from Vancouver, and they click on "my city events", they will see list of events from their city. Someone told me that I can achieve this using arguments/ relationships, but I don't know how to do that.
Can someone please help me out? I am not good at PHP either :(