![]() |
|
404 not multilingual - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: 404 not multilingual (/thread-5975.html) |
404 not multilingual - slaattnes - 2009-10-12 I think I found an error. The 404 page does not get translated like the other theme files. 404 not multilingual - kagutsuchi - 2009-10-12 What Zenphoto version are you using? The 404 page is translated for me on the nightly build. 404 not multilingual - slaattnes - 2009-10-12 I'm using 4528 so I guess it's something I've done. Any suggestions? 404 not multilingual - kagutsuchi - 2009-10-12 Out of curiosity I went to your website and tested the 404 page. It is translated for me: ` Adressen du ba om, eksisterer ikke eller har restriksjoner. Album: test404 404 not multilingual - slaattnes - 2009-10-13 That text I've written in the 404.php but the search and sidebar is still english (which should get it's text from the language file like the rest of my theme.) It's gettext code is the same as in the other files so I don't see why its not translated: I also see that 404.php is the only page that doesn't take ` ` 404 not multilingual - acrylian - 2009-10-13 It's a bug .... Look at the first line there is a call to 404 not multilingual - slaattnes - 2009-10-13 I see it. Hah! I'm blind... The first sentence in the whole text are the problem. Thank you very much:-) What about the missing Contact form URL on the sidebar? I guess the page should be "approved" for sidebar-contact page URL somewhere but I don't have any suggestions. It's not in the contact_form script. 404 not multilingual - acrylian - 2009-10-14 The gettext issue is fixed in the nightly btw. No idea currently, actually the official zenpage-default 404 page has no sidebar at all, because the 404 page is a little out of context actually (there were some issue with the other functions because of that if I remember correctly). Thte contact us page is a separate (basically static) theme page named contact.php. 404 not multilingual - slaattnes - 2009-10-16 |