[[+content_image]]
A
A
Alexander2015-03-19 10:42:16
MODX
Alexander, 2015-03-19 10:42:16

tagManager2 not working?

Added tagManager2, filtered everything, and then suddenly the filter disappeared. What could be the problem?
here is what is written

<div id="filters">
    <form action="" method="get">
        
        <input type="hidden" name="sortby" value="pagetitle" />
        <input type="hidden" name="sortdir" value="asc" />
        <input type="hidden" name="limit" value="1" />
 
        [[tmFilters?
        &filterOuterTpl=`tm2_filterOuterTpl_select`
        &filterTpl=`tm2_filterTpl_select`
        &filterNumericOuterTpl=`tm2_filterOuterTpl`
        &filterNumericTpl=`tm2_filterNumericTpl`
    &filtersType=`filters_simple`
        ]]
 
<button type="submit" class="search_b">Найти</button>
<button type="button" class="search_b" onclick="window.location.href = window.location.pathname; return false;">Сбросить</button>
    </form>
</div>

and here is what is output
<div id="filters">
<form method="get" action="http://banknauk.ru/">
    <input type="hidden" value="pagetitle" name="sortby"></input>
    <input type="hidden" value="asc" name="sortdir"></input>
    <input type="hidden" value="1" name="limit"></input>
    <button class="search_b" type="submit"></button>
    <button class="search_b" onclick="window.location.href = window.location.pathname; return false;" type="button"></button>
 
    </form>
</div>

i.e. the snippet is not displayed

Answer the question

In order to leave comments, you need to log in

[[+comments_count]] answer(s)
R
Roman, 2015-03-19
@RGBPlus

Which version?
What's in the logs?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question