inspiredminds / contao-author-news
Contao extension to provide an author filter for the news list.
Package info
github.com/inspiredminds/contao-author-news
Type:contao-module
pkg:composer/inspiredminds/contao-author-news
Fund package maintenance!
1.0.4
2021-09-05 22:41 UTC
Requires
- php: ^5.4 || ^7.1 || ^8.0
- contao-community-alliance/composer-plugin: ^2.4 || ^3.0
- contao/core-bundle: ^3.5 || ^4.4
- contao/news-bundle: ^3.5 || ^4.4
README
Contao Author News
Contao extension to provide an author filter for the news list.
Usage
Simply create a newslist module and enable the author filter. You will then be able to select a default author, by which the news items will be filtered. This filter can be overriden via an author GET parameter. e.g. by using ?author=… or \Input::setGet('author', …).
This extension is also compatible with the news_categories extension. So you can filter by a category and and an author, if you wish to.