Closed (fixed)
Project:
Dynamic display block
Version:
6.x-1.0-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2009 at 20:14 UTC
Updated:
23 Apr 2012 at 10:34 UTC
Hi,
I have a multilingual site and need two Dynamic Display Blocks. The translation module allows you to set what language to show the block on. This can be set within the block, the menu to do so shows, however settings are not saved and return to the default 'All languages'.
Regards,
Marius
Comments
Comment #1
pkej commentedHere is a way to do multilingual. First you create the pages that is shown in the Dynamic Display block and translate them.
Then you create the view you need for the block (as per the install instructions) to display. Add the language filter in the view and use the "user's language or no language content".
Create a ddblock as per install options. Make sure it is "Language neutral", go to the blocks set up if need be.
Now, the block will show content only in the language you select.
Example can be seen at http://www.samipath.com the front page is the same for all three languages using the exact same node (set to language neutral) using composite module.
So, afaik, it works very well with multilanguage sites.
Comment #2
mariusooms commentedGreat, thanks...I will go that route.
Marius
Comment #3
mariusooms commentedThanks again...your approach actually clarified a ton on how to set up translation properly where I was struggling with all the options available. So your advice helped in other places too!
Regards,
Marius
Comment #5
Sinan Erdem commentedSo how do you translate the "Read more..." link for multiple languages? I can't seem to find it by Translate interface -> Search. I think the text is placed inside the template.php file...
Comment #6
ppblaauw commentedHave a look at the issue how can I change the "Read more..." text?
Tip:
You can search issue queues on all issue, (set status to any) to get direct answers. e.g search in this case on "read more".
Hope this helps you further, please let me know.
Comment #7
ppblaauw commentedSet status to fixed.
Assume user solved the issue with the reply.
10 weeks without activity.
Comment #9
obutuz commentedWorks like a charm!!!
Thank you