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

Doppelte Überschriften in Modulen - Template Änderung nötig #80

Open
Total-Reality opened this issue Nov 13, 2021 · 0 comments
Open

Comments

@Total-Reality
Copy link

Hi,
bei Contao 4.9 tritt bei mir das Phänomen auf, dass beim Modul für die News Tagliste die Überschrift des Moduls doppelt ist.
Der Grund dürfte sein, dass Contao schon vor etlichen Jahren die Modul-Templates geändert hat.
Dort sollten keine umschließenden DIVs und Überschriften mehr stehen.
https://github.com/contao/news-bundle/blob/4.x/src/Resources/contao/templates/modules/mod_newslist.html5

Das war sogar schon bei Contao 3.5 so. Siehe hier:
https://github.com/contao/core/blob/3.5/system/modules/news/templates/modules/mod_newslist.html5

Daher wäre es super, wenn du deine mod_ Templates anpassen würdest.
Insbesondere diese Datei betrifft im speziellen gerade mein Problem:
https://github.com/hschottm/tags/blob/master/templates/modules/mod_tagcloud.html5

Als Workaround habe ich Zeile 3 bis 5 entfernt, aber besser wäre natürlich, wenn man das extenden würde ála Contao News
`extend('block_unsearchable'); ?>

block('content'); ?>

...

endblock(); ?>

`

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

No branches or pull requests

1 participant