[Typo3-dev] adding TS in Extension
Stefan Beylen
intsys at swissinfo.org
Thu Sep 1 21:58:51 CEST 2005
Andreas Schwarzkopf wrote:
> Check t3lib_extMgm::addTypoScript, but it can be too late to set it in
> your plugin class, because the top level TS like page object is already
> processed at this point.
thx I tried that already, it didnt work.
a short explanation what I am trying to do:
regular page content is added before my plugin. In my plugin the user
has to enter an emailadress in order to sgn up for a newsletter.
When the email is invalid a message should appear on /top of the page/
telling the user that his/her email is invalid.
I am working on a webshop for blind people - thats the reason why it has
to be on the _very top_ of the page...so the user doesnt have to "read"
through the whole page in order to get the message ;)
maybe someone got another hint for me how to achieve that...
thx!
More information about the TYPO3-dev
mailing list