By johnDC on
Hi everybody,
could you please help me with the following issue:
I plan to display list of items through Views module. I have no problem with configuring the required categories, but except the categories I want to make DAY - WEEK - MONTH - YEAR - ALL version for this view. I don't know to do it:
User click on Category, it displays (let's say default is) WEEK view for selected category, then user clicks on YEAR button/link and I want to keep the previous category settings, only to switch time scale. And vice versa - when user selected YEAR view and then click on some category, I want to keep time scale, only to change the category.
Thank you very much for your suggestions.
Comments
It sounds like you want to
It sounds like you want to used exposed filters for the user inputs and check the "Remember" setting.
You may also want to look at the calendar module.
I'd like to avoid exposed
I'd like to avoid exposed filters at all. I want to show visitors only menus. Clicking to menus should be enough to provide the functionality. Is there any solution?