Loading...
 
Skip to main content

Articles plugin ignores skip if pagination is active

Status
Open
Subject
Articles plugin ignores skip if pagination is active
Version
18.x
Category
  • Conflict of two features (each works well independently)
  • Consistency
Feature
Article
Resolution status
New
Submitted by
hman
Lastmod by
hman
Rating
(0)
Description

If you have an article listing on your front page, and you create a "breakout" page with older articles, you want to skip those that have already been presented on the front page. In order to achieve this, you can instruct the plugin to skip a number of articles (or a period). But this does not work together with pagination...

Copy to clipboard
{articles max="6" topicId="2" largefirstimage="y" actions="n" title="News" quiet periodQuantity=3 start=5 periodUnit="week" more=y}


would be the code to display articles older than 5 weeks. And this works. But displays only 6 articles (as instructed). Once you add

Copy to clipboard
usePagination="y"


The articles plugin no longer skips older news, but starts with the very same, newest article like to front page does... It does paginate, but it starts at the wrong article...

Importance
6
Easy to solve?
5
Priority
30
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
7843
Created
Sunday 26 September, 2021 20:05:31 UTC
by hman
LastModif
Sunday 26 September, 2021 20:10:16 UTC


Show PHP error messages