We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 22303 MODX Staff
    • 10,725 Posts
    Use this thread to discuss potential issues you encounter with MODx 0.9.6. I’ll try and keep them organized in this first post periodically and get resulting bug fixes, feature requests and to-do’s entered for them.
      • 5282
      • 147 Posts
      Hi !
      i successfully upgraded modx 0.9.5 to 0.9.6, ( although i had to try twice because of an apache 500 internal server error )

      there is a little bug i found, on the manager login page, the button is misplaced :




      ( maybe this occurs only with the french version )
        i’m not a native english speaker, sorry if there are any mistakes ! smiley

        Pikkitux.com Website about Ubuntu Linux, Website Creation, and many other how-tos, tips and tricks ... ( French Language, and of course Modx Powered ! )
        • 20289
        • 958 Posts
        it may be caused of capcha use... i had never used capcha for manager login page, since you have upgraded from previous version, seems to me that its a place for capcha!? and you’v used it before?
        try to enable capcha verification on manager login and see what will happen?
          [img]http://i10.tinypic.com/52c4eir.gif[/img][/td]
          [td][Wiki] [Persian support forum]
          [SVN] [RTL SVN Branch] [bugs] [FishEye+Crucible] [Learn MODx!] | [My Google Code]
          [font=tahoma][برای دسترسی به راهنمای فارسی به [url=http://www.modxcms.ir]
          • 5282
          • 147 Posts
          i used to have captcha enabled, but even if i re-enable it, the connection button is misplaced
            i’m not a native english speaker, sorry if there are any mistakes ! smiley

            Pikkitux.com Website about Ubuntu Linux, Website Creation, and many other how-tos, tips and tricks ... ( French Language, and of course Modx Powered ! )
            • 22303 MODX Staff
            • 10,725 Posts
            Quote from: chucky at May 26, 2007, 03:56 PM

            i used to have captcha enabled, but even if i re-enable it, the connection button is misplaced
            Chucky, this is simply an html file in the manager theme. Feel free to edit it and submit the corrected HTML or CSS. BTW, I don’t see this placement when I view it.
              • 33372
              • 1,611 Posts
              I noticed similar style issues when I translated the Spanish installer recently (although I just adjusted the text in the language file so that they wouldn’t occur in the final version). Basically it seems as if some elements are floats and tile properly with the English text, but when the text is significantly longer (or shorter, I imagine), they can stack up funny. It would be worth soliciting reports on where this occurs in the manager and installer and adding some clears or min-heights or whatever seems like it’d be the easiest way to make the styles a little bit more flexible/scalable.

              It’s really just a minor aesthetic issue, and it’d be awesome if that’s all that people report over the next few days.
                "Things are not what they appear to be; nor are they otherwise." - Buddha

                "Well, gee, Buddha - that wasn't very helpful..." - ZAP

                Useful MODx links: documentation | wiki | forum guidelines | bugs & requests | info you should include with your post | commercial support options
                • 20289
                • 958 Posts
                it could be solved with css adjustment @ manager/media/style/modxlight/login.html
                try one of these:

                on line 85 add:
                padding: 10px 20px 10px 20px;


                or

                on line 56 add:
                p.caption, p.comment { font-size: 86%; color: #888; bottom: 3px; }


                or

                on line 89:
                    #mx_loginbox {
                        width: 460px;
                        margin: 70px auto 0;
                        clear: both;
                        }


                i didn’t face the problem by myslef but if i have some live demo i can help you cover this.
                  [img]http://i10.tinypic.com/52c4eir.gif[/img][/td]
                  [td][Wiki] [Persian support forum]
                  [SVN] [RTL SVN Branch] [bugs] [FishEye+Crucible] [Learn MODx!] | [My Google Code]
                  [font=tahoma][برای دسترسی به راهنمای فارسی به [url=http://www.modxcms.ir]
                  • 10449
                  • 956 Posts
                  Is there a list somewhere with differences between 0.9.5 and 0.9.6 (changes, new features, etc.) ?
                    • 25663 MODX Staff
                    • 12,272 Posts
                    Look in the changelog.txt file in the installer folder. That hits most of the high points.
                      Ryan Thrash, MODX Co-Founder
                      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                      • 33372
                      • 1,611 Posts
                      Quote from: MotSmart at May 26, 2007, 04:42 PM

                      it could be solved with css adjustment @ manager/media/style/modxlight/login.html
                      Yep. I actually see the problem in my English installation as well. I wonder what changed that made this box too small for its contents.

                      Anyway I fixed it by changing line 85 to:
                      padding: 10px 20px 40px 20px;


                      Basically adding a bit more padding to the bottom of the sectionBody class so that the box background extends below the Login button...
                        "Things are not what they appear to be; nor are they otherwise." - Buddha

                        "Well, gee, Buddha - that wasn't very helpful..." - ZAP

                        Useful MODx links: documentation | wiki | forum guidelines | bugs & requests | info you should include with your post | commercial support options

                      This discussion is closed to further replies. Keep calm and carry on.