Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Add special characters support #21

@ivafrydkova

Description

@ivafrydkova

Please consider adding more special characters support. I have manually added them to the slugify function in index.php (which solved this problem in one of the previous versions), yet I'm still having problems with getting this plugin to work.

$search = array(' ','å','ä','á','à','â','ã','ª','Á','À','Â','Ã','é','ë','è','ê','ě','Ë','É','È','Ê','Ě','ï','í','ì','î','Í','Ì','Î','ø','ö','ò','ó','ô','õ','º','Ó','Ò','Ô','Õ','ü','ú','ù','û','ů','Ú','Ù','Û','Ů','ç','Ç','Ñ','ñ','š','Š','č','Č','ř','Ř','ž','Ž','ý','Ý','ď','Ď','ť','Ť','ň','Ň');
$replace = array('-','a','a','a','a','a','a','a','A','A','A','A','e','e','e','e','e','E','E','E','E','E','i','i','i','i','I','I','I','o','o','o','o','o','o','o','O','O','O','O','u','u','u','u','u','U','U','U','U','c','C','N','n','s','S','c','C','r','R','z','Z','y','Y','d','D','t','T','n','N');

As you can see at the website (http://test.rybaristribro.cz/aktuality) it solved the problem with slugs in the Tagger snippet, not the one with articles tag links. But, in both cases, when I click on the link, I get a blank page with title only.

Please help, I need to get the site online soon.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions