[Typo3] non-compliant links - workaround?

Michael Baker mbaker at pobox.com
Sat Oct 1 09:54:06 CEST 2005


I'm having problems with non-compliant links in cmw_linklist.  This is 
due to a known bug ( 0000772: XHTML compliance of typolink 
(non-compliant links are generated when additional parameters are used) 
[1] which is currently on hold) in implodeArrayForUrl().

Is there a workaround?

Michael.

PS the problem occurs with cmw_linklist template items ###LINK_HREF### 
but not with ###CATEGORY_LABEL###
the former calls pi_getPageLink() which calls getTypoLink_URL() which 
calls getTypoLink() which calls t3lib_div::implodeArrayForUrl().
the latter calls StdWrap() which calls pi_linkTP() which also calls 
t3lib_div::implodeArrayForUrl().
does StdWrap() fix the problem?  If so how can i arrange for 
###LINK_HREF### items to be wrapped by StdWrap()?

[1] http://bugs.typo3.org/view.php?id=772




More information about the TYPO3-english mailing list