I have a View that is made up of a Default, Page and Block display. The page display uses a taxonomy term ID argument so that when you visit the main page view you're able to click on one of the image gallery tags to then display that specific tagged gallery's images. This is all per the Image gallery documentation in the O'Reilly/Lullabot Drupal book.

Now I've added some additional vocabs to the content that's being filtered into this view. These vocabs contain additional terms I want the user to be able to search on. So I've added 2 exposed filters to allow the site visitor to select a tag from the exposed filter drop down, and then this will also display the results to them on the default display.

The trick here is that I'd like to hide the exposed filter boxes from the main Page display that is showing the initial structural gallery tags. I want to force the user to have to navigate to the gallery via those tags on the page display first. Then when the result is being displayed (via the page's taxonomy term ID argument results) they are then presented with the exposed filter boxes to facet their search even more.

If I hide the exposed filter boxes from the page display it also automatically removes them from the Default display even though I have them set on that default display.

Is this possible to hide them on just the page display without having to do this via CSS for example?

Suggestions?

-Trevor

Comments

ambientdrup’s picture

I have this working by doing a display:none in CSS but that's the optimal solution so if anyone has other suggestions.

Thanks,

Trevor

mustanggb’s picture

Status: Active » Closed (outdated)

Closing this as outdated, feel free to re-open if you're still looking for a solution and waiting for appropriate assistance.