I want to have different details pages for my productsdetails.
* technical
* images
* further Info
* ...

I tried to make it like this in the template:
<a href="###LINK_ITEM_singleView_HREF_1###" title="###FIELD_VALUE_bla### 
">technical info</a>
<a href="###LINK_ITEM_singleView_HREF_2###" title="###FIELD_VALUE_bla### 
">Images</a>

an in the TYPOScript:

plugin.tx_kbshop_pi1 {

        listView {
           singleViewLink.extra.1.typolink{
                parameter = 28
                additionalParams.data = register:linkPageNumber
                }
           singleViewLink.extra.2.typolink{
                parameter = 29
                additionalParams.data = register:linkPageNumber
                }

          }
        singleView.listViewLink.page = 10       
}       


But the marker is not rendert.

Can anybody help me please ......



Joachim
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an