Closed (outdated)
Project:
Virtual Sites
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Sep 2010 at 16:32 UTC
Updated:
29 May 2022 at 09:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dpatte commentedit seems to work for me at www.dance-ottawa.com. I have several virtual sites that are multilingual.
Comment #2
kybermanThank you, that is great news. I have not found any solution before, so I finally used Domain Access and it works correctly.
Comment #3
Anonymous (not verified) commentedhaving the same problems here. suddenly the interface doesn't switch to anything else than engl. will try domain access.
Comment #4
Nuno Ricardo Da Silva commentedHello.
Anyone found a solution to this issue? I'm facing the same problem.
Thanks
Comment #5
djg_tram commentedAs it used to be a 6.x thread, I never really looked into it in the 7.x version. I'll set up some tests now for this.
Comment #6
Nuno Ricardo Da Silva commenteddjg_tram, please let us know when you have news!
Thanks
Comment #7
reswild commented...
Comment #8
reswild commentedSorry, I accidentally hit the wrong button before. Here is what I was going to comment:
The problem is that language settings are overridden on a per virtual site basis. You can choose the language for the virtual site under "Common settings", but there ought to be an option for multilanguage here.
For a quick fix, just comment out the section for changing language in virtual_site_common.module (lines 130 to 135).
Comment #9
Anonymous (not verified) commentedThis still seems to be an issue. I also am unable to save the translations for site name and site slogan using Virtual Sites. It just does not save them.
Comment #10
Anonymous (not verified) commentedThe site name issue does not go away when using the quick fix from #8
Comment #11
Anonymous (not verified) commentedAs there doesn't seem to be much life in this module, I switched from Virtual Sites to Domain Access plus Domain Variable. Makes it all work.
Comment #12
cgmonroe commentedHad the same problem and found a 1 line solution. Basically added a "Multilingual" option with 'none' as the language value in the virtual_sites_commons.module. If the virtual site's defined language setting is not a valid language, the current language is used.
Attached is a patch to fix this.
FYI - The reason commenting the option out does not work is because the language is probably set already in the database. This patch will let you reset it to none and have the language switcher work.
Comment #13
cgmonroe commentedComment #14
adamps commentedLooks good to me. I've just volunteered to be a maintainer for the module and will try to bring it back to a more active state. I'll commit your patch and try to create a new release soon.
Comment #15
kyberman