Closed (fixed)
Project:
IMCE
Version:
6.x-2.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2011 at 08:37 UTC
Updated:
9 Jul 2011 at 05:31 UTC
I have following problem:
every user has his own folder to upload images ('files/userfiles/'$user->name). But some accounts have cyrillic symbols, so directory names become unreadable. A transliteration module converts just filenames, not directory.
How to fix this problem?
Comments
Comment #1
ufku commentedYou should install transliteration module and replace
$user->namewithtransliteration_get($user->name, '_').Note that the result of transliteration might not be unique per user name.