We use cookies pour enhance your web experience and collect traffic statistics. By continuing on this website you accept our privacy policy.

Learn more

xRS MODX extra

xRS search & pdoPage (default ajax mode)

Logo ResourceSpace Logo Wordpress Logo Prestashop Logo Joomla

Search results and paging

xRS snippet can be used with the pdoPage snippet included in pdoTools extra for MODX.

All ajax display modes are available and it is possible to select the number of photos per page.

Note: first call could be slow because image files and data are not yet cached.

Default ajax mode Example

Query is send to photoarchives.jpdn.net to search photos with the IPTC keyword 'Japan'.

<div id="pdopage" style="min-height:500px;">
    <span class="badge badge-secondary float-right">Total: [[+xrs.total]]</span>
    <div class="rows row">
        [[!pdoPage?
            &element=`xrs`
            &ajaxMode=`default`
            &limit=`5`
                &action=`search`
                &search=`japan`
                &tpl=`tpl.rsextra.single_1`
                &extend=`1`
                &pOptions=`w=100&h=100`
        ]]
    </div>
    <div class="d-flex justify-content-between">
        [[!+page.nav]]
        [[+xrs.paging_dropdown]]    
    </div>
</div>

Result

Total: 2001
Image ID: 2564
Image ID: 712
Image ID: 710
Image ID: 236
Image ID: 2302