Jump to content

jacekkowalewski

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jacekkowalewski's Achievements

Starter

Starter (1/6)

0

Reputation

  1. Hello all. At first I would like to thank ryan for the answer in this post: https://processwire.com/talk/topic/4281-language-switching-using-multiple-domains/ However, I found out that there are some details missing. After setting user language based on subdomain everything runs smoothly (frontend). But there are some little problems on backend: Edit page -> settings -> name: Below languages there are links. They obviously don't work. They are generated using the page name (I suppose), but should be generated using page full URL. Than we should be able to make a hook that override page full URL (remove language name from path, and prepend it as subdomain). This problem occurs in many more places in backend (preview page, many other links) So the idea should be: On backend, ALWAYS use predefined methods to get page full url (everywhere where links are). When trying to implement multilingual sites based on subdomains, overwrite page full url method as You wish When creating language switcher, or everything else, use page full url method. In other words: every URL in the world should be generated using page full url method. If You wish to change any URL based on subdomains or Your own ideas, just hook to this method. This seems realle reasonable, does it? What do You think about it? Or maybe I'm doing something wrong? Thanks a lot for Your support and help. PS. I'm new here, however I love ProcessWire. I'm testing it for few days now, and WOW, I'm impressed. This is my dream coming true!
×
×
  • Create New...