Many thanks mark. Will have a look at these
-
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
-
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
-
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
-
☆ A M B ☆
- 24,524 Posts
Why not use [(emailsender)]?
-
☆ 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.