[TYPO3-seminars] Problems with HTML tags after update of ameos_formidable

Ronald Wopereis woepwoep at gmail.com
Thu Jun 28 14:32:24 CEST 2012


i just fixed the problem in ameo_formidable

for each type of content , just remove the htmlspecialchars function in the
api base class

for example:
(1)
to get rid of the h3 (Name Address City) escape,
remove the htmlspecialchars function from
 .../typo3conf/ext/ameos_formidable/api/base/rdt_lbl/api/class.tx_rdtlbl.php
(2)
to get rid of the ampersand-euro-semicolon syntax,
remove the htmlspecialchars function from
.../typo3conf/ext/ameos_formidable/api/base/rdt_listbox/api/class.tx_rdtlistbox.php
(3)
to get rid of the br-tag escape in payment methods,
remove the htmlspecialchars function from
.../typo3conf/ext/ameos_formidable/api/base/rdt_radio/api/class.tx_rdtradio.php

we're not using ameos for anything else but the seminars module,
so it seems pretty safe to apply the changes, while we wait for the
seminars maintenance release

R


2012/6/28 Christian Kudra <C.Kudra at fahrenheit-esolutions.de>

> I have got the same problem.
> But until now I have no solution :-(
>
> -----Ursprüngliche Nachricht-----
> Von: typo3-project-seminars-bounces at lists.typo3.org [mailto:
> typo3-project-seminars-bounces at lists.typo3.org] Im Auftrag von Burkhardt
> Wenzel
> Gesendet: Donnerstag, 28. Juni 2012 10:41
> An: typo3-project-seminars at lists.typo3.org
> Betreff: Re: [TYPO3-seminars] Problems with HTML tags after update of
> ameos_formidable
>
> Am 11.06.12 13:15, schrieb Rolf Thiele:
> > Hi everyone,
> > after updating ameos_formidable to 1.1.549, all the html tags in my
> template file in the ###REGISTRATION_CONFIRMATION_FEUSER### part look like
> they are processed by htmlspecialchars. So the output looks like this:
> > &lt;h3&gt;Your address information:&lt;/h3&gt;
> >
> > Does anyone else experience this problem? Are there any known solutions?
> >
> > Thanks,
> > Rolf
> >
> Hi there,
> I've just experienced the same problem...
> Burkhardt
> _______________________________________________
> TYPO3-project-seminars mailing list
> TYPO3-project-seminars at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-seminars
> _______________________________________________
> TYPO3-project-seminars mailing list
> TYPO3-project-seminars at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-seminars
>



-- 
http://about.me/woepwoep


More information about the TYPO3-project-seminars mailing list