I added a views exposed filter to block and I want to show the block multiple times on the dashboard page, each can have different choices. I want to do it without adding any other display?
Or Can it be possible to make the id unique for each occurrences of same exposed filter by using custom module?
My Actual Requirement is :
I am using Homebox module for creating a User Dashboard for user. I created a view with block display so user can add it in their Dashboard multiple times with different filter values. I added the Exposed filter of taxonomy terms and I saved the selected filter value of user in my custom table. Now user can add same block with different filter values.
Comments
Comment #1
mdupontComment #2
dawehnerIt seems to be that you could use http://drupal.org/project/multiblock
Comment #3.0
(not verified) commentedClarified Requirement.