Project

General

Profile

Actions

Bug #78342

closed

ViewHelper f:count and f:widget.paginate

Added by Anonymous about 8 years ago. Updated about 8 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2016-10-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

How do the following ViewHelper work in the new version TYPO3 8.4.0?

1

{objects -> f:count()}

my output is always 1 or 0

2

<f:widget.paginate objects="{blogs}" as="paginatedBlogs" configuration="{itemsPerPage: 5, insertAbove: 1, insertBelow: 0, maximumNumberOfLinks: 10}">
use {paginatedBlogs} as you used {blogs} before, most certainly inside
a <f:for> loop.
</f:widget.paginate>

my output is only the first page

Actions

Also available in: Atom PDF