[Typo3-UG Oesterreich] userfunc auf TV Objekt
    Stefan Beylen 
    intsys at swissinfo.org
       
    Wed Jul 13 08:59:13 CEST 2005
    
    
  
Hallo!
Als TV newbie bin ich jetzt mal auf ein problem gestossen dass cih nicht 
lösen kann, vielleicht weiss es ja hier wer ;)
<TypoScript>
	10 = RECORDS
	10.source.current=1
	10.tables = tt_content
</TypoScript>
ist ja standard wenns um "Content" geht.
ich hätt aber gerne dass eine userfunc auf den content angewandt wird also:
<TypoScript>
	10 = CONTENT
	10 {
	    select {
	        pidInList = [uid der Seite]
	        where = colpos=1
	        max = 3
	        orderBy = sorting
	    }
	    table = tt_content
	    renderObj = USER
	    renderObj.userFunc = user_tools->raw_image
	}
</TypoScript>
geht natürlich nicht da ja colpos bei TV nimmer existiert...aber leider 
geht auch das nicht:
<TypoScript>
	10 = CONTENT
	10 {
	    source.current=1
	    tables = tt_content
	    renderObj = USER
	    renderObj.userFunc = user_tools->raw_image
	}
</TypoScript>
so, jetzt bin ich mit meiner weisheit am ende ;)
help! danke!
    
    
More information about the TYPO3-at
mailing list