[TYPO3-german] realurl für eine detailed view configurieren
Domi Garms
djgarms at gmail.com
Fri Aug 13 13:09:21 CEST 2010
Hallo Liste,
Habe nochmal allerhand ausprobiert, aber leider funktioniert innerhalb
meiner Extension immer noch nicht die Umwandlung der detailed view in
lesbare URI
http://www.testseite.de/database-neu.html?tx_dmfaupairs[modus]=1&tx_dmfaupairs[uid]=1&cHash=92deddddc2ed3f28faff202476aea863
So wird der Link generiert:
$typolink['parameter'] = $GLOBALS['TSFE']->id;
$typolink['additionalParams'] =
'&tx_dmfaupairs[modus]=1&tx_dmfaupairs[uid]='.$aData['uid'];
$typolink['useCacheHash'] = '1';
$typolink['returnLast'] = 'url';
return $this->_oParent->cObj->typolink('',$typolink);
Und so meine realurl_conf.php im Bereich
'postVarSets' => array(
'aupair'=> array(
array(
'GETvar' =>'tx_dmfaupairs[modus]',
'valueMap' => array(
'1' => 'aupair',
'2' => 'family',
),
),
array(
'GETvar' =>'tx_dmfaupairs[uid]',
),
),
)
Hoffe ich bekomm vielleicht noch einen Wink...
Schöne Grüße
Domi
Am 12. August 2010 17:52 schrieb Lina Wolf <liste at linawolf.de>:
> Wird die Datei überhaupt genutzt (nicht das Du noch ne Autokonfiguration
> drin hast) Wie sieht der gesamte Configurations Code aus? Manchmal schreibt
> man die Konfiguration in die falsche Ebene oder so.
>
> Wenn Du Support direkt am Projekt brauchst, schreib mir einfach ne Mail.
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>
More information about the TYPO3-german
mailing list