It would be nice if file and folder names would be transliterate if the transliteration module is enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | folder_name_based_on_path.module.patch | 1.04 KB | Anonymous (not verified) |
| #1 | media_browser_plus-2037263-transliterate_paths.patch | 1.29 KB | chr.fritsch |
Comments
Comment #1
chr.fritschComment #2
das-peter commentedLooks straightforward, applied, committed and pushed - thanks :)
Comment #4
Anonymous (not verified) commentedHi,
I'm a bit late on this issue, but I found a simpler solution based on term alias path, so you don't have to depend on the transliteration module but on the core function
drupal_get_path_alias().There also a minor performance boost since
taxonomy_get_parents_all()is not call and parsed.Though I didn't check if
media_browser_plus_construct_dir_pathis called on term rename...