[TYPO3] Display page author
    Jean-Baptiste Rio 
    triphot69 at hotmail.com
       
    Tue Jan 10 13:27:50 CET 2006
    
    
  
Almir Orle wrote:
> Hi folks!
> 
> I would like to display page author on my typo3 page and I have marked
> up ###AUTHOR### in my HTML template and my Template TS is:
> 
> subparts {
> AUTHOR = TEXT
> AUTHOR.value = Author: 
> insertData = 1
> AUTHOR.data = {page:author}
> }
> 
> 
> What I see is Author on the page but I have no name... What could be
> wrong?
> 
> Cheers,
> Almir
Try :
subparts {
  AUTHOR = TEXT
  AUTHOR.dataWrap = {page:author}
}
Regards,
JB
    
    
More information about the TYPO3-english
mailing list