[TYPO3-english] RealUrl PostVarsSet has no effect
Tapio Markula
tapio.markula at xetpoint.fi
Tue Nov 24 19:40:04 CET 2009
Hi
I have defined
for this site this postVarSets
'postVarSets' => array(
'_DEFAULT' => array (
'henkilotiedot' => array(
array(
'GETvar' => 'tx_wtdirectory_pi1[show]',
),
),
'aloitustapahtuma' => array(
array(
'GETvar' => 'tx_abcourses_pi1[eventId]',
),
),
'koulutus' => array(
array(
'GETvar' => 'tx_abcourses_pi1[courseId]',
),
),
),
),
but those don't work
as you can see
http://www.rastor.fi/index.php?id=978&tx_wtdirectory_pi1[show]=66
http://www.rastor.fi/koulutus/ilmoittaudu-koulutukseen/koulutuksen-yksityiskohtaiset-tiedot.html?tx_abcourses_pi1%5BcourseId%5D=178&courseType=1
http://www.rastor.fi/koulutus/ilmoittaudu-koulutukseen/ilmoittautumislomake.html?tx_abcourses_pi1%5BeventId%5D=163&tx_abcourses_pi1%5BcourseId%5D=178&courseType=1&courseId=178&subscribe=1
More information about the TYPO3-english
mailing list