Jump to content

mcmorry

Members
  • Posts

    33
  • Joined

  • Last visited

  • Days Won

    1

mcmorry last won the day on May 24 2012

mcmorry had the most liked content!

About mcmorry

  • Birthday 03/31/1978

Profile Information

  • Gender
    Male
  • Location
    Prague

mcmorry's Achievements

Jr. Member

Jr. Member (3/6)

25

Reputation

  1. Hi moreweb, have you seen this page? https://github.com/m...e-localized-URL Try to follow the configuration steps written there.
  2. Thanks I've update the Authors list in the source code too
  3. Hi, thank you for your suggestion. I had some difficulties to find the documentation that you reported, because you was speaking about the "inline" documentation. Instead I was searching on online documentation where the steps are described in details: https://github.com/mcmorry/PW-language-localized-URL#readme Anyway I've fixed it as you suggested. It will be easier for all users to setup the modue. Thank you
  4. Thanks Soma for your updates. I merged your code on master. This is really an important improvement I've seen that you already started to code the install procedure to create the template for proxy pages, but is commented out. Does it need more testing? You are doing a grate job. I would like to have more time to help you, but currently I'm focused on too many projects. Thanks again.
  5. Sad to see these problems. I don't know the "Page Link Abstractor" and I was not using the tinymce on multilinguage site. As soon I'll have little more time I'll try to understand what is the problem and to see if there is a workaround. If Ryan will want to help or if he could find a different way to address this issues, it will be the best.
  6. Thanks Wanze for reporting your experience and thanks to Soma for his fast reply. I'll update the sample code for the language template so to use cache.
  7. Supposing that you have created the proxy page /es, if you browse to that page (eg. www.mydomain.com/es/) the template of that page will ask the module to parse the url: <?php $page = $modules->get('LanguageLocalizedURL')->parseUrl(); include("./{$page->template}.php"); ?> The module will loop between all the first level pages and will see that the translated title of the page 'about' matches 'sobre'. So it will continue searching between its children in the same way.
  8. @diogo sorry. I misunderstood.
  9. The home page displays text in the default language, but you could always use Geo IP or browser language to choose for a different language. Just set it at the beginning of the home template. In this case I suggest to add a select in your website to switch between languages. You should store the chosen language code and use it anyway in the homepage, ignoring your automatic language detection algorithm.
  10. 0.0.6 released. I added an option in the settings to disable the sub-folder for the default language.
  11. Hi landitus, I think that there is a problem in your case. Setting the default language to Spanish will create the homepage in Spanish, but ALL the other pages will be under /es folder. I'll check if there is a way to add an option in the settings to have the default language without the language sub-folder. Another thing that in any case you should consider, is to avoid duplicated contents. So if you add a language, prepare all the translations before to link them.
  12. ops... I've seen in the url /segment1/segment2/segment3 that was reported below. And I thought that they was listed as pages. Sorry... too late.... better if I go to sleep now So, good to see that is working
  13. 0.0.5 released I've seen the thumbnail... interesting bug. I'll add it as an issue.
  14. ok thanks for testing it. I'll update the documentation and merge to master. Next step will be to automate the installation process (include modules, prepare templates and proxy pages) and automatically sync the proxy pages when a new language is added/removed in the settings. I will create some issue on github so it will be easier to track the progress and to collaborate.
  15. ok I pushed on develop. I'm not sure if there are problems with pagenums. I didn't test it yet. Edit: it works correctly with deeper levels. I simply remove from urlSettings the first key the same amount of parents.
×
×
  • Create New...