We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 19463
    • 4 Posts
    Quote from: PMS at Oct 15, 2009, 09:32 PM

    @mikefluff. I have never used Weblogin with YAMS before. There is a setting under YAMS > Other Options that allows YAMS to accept standard MODx URLs for specified documents. Weblogin might work if you specify the id of your login document (or just use *). I can look into YAMS-ifying it when I get back. However, I looked at the Weblogin code quite a while ago back and it wasn’t very pretty. I’d much rather YAMS-ify WebloginPE.
    Thats ok! WebloginPE solution working for me. Another thing I can’t resolve for using with YAMS is AjaxSearch. When I’m making search with jquery mode of snippet in common template - everything ok, but if I trying to make the same search on the multilingual enabled template - it’s searching but finds nothing. Any issues?
      • 30497
      • 245 Posts
      Hi PMS and other YAMS-ifiers grin

      I now have YAMS working very well on a commercial site - quitsmokingin10days.com - as detailed at earlier stages in this thread.

      In private, PMS helped me with lots of issues as we found very slow page loads etc. I think this process helped the YAMS script as a whole, as PMS was able to significantly reduce the number of calls to the database, in an attempt to help my speed issues.

      Even after these optimizations, I still had some speed issues.

      So, I wanted to update PMS that, finally, I got dreamhost to move me to a completely new sql and apache server setup (they are really good like that) and this instantly solved all my problems. The site is now lightning fast and in hindsight the major problem was something with the SQL server.


      Thanks PMS, for YAMS, and all the help you gave me trying to solve my problems with the install.


      On to other things - I am now tweaking the manager interface for the content editors, and I found some problems on my install with the YAMS + ManagerManager combo. I am using the very latest ManagerManager (0.3.5) and the very latest YAMS (rc7).

      1. The "description" field never hides like it is supposed to, even though it is explicitly hidden in my mm_rules chunk. Other fields in the same call do hide - just description doesn’t.

      2. The "mono" content field shows on all tabs, even though I have "Hide Fields" enabled in the YAMS settings. I am also tabifying TVs by lang.

      Has anyone got this behaviour?

      Thanks.
        • 23018
        • 353 Posts
        Quote from: outre99 at Oct 18, 2009, 12:37 AM

        I just installed YAMS by following the very detailed and clear instructions. But am seeing a strange problem. When i set Document Layout to "Tabify..." all of the fields at the top of the edit page down to the ’Menu Index’ field become invisible and the YAMS fields are listed below the content box but without any tabs. Firebug shows all of the fields in place with the proper content. It even shows their outline but the top half of the page is white. I tried to look for the css or templates as it seems like a presentation problem but no luck.

        This happens for all documents not just the ones using multi-lingual templates. Changing Document Layout to list fixes the issue.

        I’m running Evo 1.0.1 and the modx is installed in the project subfolder (http://devbox.net/project/htdocs/). I have set the MODx subdirectory folder to project/htdocs as well as the .htaccess RewriteBase to /project/htdocs/.
        Manager does not have an .htaccess file.

        ManagerManager has been installed and configured according to the instructions. JQuery is set to ’local’.

        Any pointers would be greatly appreciated.


        After further research i identified an issue with ManagerManager that might be the cause of this. For some reason ManagerManager does not honor the rename and hide rules for fields. I was able to rename a tab and a field’s help text though. But it ignores mm_hideFields and mm_renameField rules.

        I did manage to get YAMS working without ManagerManager though.
        Will continue trying to figure this out. I would really like tabify to work.

        It’s an excellent plugin with a lot of power. Thank you for sharing it with us.

        Have a look at this post: http://modxcms.com/forums/index.php/topic,41396.msg248957.html#msg248957 I had similar issues and THOUGHT this would solve everything. I was wrong. What it did was to display the tabs properly, but new issues raised their ugly heads...
          Homepage: pepebe.de | MODX snippets (and other stuff) at github: https://gist.github.com/pepebe
          • 30497
          • 245 Posts
          Quote from: towerofbabel at Oct 26, 2009, 03:10 AM

          Hi PMS and other YAMS-ifiers grin

          I now have YAMS working very well on a commercial site - quitsmokingin10days.com - as detailed at earlier stages in this thread.

          In private, PMS helped me with lots of issues as we found very slow page loads etc. I think this process helped the YAMS script as a whole, as PMS was able to significantly reduce the number of calls to the database, in an attempt to help my speed issues.

          Even after these optimizations, I still had some speed issues.

          So, I wanted to update PMS that, finally, I got dreamhost to move me to a completely new sql and apache server setup (they are really good like that) and this instantly solved all my problems. The site is now lightning fast and in hindsight the major problem was something with the SQL server.


          Thanks PMS, for YAMS, and all the help you gave me trying to solve my problems with the install.


          On to other things - I am now tweaking the manager interface for the content editors, and I found some problems on my install with the YAMS + ManagerManager combo. I am using the very latest ManagerManager (0.3.5) and the very latest YAMS (rc7).

          1. The "description" field never hides like it is supposed to, even though it is explicitly hidden in my mm_rules chunk. Other fields in the same call do hide - just description doesn’t.

          2. The "mono" content field shows on all tabs, even though I have "Hide Fields" enabled in the YAMS settings. I am also tabifying TVs by lang.

          Has anyone got this behaviour?

          Thanks.

          Anyone seen this?
            • 22851
            • 805 Posts
            Quote from: towerofbabel at Oct 26, 2009, 03:10 AM

            On to other things - I am now tweaking the manager interface for the content editors, and I found some problems on my install with the YAMS + ManagerManager combo. I am using the very latest ManagerManager (0.3.5) and the very latest YAMS (rc7).

            1. The "description" field never hides like it is supposed to, even though it is explicitly hidden in my mm_rules chunk. Other fields in the same call do hide - just description doesn’t.

            2. The "mono" content field shows on all tabs, even though I have "Hide Fields" enabled in the YAMS settings. I am also tabifying TVs by lang.

            Has anyone got this behaviour?

            Thanks.
            Are you running MODx Evo 1.0.0 or Evo 1.0.1? Some people have reported some problems with Evo 1.0.1 and MM. I’ll try to check out MM 0.3.5 this weekend.
              YAMS: Yet Another Multilingual Solution for MODx
              YAMS Forums | Latest: YAMS 1.1.9 | YAMS Documentation
              Please consider donating if you appreciate the time and effort spent developing and supporting YAMS.
              • 30497
              • 245 Posts
              Quote from: PMS at Oct 29, 2009, 04:16 AM

              Quote from: towerofbabel at Oct 26, 2009, 03:10 AM

              On to other things - I am now tweaking the manager interface for the content editors, and I found some problems on my install with the YAMS + ManagerManager combo. I am using the very latest ManagerManager (0.3.5) and the very latest YAMS (rc7).

              1. The "description" field never hides like it is supposed to, even though it is explicitly hidden in my mm_rules chunk. Other fields in the same call do hide - just description doesn’t.

              2. The "mono" content field shows on all tabs, even though I have "Hide Fields" enabled in the YAMS settings. I am also tabifying TVs by lang.

              Has anyone got this behaviour?

              Thanks.
              Are you running MODx Evo 1.0.0 or Evo 1.0.1? Some people have reported some problems with Evo 1.0.1 and MM. I’ll try to check out MM 0.3.5 this weekend.

              I am running 1.0.0 - I didn’t want to upgrade until I was clear about YAMS + Evo 1.0.1

              So, my install is

              Evo 1.0.0 + MM 0.3.5 + YAMS rc7
                • 9994
                • 133 Posts
                I have the same issue, I have just installed modx 1.0.1
                ManagerManager - 0.3.5
                YAMS Version: 1.0.5 beta

                Hide Redundant Fields isn’t working. Still shows the standard contentfield.
                Document Layout isn’t working too.

                Looks like the ’Other Params’ config doesn’t work correctly.

                //

                - I have another question, is it better to update to the rc7 version?
                - Ho can u skip between your languages with a link?
                  Best CMS eva!
                  • 22851
                  • 805 Posts
                  Answers to the easy questions first...
                  Quote from: fourroses at Oct 30, 2009, 06:18 AM

                  - I have another question, is it better to update to the rc7 version?
                  Yes. These release candidates mainly contain bug fixes, so it’s best to have the most recent version.

                  Quote from: fourroses at Oct 30, 2009, 06:18 AM

                  - Ho can u skip between your languages with a link?
                  You can generate a list of links to the different language versions using
                  [[YAMS? &get=`list`]]
                  

                  This list can be customised. See Modules > YAMS > Documentation > Snippet for details.
                    YAMS: Yet Another Multilingual Solution for MODx
                    YAMS Forums | Latest: YAMS 1.1.9 | YAMS Documentation
                    Please consider donating if you appreciate the time and effort spent developing and supporting YAMS.
                    • 22851
                    • 805 Posts
                    Okay. The fact that the content field is not being hidden is a bug in ManagerManager v0.3.5. Please see this post for a patch that fixes the problem.
                      YAMS: Yet Another Multilingual Solution for MODx
                      YAMS Forums | Latest: YAMS 1.1.9 | YAMS Documentation
                      Please consider donating if you appreciate the time and effort spent developing and supporting YAMS.
                      • 22851
                      • 805 Posts
                      Quote from: fourroses at Oct 30, 2009, 06:18 AM

                      I have the same issue, I have just installed modx 1.0.1
                      ManagerManager - 0.3.5
                      YAMS Version: 1.0.5 beta
                      ...
                      Quote from: fourroses at Oct 30, 2009, 06:18 AM

                      Document Layout isn’t working too.
                      Please can you explain what you mean by that? Have you got Modules > YAMS > Other Params > Document Layout set to ’Tabify TVs by Lang’? If not, then you may be affected by a bug in Evo that can be solved by applying the patch in this post.
                        YAMS: Yet Another Multilingual Solution for MODx
                        YAMS Forums | Latest: YAMS 1.1.9 | YAMS Documentation
                        Please consider donating if you appreciate the time and effort spent developing and supporting YAMS.