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

Tags mit Umlauten für CSS-Klasse und URL umwandeln #59

Closed
havutcuoglu opened this issue Aug 6, 2020 · 3 comments
Closed

Tags mit Umlauten für CSS-Klasse und URL umwandeln #59

havutcuoglu opened this issue Aug 6, 2020 · 3 comments

Comments

@havutcuoglu
Copy link

Hallo,

ich habe die Erweiterung unter Contao 4.8 laufen. Wenn ich als Auszeichnung Möbel, Käfer, Maßband eingebe, werden sie auch als CSS-Klasse in der Form ausgegeben. Auch die URLs werden mit Umlauten generiert.

<div class="mod_tagcloudnews block tagcloud">
<ul class="cloud">
<li class="size1 Käfer"><a href="blog/tag/K%C3%A4fer.html" title="Käfer (1)">Käfer</a></li>
<li class="size1 Maßband"><a href="blog/tag/Ma%C3%9Fband.html" title="Maßband (1)">Maßband</a></li>
<li class="size1 Möbel"><a href="blog/tag/M%C3%B6bel.html" title="Möbel (1)">Möbel</a></li>
</ul>
</div>

Ist es möglich die Tags mit Umlauten für CSS-Klassen und URLs umzuwandeln?

@hschottm
Copy link
Owner

Added in Tags 4.4.1 for Contao 4.8 with 5257ce1

@jankout
Copy link

jankout commented Sep 24, 2020

@hschottm Kannst du das bitte auch für die 4.6.1 hinzufügen? Da ist es immer noch nicht.

@hschottm
Copy link
Owner

Das war da drin, der pull request hatte allerdings nur die Objektfunktion geändert, nicht aber die statische Funktion, die aus anderen Klassen heraus verwendet wird. Ich hab das noch hinzugefügt und eine Version 4.6.2 erstellt

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

3 participants