A
A
Alexander Ivanov2016-11-08 15:24:51
MODX
Alexander Ivanov, 2016-11-08 15:24:51

Why is uri not displayed in the filter (modx revo)?

webdesign-master.ru/blog/modx/2016-05-03-modx-ajax...
additional fields and content are displayed and everything except the link.
The principle is taken from there
. Also, ajax-reset leaves only 1 resource on reset.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ivanov, 2016-11-08
@cimonlebedev

$params = array(
    'parents' => $parents,
    'limit' => $limit,
    'offset' => $offset,
    'tpl' => $tpl,
    'select' => 'id,pagetitle,introtext,content', //здесь
    'includeTVs' => $fields,
    'showHidden' => '1',
    'sortby' => $sortby,
    'sortdir' => $sortdir,
    'where' => $where
);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question