inspiredminds / contao-author-news
Contao extension to provide an author filter for the news list.
Fund package maintenance!
fritzmg
Installs: 185
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 1
Type:contao-module
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.