Hello everyone.
Here is my problem. I have a photo gallery content type in which i store several photos.
One of my fields is a list field(named 'period') with 3 options (2000-2004, 2004-2008, 2008-2012), refers to the period the photos was taken.
Now i want to make a main menu link(ex. path: /photos/2004-2008) which leads to a page
with a view. That view is gonna take the '2004-2008' variable from the url and use it as a filter creteria. This way the view results would be the photos with 'period' field value = 2008 -2012.
Can plz someone help me? I am very confused..
First problem, What is the correct path for the link in main menu?
Second, What is the correct path for my panel page (i use panels module) which contain my view.
Third, how to set properly my view to do this task?