[TYPO3] Modern linklist template

Edwin Blokker a.stoutjesdijk at chello.nl
Thu Feb 22 12:31:54 CET 2007


I still have not figured this out yet. Also, I'm trying to accomplish 
some other things with the output of the ab_linklist (modern linklist) 
extension:

- Change the automatically rendered internal page titles
- Have the external links point to the real URL's (by default the href 
is some encrypted URL which looks like an internal link)

Are there default solutions to these problems, or could anybody point me 
in the right direction?

Thanks in advance,
Edwin.


Edwin Blokker schreef:
> Hi,
> 
> I'm trying to set up a template for the extension Modern Linklist. A 
> part of the category view in the template looks like this:
> 
> <!-- ###LINKS### begin -->
> <div class="tx_ablinklist_catalogView_links">
> <h2>###CATEGORY_LABEL### ###LL_LINKS###:</h2>
> <!-- ###LINK### begin -->
> <div class="tx_ablinklist_catalogView_link">
> ###LINK_LABEL###
> <br />
> ###LINK_DESCRIPTION### (###LINK_REPORT_BROKEN###)
> <br />
> </div>
> <!-- ###LINK### end -->
> 
> When viewed in the FE all is rendered well, except for the 
> ###CATEGORY_LABEL### part. That is just rendered as 
> '###CATEGORY_LABEL###', instead of being replaced with the title of the 
> active category.
> 
> Does anybody know what I might be doing wrong / how to solve this?
> 
> Thanks a lot!
> Edwin.


More information about the TYPO3-english mailing list