![]() |
|
multilanguage switch without Javascript - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Translating (https://forum.zenphoto.org/forum-8.html) +--- Thread: multilanguage switch without Javascript (/thread-9618.html) Pages:
1
2
|
multilanguage switch without Javascript - acrylian - 2012-02-17 Oops, indeed! Fixed for tonight's nightly. multilanguage switch without Javascript - tunafish - 2012-02-17 Oops :-) I also had to comment out line 250 because the links language is with underscores as from the foreach loop. btw... I am just reading on Google Webmaster [quote] URL parameters like site.com?loc=de Not recommended. [/quote] multilanguage switch without Javascript - sbillard - 2012-02-18 Sorry, .htaccess is also not a forte of mine. I do not have a way to make that work. Just noting that if someone knows how to rewrite such a link then things will be fine. multilanguage switch without Javascript - acrylian - 2012-02-18 [quote]Oops :-) I also had to comment out line 250 I did read that his is written on the Google webmaster. As said we made it for people instead of machines and this is not easily changed. I am sadly no htaccess expert either but I am not sure this will really help since Zenphoto does not care for the url. Once you are within the language it is nowhere added. multilanguage switch without Javascript - acrylian - 2012-02-18 You were right with the underscore. The issue should be fixed now, hopefully...:-) multilanguage switch without Javascript - sbillard - 2012-02-18 If your host does equate My site naturally passes these subdomains to the closest defined subdomain, so all works. But other sites may require that you set up a specific subdomain foreach language. multilanguage switch without Javascript - tunafish - 2012-02-19 whoa sbillard so you are saying you got it to work?! acrylian, so the current active language should not be included in the alternate links than? Thanks guys! multilanguage switch without Javascript - acrylian - 2012-02-19 For using domains or virtual hosts you need to buy MAMP Pro I think. Yes, it should now work as expected. If not just let me know..:-) multilanguage switch without Javascript - tunafish - 2012-02-20 sbillard, I just tested the DEV version on my MAMP install and it works! The dynamic-locale plugin to switch the languages still dominates over the subdomain but I think that would not be to difficult to get it to work. Anyway, just for reference for anyone wanting to add subdomains in a local MAMP install:
` |