[TYPO3-english] Small Problem with realUrl and Contagged extension
Christophe Stadler
christophe at stadler.com
Wed Nov 11 17:02:08 CET 2009
Hello,
Sorry if this is a silly question, i'm new to realUrl configuration.
I am using the great Contagged extension and everything works fine with
realurl on the whole site. The only problem i am having is with the links
generated by the contagged extension. I followed the setup instructions in
the manual and managed to get these links to work with realurl as well only
problem is that "source/tx_contagged_terms/term/" is inserted between the
folder/page url.
So where it should be:
Mysite.com/mypage/mypage.html
It comes up as:
Mysite.com/mypage/source/tx_contagged_terms/term/mypage.html
How do i get rid of this "source/tx_contagged_terms/term/" ?
Here is an excerpt from the realurl ext_localconf.php:
'postVarSets' => array (
'_DEFAULT' => array (
'char' => array (
array (
'GETvar' => 'tx_contagged[index]',
),
),
'source' => array (
array (
'GETvar' => 'tx_contagged[termSource]',
),
),
'term' => array (
array (
'GETvar' => 'tx_contagged[termUid]',
'lookUpTable' => array (
'table' => 'tx_contagged_terms',
'id_field' => 'uid',
'alias_field' => 'term_main',
'addWhereClause' => ' AND NOT deleted',
'useUniqueCache' => '1',
'useUniqueCache_conf' => array (
'strtolower' => '1',
'spaceCharacter' => '-',
),
),
),
),
'searchword' => array (
array (
'GETvar' => 'tx_contagged[sword]',
),
),
'backTo' => array (
array (
'GETvar' => 'tx_contagged[backPid]',
),
),
),
),
Thanks in advance for any help with this :)
PS: is it ok to use html styling for the messages in this mailing list ?
More information about the TYPO3-english
mailing list