Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add a filter plugin that combines category and tag #315

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sat-hub
Copy link

@sat-hub sat-hub commented Sep 17, 2024

Hello TYPO3GmbH,

this is a new plugin that I created for some project, it combines one Category and one Tag (both optional) into a filter object (interface PostFilter) that is used as query constraints to fetch all matching blogs and listing them.
I created a generic controller action that could handle other kinds of PostFilter implementations, too, the CategoryTag filter being its first implementation.

Fluid template is close to existing layouts and reusing available classes where possible. It renders both categories/tags as horizontal lists, with the current selected one(s) having an "active" class added.

I propose to add this plugin to a 12.1.0 minor feature version. Feel free to ask for things you want to have changed, I'd really like to have this feature added to the official blog extension and not just any other fork!

Kind regards,

Sascha Ternes
Die Medialen GmbH

More filters are possible via filter interface.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant