[Typo3-shop] tt_products and BROWSE_LINKS

Jogvan Olsen jo at atlanticvideo.dk
Sun Sep 18 01:31:19 CEST 2005


Thank you, the following work perfect.



<!--###LINK_PREV###-->« <!--###LINK_PREV###--> <!--###LINK_BROWSE###--> 
###BROWSE_LINKS### <!--###LINK_BROWSE###--> 
!--###LINK_NEXT###-->  »<!--###LINK_NEXT###-->

/jogvan


"Franz Holzinger" <franz at fholzinger.com> wrote in message 
news:mailman.1.1126989704.2642.typo3-project-tt-products at lists.netfielders.de...
> Hello Jogvan,
>
>> I also use the link_prev and link_next markers and they disappear when
>> 'number for products' < 'limit'.
>>
>> Code form list template:
>> <!--###LINK_PREV###-->« <!--###LINK_PREV###-->  ###BROWSE_LINKS###
>> <!--###LINK_NEXT###-->  » <!--###LINK_NEXT###-->
>>
>>
>> Display when 'number for products' > 'limit'
>> « 1 2 3 4 »
>>
>> Display when 'number of products' < 'limit'
>> ###BROWSE_LINKS###
>>
> usually the ###BROWSE_LINKS### marker should always be inside the 2
> ###LINK_BROWSE### markers.
>
> Or add one line to the code:
> } else {
> $subpartArray['###LINK_BROWSE###']='';
> $markerArray['###BROWSE_LINKS###']='';
> }
>
> Franz 





More information about the TYPO3-project-tt-products mailing list