[TYPO3-german] Änderung der Position des "More"-Links im Newsmodul

Andreas Kießling andreas.kiessling at web.de
Mon Sep 24 01:51:47 CEST 2007


Aus der Doku zu tt_news:

http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.0/view/1/7/#id2938276 
(und noch etwas nach unten scrollen) -->

Alternative "more"-Link

If you want the "more"-link to appear inside the wrap of the subheader, 
you can use the stdWrap-function "append" to wrap the content of the 
register "newsMoreLink" to the subheader. Now the "more"-link should 
appear in the same line (and the same <p> tag) as the subheader.  Example:

plugin.tt_news.displayList.subheader_stdWrap {
   append = TEXT
   append.data = register:newsMoreLink
   append.wrap = <span class="myclass">|</span>
}

Steffen Liebig schrieb:
> Hallo Leute,
> 
> hat jemand eine Ahnung, wie ich den "More"-Link am Ende einer News direkt 
> hinter den Text bekommen kann ? Ich hab schon alle linebreaks aus der 
> HTML-Datei gestrichen, seine Position geändert, fuhrwerke in der CSS rum 
> usw, aber der Link bleibt immer mindestens eine Zeile unter der jeweiligen 
> News. Lässt sich daran sonst noch was drehen ?
> 
> Besten Dank, Steffen 
> 
> 


More information about the TYPO3-german mailing list