Closed (fixed)
Project:
Scald: Media Management made easy
Version:
7.x-1.x-dev
Component:
Scald core
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2013 at 21:57 UTC
Updated:
11 Jul 2013 at 08:51 UTC
Comments
Comment #1
jcisio commentedThere are two problems to solve:
- Thumbnails are not stored in the directory specified in the thumbnail field settings. We'll fix it in this issue (if fieldfield_paths is enabled, it is done automatically and does not need this fix).
- Files which are not a field (audio and flash in core): the destination directory should already be configurable via hook_form_alter() for hook_form_FORM_ID_alter(). For example:
Of course, if provider expose the path settings via UI it'd be better.
Comment #2
jcisio commentedThe thumbnail path is fixed with 3866598. If you want to move old files to the new structure (supposing that you've have configured field path), you'll need Filefield Paths with the retro option (once it is done, you can uninstall that module).
Comment #3
jcisio commentedDocumentation created https://drupal.org/node/2029403.