[TYPO3-english] Re: Implement example1 of USER_INT (from typo3 docs https://docs.typo3.org/typo3cms/TyposcriptReference/

David Bruchmann david.bruchmann at gmail.com
Fri Apr 21 13:21:13 CEST 2017


Hi,
as the example is short anyway I copy it here:

page = PAGE
page.10 = USER_INT
page.10 {
  userFunc = Your\NameSpace\YourClass->printTime
}


The problem your dealing with is probably that you never changed anything.
Usually you'd need an own extension where you adjust the path "Your\NameSpace\YourClass->printTime"

If you have already an extension let's know a bit more details, else it's hard to guess what you need to know.

Best,
David


More information about the TYPO3-english mailing list