Quote from: ejcross at Jan 05, 2007, 10:57 AM
New question here:
I am using the NewsEditor snippet and want to use a friendly editor for my users to post with. The problem that I am having is that when they enter information into the current post and submit it, the paragraphs, etc. are all in one....there is no line breaks, carraige returns, etc.
How can I get TinyMCE to work with the NewsEditor snippet in place of the generic ’Content’ box that it has now?
Thanks!
I haven’t played with the NewsEditor snippet much lately so...I should probably mess with it some first to see if I can duplicate the problems before I answer this.
Jeff Whitfield
"I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
Well...If i enter a bunch of text there is no scroll bar to scroll down the page. One of my classes has a background color set to it and I have a width set to it. A span does not carry the bar across the width, but ends where the text ends. I can edit all the html, and personally update the page in html. The person I made the site for understands nothing about html and I need the styles button to apply styles properly so It looks the same across pages. I had turned dynamic sizing on. Still don’t get a scroll bar, I’m not sure how to resize it at that point. I like modx, it’s just the rich text editors are driving me insane trying to get it setup for a non html/css person.
Just an FYI to everyone, a new 2.0.9 version of TinyMCE has been released. So I’ll be working on getting this new version setup and will try to include some, if not all, of the necessary changes to remedy some of the issues you guys have been having.
Regarding the scroll issue, I think Moxiecode has fixed this since they referenced a scroll issue as part of their release notes.
Jeff Whitfield
"I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
Nice, I’ll try it out later today not available yet, too bad - does this also fix the over-enthusiastic filtering of unknown tags (blockquote) and repeating the previous twice? (<p> </p> and backspaces?)
Hi,
I upgraded a ModX installation to 0.9.5 but when using FireFox the FCK ressources browser for inserting images from TinyMCE doesn’t shop up. The button to browse is there but nothing happenes if i click it and firebug reports a javascript error: "win.BrowseServer is not a function index.php (line 793)".
Only if i switch back to the FCKEditor or if I use the IE6 I am able to use the browsing feature.
Any ideas on what might cause this and how I could workaround?
In the edit window my stylesheet seems to be missing some things.
Images are set to float left but they don’t show like this.
Text is set to align left but it aligns centre.
It all renders fine in browsers but could be offputting to other users.
Any Ideas?
Keep in mind that the RTE is viewing your content outside of the context of the rest of your page design, so if you declare styles specific to a certain div (e.g., #main img, or #content div.mystuff) then those styles will not be applied within the RTE window.
I kind of understand but why does it show the background image and the correct colours for headings etc?
Maybe you declared those universally (e.g., body background or h1, h2, etc.)?
If you create a separate stylesheet for TinyMCE and set the path to it in the configurations you can make it show you your content as it will appear in the public web page by removing any specific styles that don’t apply within TinyMCE.
Assuming that’s what’s going on in your case...