Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Andrew Davis
was there any resolution to this? I am having a similar problem: using tinymce, was set to using force for line breaks, but the client was having trouble applying indent to areas of text without it indenting unintended areas, so we set the tinymce to force for line breaks, but now front end i

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread John 'Tux' Nielsen
Not sure if this will fix tinymce, but this works for me: RTE.default.proc{ entryHTMLparser_db = 1 entryHTMLparser_db{ tags.p.fixAttrib> } On 8/29/07, Andrew Davis <[EMAIL PROTECTED]> wrote: > > was there any resolution to this? > > I am having a similar problem: > > using tinymce, was se

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Tapio Markula
John 'Tux' Nielsen kirjoitti: > Not sure if this will fix tinymce, but this works for me: > > RTE.default.proc{ > entryHTMLparser_db = 1 > entryHTMLparser_db{ > tags.p.fixAttrib> > } not necessarily - look at the topic [TYPO3] TinyRTE, P and BR problems

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Andrew Davis
hmm, oops, it is tyinyrte (which uses tinymce)... also your typoscript does nto seem to have done anything to help. any other suggestions? thanks! Andrew John 'Tux' Nielsen wrote: > Not sure if this will fix tinymce, but this works for me: > > RTE.default.proc{ > entryHTMLparser_db = 1 > e

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Andrew Davis
[TYPO3] TinyRTE, P and BR problems is this the topic subject? searching this does nt come up with anything useful. do you know what the subject is for this particular article? sorry, thunderbird's searching isnt so great... andrew Tapio Markula wrote: > John 'Tux' Nielsen kirjoitti: >> Not su

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Andrew Davis
oh, it was just a few up, sorry! this actually doesnt fix my problem: I have tinyrte working as it should. it puts tags where they should be. I can save the record, and reload it and the tags are in there. Buut when i view on the frontend, typo3 does nto display the tags... however, one new

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Andrew Davis
ah, upon closer inspection, it looks like tiny rte is not saving tags into the database, so that when the content renders out it is actually displaying correctly Turning rte off showed the raw text from the database. i was able to enter tags manually this way and it renders correctly in t

Re: [TYPO3] RTEs strip tags -- how can we disable this 'feature' ?

2007-08-29 Thread Tyler Kraft
> ah, upon closer inspection, it looks like tiny rte is not saving > tags into the database, so that when the content renders out it is > actually displaying correctly Turning rte off showed the raw text > from the database. i was able to enter tags manually this way and it > renders c