в ms2gallery, выставляя их в ресурсе
{if $_modx->resource.gallery_tags}
<div class="gallery" id="page-gallery">
{'!pdoPage' | snippet : [
'element' => 'ms2Gallery'
'limit' => 2,
'tpl' => '@INLINE
{if $files?}
{foreach $files as $file}<a class="gallery__link" href="{$file.medium}"><img src="{$file.small}" alt="{$file.name}"></a>{/foreach}
{/if}
',
'parents' => 66,
'ajaxTplMore' => '@INLINE <span class="news-more more"><span></span>Показать еще</span>',
'ajaxMode' => 'button',
'ajaxElemRows' => '#page-gallery .rows',
'ajaxElemWrapper' => '#page-gallery',
'ajaxElemPagination' => '#page-gallery .pagination',
'ajaxElemLink' => '#page-gallery .pagination a',
'ajaxElemMore' => '#page-gallery .more',
'ajax' => 1,
'includeTVs' => 'gallery_tags',
'where' => '{"gallery_tags:LIKE":"%' $_modx->resource.gallery_tags '%"}'
]}
{'page.nav' | placeholder}
</div>
{/if}
Через пдоресурс подгружает
а через пдопейдж нет
'element' => 'ms2GalleryResources' попробуй
Обсуждают сегодня