Need help again guys, Is there any way to display the exposed filters in a block and in a page without delete the filters of the page? I am using Exposed Form Filter at YES, the block with the filters is created but when i go to the page of the view, i cannot see the exposed filter.
i have for example page.tpl with the exposed block on it. But in templates/custom-page.tpl (where are the original exposed filters) cannot see them after enable Exposed Form Filter. What i want is that the exposed filters show up in both page and block.
I googled it but i couldn't find the solution yet. I would be gratefull if you can help me. Thanks!!! I am using Drupal 7.
You could set the exposed form not to be in a block (so it appears on the page). Then you could make your own block which has the exposed form in it (using the views functions to get the exposed form).
To get the exposed form check these links.
Drupal 7 Views 3: How to programmatically embed a Views exposed filter
OR.
You could expose the filters in a block, put this block on the views page and then use multiblock to make another copy of the exposed filter block to put somewhere else. This is probably easier.