Open stimpsonjcat opened 1 year ago
what you should be doing is to createa menu item for the tags
You can adjust the filter by setting the elements in the dropdown (either changing the form field in your override or having it directly in your new XML if you do a full new type):
limits="4,8,20,40,120,..."
Parameters you could use:
@brianteeman I can create a menu item with a list go tagged items, which requirers me to select specific tags. Beside, the list limit settings here is also a dropdown with preconfigured counts.
@bembelimen This requires an override. I would rather see it as a core feature. Is there a reason the setting is a preconfigured drop down?
Steps to reproduce the issue
Default List Limit in the System Settings has a drop down menu with fixed numbers in steps of 5. It would be beter to have a textbox, like the Article Settings, where you can set any number of article count. Components that rely on the Default List Limit, like the list of articles with a certain tag (com-tags / view tag), can't be set to the same article count as the blog or list view of articles.
Expected result
If I create a template with a blog-like view of tagged articles, I want it to look exactly like the blog view of articles.
Actual result
If you've set the articles blog view count to 12, the tag view is either 15 or 10. Compare: https://www.ugenda.nl/interviews With: https://www.ugenda.nl/component/tags/tag/de-muzikale-inspiratie-van
System information (as much as possible)
Joomla 4.3.2
Additional comments
If you have created a template with a blog view in 4 columns for both articles and for com-tags with view tag, the tag view article count can't be set to a number that is a multiple of 4 (except if you set the count to 20 or 100.)