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

mdupont’s picture

Project: Drupal core » Views (for Drupal 7)
Version: 6.26 » 6.x-2.x-dev
Component: views.module » Code
Status: Needs work » Active
dawehner’s picture

Status: Active » Fixed

It seems to be that you could use http://drupal.org/project/multiblock

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Clarified Requirement.