[TYPO3-dev] t3s_jslidernews + tt_news

Tomas Norre Mikkelsen tomasnorre at gmail.com
Tue Oct 11 14:13:07 CEST 2011


Hi,

I have a problem with the t3s_jslidernews extension.

Have used it before with image-content, but now i have to use it for 
tt_news elements, but my markers are not substituted, any hints on what 
went wrong?

Some of my markers are subsituted but not all.. =(

I have selected a template-file and its rendered but not all subsituted.

The template looks like this (default):
<!-- ###SLIDERSTYLE_7### begin -->
<div id="nivoslider###CEID###" class="nivoSlider ###CSS3###" 
style="width:###SLIDERWIDTH###px; height:###IMAGEHEIGHT###px;">
<!-- ###SLIDER### begin -->
     ###IMAGE###
<!-- ###SLIDER### end -->
</div>
<!-- ###NAVIGATION### begin -->
<div id="caption-###NUMBER###" class="nivo-html-caption">
     <p>###AUTHORLINK### ###DATE###</p>
           <h3 class="nivo-title" 
style="###HEADER-STYLE###">###TITLELINK###</h3>
           <p>###TEXT### ###READMORE###</p>
</div>
<!-- ###NAVIGATION### end -->
<!-- ###SLIDERSTYLE_7### end -->


After subsituted:
<div class="tx-t3sjslidernews-pi1">
		
<div id="nivoslider88" class="nivoSlider lof-css3" style="width:350px; 
height:150px;">
<!-- ###SLIDER### begin -->
     ###IMAGE###
<!-- ###SLIDER### end -->
</div>
<!-- ###NAVIGATION### begin -->
<div id="caption-###NUMBER###" class="nivo-html-caption">
     <p>###AUTHORLINK### ###DATE###</p>
           <h3 class="nivo-title" 
style="###HEADER-STYLE###">###TITLELINK###</h3>

           <p>###TEXT### ###READMORE###</p>
</div>
<!-- ###NAVIGATION### end -->
</div>

So as you see the marker:

###CEID### ###CCS3### ###SLIDEWIDTH### ###SLIDEHIEGHT### is rendered but 
not ###IMAGE### ###TITLELINK### ###TEXT### ###READMORE###

Any hints on what i could have done wrong?

I see it perfectly integrated here:
http://www.t3solution.de/ext/t3s-jslidernews/news-slider-stil-3.html



-- 
Venlig Hilsen / Best Regards
Tomas Norre Mikkelsen
Tomasnorre at gmail.com

Follow me at twitter
Twitter.com/tomasnorre




More information about the TYPO3-dev mailing list