[Typo3-dev] RTE(htmlarea) + Frontend news submitter

Kasper Skårhøj kasper at typo3.com
Thu May 6 14:39:35 CEST 2004


Keeping raw HTML in the database as you suggest is of course an option
and if you just do it consistently it should be ok,

The current "hybrid" format which comes out of the transformations
"ts_css" and "ts" is neat when some users might edit content in plain
text.

My favourite scenario for the future is:
- Either a field is or is NOT edited by RTE, regardless of operating
system of the client.
- If a field is RTE enabled, then it stores the raw content, possibly
stripping of unallowed parts.

In PHP5 there will be a great extension called "tidy" which would be
more than perfect for doing fast and secure transformations.

But this is all future right now.

- kasper

On Thu, 2004-05-06 at 10:24, Toni Milovan wrote:
> I will look feedit. 
> 
> I see your point, however I'm generaly using a different approach to
> transformations on my systems so it's not really a problem for me. I
> tend to put most of the HTML code in the database, and then transform it
> on displaying and preserving whatever I need.
> 
> So with this approach I found htmlarea very usable allowing fe users to
> copy-paste, create tables, etc. Of course you will have polluted data in
> database. 
> 
> I'd like to get a picture how big problem this is, I mean not be able to
> transform html on storing to database, and instead transformig html on
> displaying? Or most users don't care abou that?
> 
> Cheers,
> 
> Toni
> 
> 
> On Čet, 2004-05-06 at 09:43, Jan-Erik Revsbech wrote:
> > I did something simmilar, I actully patched the julle feedit extension to have support fo the FCKEditor, and integrated that into the MOC Knowledgebase extension. I think it would be great if there was a standard way to use the RTE (or any RTE) in the backend. But is should use the HTML transformations so that the content is compatible with the RTE in the backend. The best would be (as the julle fe_edt extension does) to get everything needed to render the form including the RTE from the TCA tables. 
> > 
> > /Jan-Erik
> > 
> > ----- Original Message ----- 
> > From: "Toni Milovan" <tmilovan at efpu.hr>
> > To: <typo3-dev at lists.netfielders.de>
> > Sent: Thursday, May 06, 2004 9:21 AM
> > Subject: [Typo3-dev] RTE(htmlarea) + Frontend news submitter
> > 
> > 
> > > Hello,
> > > 
> > > I've been thinkering for a while about rte for frontend news submitter
> > > extension. I really need rte for frontend users so I patched frontend
> > > scripts to include htmlarea from Kaspers rtehtmlarea extension (still
> > > need some configuring). 
> > > 
> > > What interests me is: 
> > > - are there some good reasons against including rte for frontend users?
> > > - does anybody working on similar extension?
> > > - would it be worth to develop(fork?) new frontend news extension with
> > > rte ability?
> > > 
> > > 
> > > thanks,
> > > 
> > > Toni
> > > 
> > > 
> > > _______________________________________________
> > > Typo3-dev mailing list
> > > Typo3-dev at lists.netfielders.de
> > > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
> > > 
> > 
> > _______________________________________________
> > Typo3-dev mailing list
> > Typo3-dev at lists.netfielders.de
> > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
> 
> 
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
-- 
Best regards

- kasper

--------------------
It's not a bug, it's a missing feature.






More information about the TYPO3-dev mailing list