I have a simple configuration with filefield, fielfield_paths and transliteration modules enabled. I added a filefield to the page content type. I set the filefield_paths setting to use "[title-raw].[filefield-extension-original]" as filename. For filename cleaning, convert to lower case and transliterate are enabled. But transliteration does not work. If I create a node with the title "FooB@r" the filename will be "foob@r.txt" and not "foodbr.txt".

This is an issue when using ImageCahce as it will transliterate the filename when generating its URL.

CommentFileSizeAuthor
Details of FileField Path settings34.43 KBpbuyle

Comments

pbuyle’s picture

Title: Filename cleanup do not apply transliteration on filename » Filename cleanup do not apply transliteration
pbuyle’s picture

Title: Filename cleanup do not apply transliteration » Filename cleanup does not apply transliteration
TyraelTLK’s picture

I have the same problem:
http://drupal.org/node/629106

Transliteration stops working aftar a recent update (Drupal 6.14? The last filefield?)
I tried to uninstall and reinstall the module.
I have two cck filefield where I use FileField Path settings and File name settings:
[title].[filefield-extension]
Both "File name cleanup settings" have "Transliterate." checkbox marked.

I'll try with transliteration 3 rc1 and a recent FileField Paths dev.

TyraelTLK’s picture

Last dev version with transliteration 3 rc1 works.

deciphered’s picture

Hi guys,

Can you provide the versions you tested with and the results.
Also, can you provide some test files so that I can test them.
Any other information you can provide would be helpful.

I intend to release 6.x-1.4 very shortly which according to TyraelTLK will work with Transliteration 3 rc1, but it would be nice to get it working with stable releases if possible.

Cheers,
Deciphered.

deciphered’s picture

Status: Active » Closed (fixed)

Closed due to lack of response.