[TYPO3] How to fill in time, and author forms of content elements by default?

Andreas Balzer eMail at andreas-balzer.de
Mon Oct 23 13:37:39 CEST 2006


Peter Klein schrieb:
> Hi Andreas, here's an example that sets the page author and email.
> 
> -- cut --
> TCAdefaults.pages {
>   author = Andreas
>   author_email = your at email.com
> }
> -- cut --
> 
> And another example that enables the "To top" and sets the header type to 
> "layout 5", when new content elements are created.
> 
> -- cut --
> TCAdefaults.tt_content {
>   linkToTop = 1
>   header_layout = 5
> }
> -- cut --
> 
Is it possible to use that in the pageTS and do something like
author = TYPO3stuff[name_of_current_beuser]; ?

Greetings
Andreas



More information about the TYPO3-english mailing list