[TYPO3] modifying tt-news in LIST view

Nagita Karunaratne Nagita.k at gmail.com
Tue May 15 12:20:42 CEST 2007


Hi,

I have been modifying the LIST template of tt-news but have come to two 
things I cannot change.

I would like to remove the 'By:' word put before the ###AUTHOR### tag in 
tt-news (in LIST view).

And I would like to wrap the entire content of the list element with a 
<p class="test"></p> tags.

Is there a way to do this


<!-- From this -->
	<div class="news-list-item">		

	  By: Gilbert R. Saydah Jr.
	  <a href="index.php?id=1832">Plans of Reorganization</a>
	  Georgetown University
	
	  <hr class="clearer" />
	</div>

<!-- To this -->
	<div class="news-list-item">		

	  <p class="test">Gilbert R. Saydah Jr.
	  <a href="index.php?id=1832">Plans of Reorganization</a>
	  Georgetown University</p>
	
	  <hr class="clearer" />
	</div>

Thanks,
Nagita


More information about the TYPO3-english mailing list