Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

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. Can it possible without adding any other display?

Or Can it be possible to change the make the id unique for each occurrences of same exposed filter?

My Actual Need is :

I am using Homebox module for creating a Dashboard for user. I created a view with block display so user can add it in their Dashboard multiple times. I added the Exposed filter of taxonomy terms and I entered the choices of user in my custom table. Now user can add same block with different choices. My questions is how to manage different choices with blocks,because exposed filter have same form id on each occurrences.

share|improve this question
Hi ; I don't quite understand well. Can we say you need to filter several views by one unique exposed filter ? – Gregory Kapustin Dec 11 '12 at 22:18
No, I need to same view multiple times on a page having exposed filter. I added remember last choice in views expose filter. If I added it multiple times on my dashboard page, and select any choices then it changes in all block of same type. But I don't want to change in all block. – Sumit Madan Dec 12 '12 at 4:10

1 Answer

While adding a filter there is a dropdown at the top as 'For', by default 'All displays' are selected, by selecting the specific block that particular filter will be displayed on selected block only. Please try and let me know if it worked.

share|improve this answer
I didn't found any option? – Sumit Madan Dec 13 '12 at 7:35
And also I am using only one display. So there is no need of that option as you said. – Sumit Madan Dec 13 '12 at 7:40
you are right, if the same block is being duplicated on the homebox. I am unsure about this doing using the frontend configurations. May be some php patches could do this for you based on the specific form ID. – AnAnD Dec 13 '12 at 8:46
Yeah but I didn't found any patches for it and I am not so expert to create a patch for views. – Sumit Madan Dec 13 '12 at 8:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.