By dageshi on
o.k so I think I must be missing something obvious here.
I've got a view exposed as a page, I've enabled "Exposed Form in Block" so I can put the view filters form on my frontpage.
All great so far, choose your filters on the front page, hit apply, you get taken to the view page with the results.
Perfect. But I'd like to expose the same set of filters on that results page as well. So the user can tweak the filters and search again without having to go back to the front page, seemingly this isn't possible though?
As soon as I turn "Exposed Form in Block" on the filters disappear from the view page.
Anyone have any ideas? What am I missing?
Comments
put the block the "exposed
put the block the "exposed form in block" gives you into the page with your results.
Bearing in mind the page is
Bearing in mind the page is being generated by views and the site in question uses a single column (no sidebars) how would I go about that? Embed it with php into the header?
Are you using Views 2? Move
Are you using Views 2? Move on to Views 3. It has some more control over this.
What's new and changing in PHP 8.4
I am at the moment, I will do
I am at the moment, I will do some investigating, thanks for your suggestion.