[TYPO3-project-seminars] How to strip of <a>tags in list-view?

Michael Paulisch info at mpaulisch.de
Wed Jul 22 10:31:09 CEST 2009


Hi everybody,

I would like to use the list-view additionally on all other pages  
besides the "seminar"-page as a kind of a news-sidebar. like this:

<!-- ###LIST_ITEM### -->
		<div class="news">
	 	<div class="datum">###DATE###</div>
		<h3>###TITLE_LINK###, ###CITY###</h3>
		<p>###TEASER###<br/>
		###MORE###</p>

		</div>
<!-- ###LIST_ITEM### -->

with just a "more"-link pointing to the detail-page. How can I prevent  
the ###TITLE_LINK### and ###TEASER### markers get wrapped in an <a>- 
tag in this kind of list-view with just the ###MORE### markers getting  
wrapped with an <a>?

Thanks for any hints and suggestions
Michael




More information about the TYPO3-project-seminars mailing list