1

Similar to Displaying records from EXT:news in specific language I have a two-language site news and the settings:

sys_language_mode = strict
sys_language_overlay = 0

In the second language (en), the ext:news plugin should display news that have been regularly translated, but also english "orphans" that don't exist in the main language (de).

While this works for text, the images aren't displayed in the frontend.

They do appear in the backend, but as there is no original in the main language, I don't get the localisation buttons for the media files.

How can images be displayed for english "orphan" news?

Community
  • 1
  • 1
Urs
  • 4,984
  • 7
  • 54
  • 116

1 Answers1

2

Try EXT: repair_translation

msrDigit
  • 50
  • 9
  • While this code snippet may solve the question, [including an explanation](http://meta.stackexchange.com/questions/114762/explaining-entirely-code-based-answers) really helps to improve the quality of your post. Remember that you are answering the question for readers in the future, and those people might not know the reasons for your code suggestion. – J. Chomel Apr 12 '17 at 06:18
  • This seems to be an auto comment triggered by the shortness of the answer. To me, the the answer was very helpful, it's backward compatible and seems to work! I wouldn't know any information that could be added for users that can relate to the question itself. – Urs Apr 16 '17 at 16:33
  • Hey, nice to hear that i could help. I like breaking down Infomation to his essence :) – msrDigit Apr 20 '17 at 07:47