We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18397
    • 3,250 Posts
    BUG LIST
    (as of 8:30 PM PST time):


    • The default template’s style.css is blank (0kb).
    • The installer doesn’t create the TV’s neccessary for the menu and the RTE blogpost from the NewsLetter snippet.
    • Ryan’s email address (and possibly password) are used in the siteadmin webuser account.
    • FCK Editor size is way to small within manager now.
    • Admin’s (manager user) email still reads "Your email goes here" instead of an actual email address (needed for the NewsFeed snippet.
      • 32963
      • 1,732 Posts
      Many thanks mark. Will have a look at these
        xWisdom
        www.xwisdomhtml.com
        The fear of the Lord is the beginning of wisdom:
        MODx Co-Founder - Create and do more with less.
        • 33337
        • 3,975 Posts
        Thanks Ryan !

        regards,
          Zaigham R - MODX Professional | Skype | Email | Twitter

          Digging the interwebs for #MODX gems and bringing it to you. modx.link
          • 25663 MODX Staff
          • 12,272 Posts
          Thanks Ryan? I had nothting to do with it! lol
            Ryan Thrash, MODX Co-Founder
            Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
            • 33337
            • 3,975 Posts
            Quote from: rthrash at Oct 19, 2005, 09:09 AM

            Thanks Ryan? I had nothting to do with it! lol

            Its related to this post http://modxcms.com/forums/index.php/topic,1107.msg7213.html#msg7213
            ;)
              Zaigham R - MODX Professional | Skype | Email | Twitter

              Digging the interwebs for #MODX gems and bringing it to you. modx.link
              • 25663 MODX Staff
              • 12,272 Posts
              lol... wrong thread.
                Ryan Thrash, MODX Co-Founder
                Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                • 25663 MODX Staff
                • 12,272 Posts
                I nailed down the issues with the IE errors, now it’s time to focus on the styling tweaks. The problem actually was due to a missing sleight.js file which provides support for transparent PNG files in non-background images for IE. The behavior and scriptaculous stuff had nothing to do with it!
                  Ryan Thrash, MODX Co-Founder
                  Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                  • 25663 MODX Staff
                  • 12,272 Posts
                  I’ve also now cleaned up much of the stylesheets so that it renders mostly the same in IE... in fact, got rid of the IE-only stylesheet entirely (less to download). See the results at Pixelhick.com. (still need to finalize the contact form though)

                  Two small but fix-worthy remaining issues for the default full site install content:

                  1) Can we programatically get the email address of the Manager user ID 0. I would like to use it as the default for the contact form.

                  2) Can someone help me get to the bottom of the backslash issue found in the blog section. Look at the topmost Safari entry for an example. When displayed as a standalone article it has no backslashes. When displayed as a summary, it does.
                    Ryan Thrash, MODX Co-Founder
                    Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                    • 28042 ☆ A M B ☆
                    • 24,524 Posts
                    Why not use [(emailsender)]?
                      Studying MODX in the desert - http://sottwell.com
                      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                      Join the Slack Community - http://modx.org
                      • 28042 ☆ A M B ☆
                      • 24,524 Posts
                      Quote from: rthrash at Oct 19, 2005, 01:33 PM

                      2) Can someone help me get to the bottom of the backslash issue found in the blog section. Look at the topmost Safari entry for an example. When displayed as a standalone article it has no backslashes. When displayed as a summary, it does.

                      Why not add a preg_replace to replace any /’ with ’ ? That would solve the issue nicely, although it wouldn’t explain where they come from in the first place.

                      Could the problem be that the parser does a stripslashes on ’content’ but not on ’intro_text’ or whatever it’s called in the database?

                      In the function mergeDocumentContent, there is a stripslashes, but in all the other merge... functions there isn’t. I’m not sure which one of those would handle the intro_text string; mergeSettingsContent or mergePlaceholderContent, but none of these do a stripslashes.
                        Studying MODX in the desert - http://sottwell.com
                        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                        Join the Slack Community - http://modx.org