Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Wrong URL generation for news #1

Open
OlegPS opened this issue May 7, 2014 · 0 comments
Open

Wrong URL generation for news #1

OlegPS opened this issue May 7, 2014 · 0 comments

Comments

@OlegPS
Copy link

OlegPS commented May 7, 2014

We can add transliterator_transliterate filter, otherwise it's impossible to use "non latin" news title. Something like:

        function unique_name_hook($name) {return transliterator_transliterate('Any-Latin; Latin-ASCII; Lower()', $name);}
        Bigace_Hooks::add_filter('unique_name', 'unique_name_hook');

in news.php. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant