Closed (works as designed)
Project:
Image
Version:
6.x-1.0-beta5
Component:
image.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2010 at 07:37 UTC
Updated:
8 Oct 2010 at 22:48 UTC
On a multilingual site image works quite nicely now. On default language image node, say image/title, is fine. I change to a non-default language, the link to thumbnail and preview is broken since language path is included, e.g for Swedish:
sv/site/path/to/file
while it should be
/site/path/to/file
It is not easy to say if this bug is already known. Most issues which I have found refer to similar, but not the same problem, such as the transation of the terms Preview and Thumbnail, e.g.
http://drupal.org/node/159423, http://drupal.org/node/70396
As a workaround I would just like to disable these links altogether.
Comments
Comment #1
mokko commentedPS: I don't translate my image nodes, i.e. they are not multilingual. When I switch the language, only the menus get translated.
Comment #2
joachim commentedThe links are made the standard way:
There's nothing we can do differently here.
Does a multilingual site prefix *every* link it outputs with the language code? If so, this is a bug in core for not allowing modules to have absolute paths.
Comment #3
mokko commentedWell, I don't know. My problem certainly looks like it is every link.
I am not sure what I can do and if the error is specific to locale or to internationalization.
Comment #4
joachim commentedYou should probably file a support request on those modules. If there are any changes to be made in image module, I will make them, but I will need more information from the developers of those modules.
Comment #5
joachim commentedImage links work for me when viewing nodes in another language.