Skip to content

What is your opinion about umlauts (ä, ö, ü) in the URL? #774

Discussion options

You must be logged in to vote

This works fine for me (VERSION = "0.8.19"):

  1. put the TitleSlug: in the Header and let it empty.
Title: Blogseite an der Küste
TitleSlug:
Published: 2018-05-27 12:00:00
Template: blog
  1. Create a umlaute.php in the extension folder with the following code. Have a look here: #372 Thank you @schulle4u and @markseuffert
<?php

class YellowUmlaute {
    const VERSION = "0.8.19";
    public $yellow;         //access to API

    // Handle initialisation
    public function onLoad($yellow) {
        $this->yellow = $yellow;
    }
    
    // Handle content file editing
    public function onEditContentFile($page, $action, $email) {
        if (!$page->isExisting("titleSlug")) {
            $rep…

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
1 reply
@glow12121
Comment options

Comment options

You must be logged in to vote
6 replies
@PetersOtto
Comment options

@GiovanniSalmeri
Comment options

@PetersOtto
Comment options

@markseuffert
Comment options

@PetersOtto
Comment options

Comment options

You must be logged in to vote
3 replies
@IngoBelka
Comment options

@schulle4u
Comment options

@IngoBelka
Comment options

Answer selected by annaesvensson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants