[TYPO3-english]  Parameters on links
    Sergio Catalá Gil 
    scatala at iti.upv.es
       
    Wed Jul 29 08:48:59 CEST 2009
    
    
  
Thanks for your answer, Michael. 
And what if the variable I want to show in the link is not the ID of the
news article?
I would like to show an extra variable for tt_news that I created with
"genericmarkers" extension. An example:
plugin.tt_news.genericmarkers {
	data = tx_mblnewsevent_extra_info
        extra_info = TEXT
        extra_info {
		field = generic_tx_mblnewsevent_extra_info
		value = http://www.anothersite.com/events/ 
 		typolink {
			parameter = http://www.anothersite.com/events/{tx_mblnewsevent_extra_info}/join
			parameter.insertData=1
 			title = Click here to see the link
 		}
 	}
	}
}
    
    
More information about the TYPO3-english
mailing list