[TYPO3] realurl and identical keywords

Dmitry Martynenko dima at realt.by
Fri Jan 11 11:14:23 CET 2008


Hi Stefan,

SK> Hello,
SK> I am trying to use realurl 1.4.1 together with two extensions 
SK> (ab_linklist and ab_downloads). Both extensions come with a nice example
SK> of the realurl configuration. They both work when setting up only one 
SK> with realurl. When trying to use both, one fails. Reason: the ext.'s use
SK> the same keywords in their configuration array...

SK> How can a get around this problem? Changing keywords? I fear it is a bit
SK> more complicated than that...
SK> Thanks
SK> Stefan Kaufmann

You can use same configuration but for specified page id's only.

Do not use setup in 'postVarSets' => array( '_DEFAULT' => array( ...
Insetead of it use 'postVarSets' =>
    array( 'pid_ab_linklist' => array( ... ),
    array( 'pid_ab_downloads' => array( ... ),

-- 
Dmitry Martynenko
Developer

Web: http://realt.by



More information about the TYPO3-english mailing list