Pagination not working

Search
Other Bug Reports questions
Forum

Pagination not working

Ton van Loon's Avatar Ton van Loon
Issue:
- Pagination doesn't seem to work.
- Fiddling with the pagination settings in the Plugin's setup has no effect on the result.
- in both cases no pagination is applied

Environment:
Joomla v4.0.4
Articles Anywhere 11.1.4PRO-dev2175065

Online example:
www.splintervanloon.nl/index.php/tst/reg-lijst-per-page

Code used:
{articles category:id="52" include-child-categories="true" limit="false" per-page="5"  one-per-category="true" ordering="category:title ASC" separator=" "}
<a class="category-tag-style" href="index.php/voorstellingen/archief/regisseurs?view=category&id=[category:id]">[category:title characters="15" ]</a> 
{/articles}
Peter van Westen's Avatar Peter van Westen ADMIN
Do you have the 'Enable Pagination' option switched on in the Articles Anywhere system plugin settings?
If not, and you want to use it on a specific tag, you need to overrule the global setting with pagination="true".
Please post a rating at the Joomla! Extensions Directory
Peter van Westen's Avatar Peter van Westen ADMIN
Please try the latest development version from:
regularlabs.com/development-releases
# Fixes issue with per-page attribute not forcing pagination to be on
Please post a rating at the Joomla! Extensions Directory
Ton van Loon's Avatar Ton van Loon
In Articles Anywhere v11.1.4-dev2176041 [PRO] (Plugin Behaviour setting: Enable pagination = "NO")

Pagination works with this syntax:
pagination="true" per-page="5"
Pagination works with this syntax:
limit="10" per-page="5"

HOWEVER:
There still seems to bee an issue with the limit="false" attribute, because:

Pagination does not work with this syntax (RE:syntax from documentation**):
limit="false" per-page="5"
** docs4.regularlabs.com/articlesanywhere/p...on-in-individual-tag

Pagination does not work with this syntax:
pagination="true" limit="false" per-page="5"
Peter van Westen's Avatar Peter van Westen ADMIN
Thanks, fixed...
regularlabs.com/development-releases
Please post a rating at the Joomla! Extensions Directory
You can only post on this forum if you log in