PHPackages                             b13/newspage - 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. b13/newspage

ActiveTypo3-cms-extension

b13/newspage
============

Adds a new page doktype for news.

3.2.0(1mo ago)518.0k↑37.5%21GPL-2.0-or-laterPHP

Since Apr 13Pushed 1mo ago7 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (28)Used By (1)

Newspage
========

[](#newspage)

This extension provides a new doktype to be used for news that need to have flexible content, e.g. `tt_content` elements.

The new doktype that is registered is `doktype=24`.

Plugins
-------

[](#plugins)

This extension registers 3 Plugins:

- list
    - this plugin shows a list of all news, optionally filtered by a value selected in the plugin, and optionally a frontend filter can be displayed
- recent
- teaser

Filters
-------

[](#filters)

This plugin comes with a couple of filters pre-shipped:

- Category: both as a backend filter and front end filter
- Categories: a front end filter that allows multiple categories to be selected
    - this filter combines the selected categories using an **or** operation
- Date: a front end filter that filters by year and month

### Custom Filters

[](#custom-filters)

If you want to create your own filters, you can register them in your `ext_localconf.php` with the following call

```
