PHPackages                             t3brightside/pagelist - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. t3brightside/pagelist

ActiveTypo3-cms-extension

t3brightside/pagelist
=====================

TYPO3 CMS extension to create news, events, vacancies and products or just page lists. Demo: microtemplate.t3brightside.com

5.1.1(5mo ago)1119.6k—8.3%1[3 issues](https://github.com/t3brightside/pagelist/issues)1GPL-2.0-or-laterPHP

Since Apr 10Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/t3brightside/pagelist)[ Packagist](https://packagist.org/packages/t3brightside/pagelist)[ Docs](https://t3brightside.com)[ GitHub Sponsors](https://github.com/t3brightside)[ RSS](/packages/t3brightside-pagelist/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (43)Used By (1)

Pagelist
========

[](#pagelist)

[![License](https://camo.githubusercontent.com/62b400aaf3d057c0273778a1e9be838248d1c5e919f9292c4154723862fb7d01/68747470733a2f2f706f7365722e707567782e6f72672f7433627269676874736964652f706167656c6973742f6c6963656e7365)](LICENSE.txt)[![Packagist](https://camo.githubusercontent.com/7d634ce34b0c0e64d927efab8c6e71ddd6cda1a84558745ab500d5fa45a1eb00/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7433627269676874736964652f706167656c6973742e7376673f7374796c653d666c6174)](https://packagist.org/packages/t3brightside/pagelist)[![Downloads](https://camo.githubusercontent.com/e733181f569875c03ce0e9f979c45b49e2a3257791b313128a1955174348639f/68747470733a2f2f706f7365722e707567782e6f72672f7433627269676874736964652f706167656c6973742f646f776e6c6f616473)](https://packagist.org/packages/t3brightside/pagelist)[![Brightside](https://camo.githubusercontent.com/2a3445eb9de63fc7d8651eee6dea87d4bc1d9e9d006b56b51d394a3cda7c12d9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f62792d7433627269676874736964652e636f6d2d6f72616e67652e7376673f7374796c653d666c6174)](https://t3brightside.com)

**TYPO3 CMS extension to create page lists and add custom page types.**Page lists from selected page records or subpages. **[Demo](https://microtemplate.t3brightside.com/)**

Breaking Changes
----------------

[](#breaking-changes)

- **v3.0.0** see the [ChangeLog](ChangeLog)

Features
--------

[](#features)

- Custom page types for articles, events, products and vacancies
- List of sub pages with recursive option
- List of selected pages
- Exclude pages from lists
- Basic category and author filtering
- Set start from, limit and sort options
- Image enable/disable and cropping
- Inline content editing from page properties for list module only article creation
- Shortcut to documents, other pages or external urls
- Pagination with [paginatedprocessors](https://github.com/t3brightside/paginatedprocessors)
- Connection to [personnel](https://github.com/t3brightside/personnel) for authors and contact persons
- Base templates and CSS for cards and lists
- Easy to add custom templates
- Example vCal support for event pages

System requirements
-------------------

[](#system-requirements)

- TYPO3
- fluid\_styled\_content
- paginatedprocessors

Conflicts with
--------------

[](#conflicts-with)

- t3g/blog

Installation
------------

[](#installation)

- `composer req t3brightside/pagelist` or from TYPO3 extension repository **[pagelist](https://extensions.typo3.org/extension/pagelist/)**
- Include static template
- Include static template for Paginatedprocessors
- Enable page types for news, events, and products in extension configuration
- Recommended for author records **[t3brightside/personnel](https://extensions.typo3.org/extension/personnel/)**

Usage
-----

[](#usage)

Add as any other content element. Select desired pages, template and options in content element settings.

### Add custom template

[](#add-custom-template)

**TypoScript**Check the constant editor.

**PageTS**

```
TCEFORM.tt_content.tx_pagelist_template.addItems {
  minilist = Mini list
}

```

**Fluid**Add new section with IF condition to determine template name 'minilist' to: *Resources/Private/Templates/Pagelist.html*

```

```

Create new partial: *Resources/Private/Partials/Minilist.html*

### routeEnhancers

[](#routeenhancers)

For the pagination routing check [t3brightside/paginatedprocessors](https://github.com/t3brightside/paginatedprocessors#readme)

```
  /* only TYPO3 10.4 and below */
  routeEnhancers:
    Pagelist:
      type: Plugin
      routePath: '/page/{@widget_0/currentPage}'
      namespace: 'tx_pagelist_pagelist'
      aspects:
        '@widget_0/currentPage':
          type: StaticRangeMapper
          start: '1'
          end: '999'
```

Known issues
------------

[](#known-issues)

Doesn't fully comply with the language modes. Does not respect '\[FE\]\[hidePagesIfNotTranslatedByDefault\] = true' as 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor' does not fully respect language modes while selecting pages yet.

Sys categories have to be saved somewhere in the same page root to show categories in page templates with the {page.categories}

Sources
-------

[](#sources)

- [GitHub](https://github.com/t3brightside/pagelist)
- [Packagist](https://packagist.org/packages/t3brightside/pagelist)
- [TER](https://extensions.typo3.org/extension/pagelist/)

Development &amp; maintenance
-----------------------------

[](#development--maintenance)

[Brightside OÜ – TYPO3 development and hosting specialised web agency](https://t3brightside.com/)

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance67

Regular maintenance activity

Popularity34

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~68 days

Recently: every ~120 days

Total

42

Last Release

160d ago

Major Versions

1.1.0 → 2.0.02018-08-30

2.5.0 → 3.0.02021-11-09

3.8.1 → 4.0.02024-06-29

4.1.2 → 5.0.02025-12-05

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/771791?v=4)[Tanel Põld](/maintainers/t3brightside)[@t3brightside](https://github.com/t3brightside)

---

Top Contributors

[![t3brightside](https://avatars.githubusercontent.com/u/771791?v=4)](https://github.com/t3brightside "t3brightside (390 commits)")

---

Tags

blogeventsnewsproductstypo3typo3-extensionvacancieseventsextension newsproductstypo3teaservacanciespageteaser

### Embed Badge

![Health badge](/badges/t3brightside-pagelist/health.svg)

```
[![Health](https://phpackages.com/badges/t3brightside-pagelist/health.svg)](https://phpackages.com/packages/t3brightside-pagelist)
```

###  Alternatives

[georgringer/news

News system - Versatile news system based on Extbase &amp; Fluid and using the latest technologies provided by TYPO3 CMS.

2815.1M90](/packages/georgringer-news)[georgringer/eventnews

Extend EXT:news with event and calendar functionality

31588.7k4](/packages/georgringer-eventnews)[rupertgermann/tt_news

Website news with front page teasers and article handling inside.

2054.8k](/packages/rupertgermann-tt-news)[dwenzel/t3events

Versatile events extension for the TYPO3 CMS

1112.9k3](/packages/dwenzel-t3events)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
