[Typo3] templa voila + postUserFunc on content

Michal Wrzesien mw26426 at sgh.waw.pl
Tue Feb 22 14:06:01 CET 2005


hi

I'm moving my site from typo 3.6 and standard templating system to
typo 3.7 + TemplaVoila.

I've encountered a problem:

in my previous TS template content was processed by a function:
----
subparts.CONTENT < styles.content.get
subparts.CONTENT.stdWrap.postUserFunc = user_limit_access->hide_content
----

and the problem is - how to do that is TV??

I've tried:
----
temp.content = USER
temp.content.userFunc = tx_templavoila_pi1->main_page
temp.content.stdWrap.postUserFunc = user_limit_access->hide_content

page.10 < temp.content
----

and:
----
page.10.userFunc = tx_templavoila_pi1->main_page
page.10.stdWrap.postUserFunc = user_limit_access->hide_content
----

but it doesn't seem to work :(

any ideas how to process TV generated content by a function?

thanks,
Mike

--
  Michal Wrzesien
  mw26426 at sgh.waw.pl




More information about the TYPO3-english mailing list