[TYPO3-english] TS for title tags works inconsistently

François Suter fsu-lists at cobweb.ch
Sun Nov 27 21:01:43 CET 2011


Hi Paul,

>         where = uid={GP:tx_ttnews|tt_news} #where tx_ttnews is the array in
> the GET variable from the URL and tt_news is the key

This should not work because the "where" property does not have stdWrap 
functionality. Maybe you get the impression that this works because you 
have the "substitutePageTitle" from tt_news turned on, so tt_news does 
it by itself. So it's not surprising that this doesn't work with another 
extension.

If you're using TYPO3 4.5 or higher, you can use the "markers" inside 
the "where" property, see 
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.5.1/view/1/5/#id2620981

This will be actually much better than the solution that you tried which 
would have been open to SQL injection (had it worked at all).

HTH

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch


More information about the TYPO3-english mailing list