A
A
Alexander Pupkin2016-03-15 21:00:08
Drupal
Alexander Pupkin, 2016-03-15 21:00:08

Better Exposed Filters! Can anyone help with a filter?

I'll try to express myself clearly =)
All the nodes are displayed on my main page (I included them in views-> Front Page). It turns out something like this structure:

<div class="content-wrap">
    <div class="exposed-filter">
        <!-- тут фильтр -->
    </div>
    <div class="content">
        <div class="view">
             <!-- тут ноды(вьюшки) -->
        </div>
     </div>
</div>

This filter is used "as if" with the current view. And I want to take this filter and transfer it to another region and it still worked with the main page. Well, in order to transfer it to another region, it must be at least in the block created through views.
Well, when you do it in another block, it works only with the current fields of this very block, that is, the nodes of the main page are no longer associated with this filter.
Brrr, I hope I wrote clearly =)
Who solved this problem? Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
archelon, 2016-03-16
@sakrab

In the views settings, find the option "Exposed form in block: No/Yes"
The filter will disappear from the current page and appear where you place the block.
Will work as it is necessary (if I correctly understood the task).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question