[TYPO3-german] eigene Erweiterung und Realurl
Mikwauschk
kathmik at gmail.com
Sat Aug 23 22:31:25 CEST 2014
hallo hast recht ...
also erweiterung selber funktioniert ganz gut ABER mit dem RealURL nicht.
Url: ...
/detailansicht.html?tx_srwebmobile24cm_webmobile24[fahrzeuge]=670&tx_srwebmobile24cm_webmobile24[action]=show&tx_srwebmobile24cm_webmobile24[controller]=Fahrzeuge
das meine Parameter welche gesetzt werden für einen Detailseitenlink
nicht als lesbarer Link werden.
also der erste wert ist die uid des datensatzes aus der DB :
tx_srwebmobile24cm_webmobile24[fahrzeuge]=670
controller action : &tx_srwebmobile24cm_webmobile24[action]=show
controller : &tx_srwebmobile24cm_webmobile24[controller]=Fahrzeuge
so zb: einfach halt
.../detailansicht/show/Fahrzeuge/BMW.html
und das macht er nicht ... seitenlinks gehen komischerweise weil
/detailansicht.html funktioniert ja.
hat eventuell jemand ne Idee woran es liegen kann, das dieses nicht
umgeändert wird?
MfG
Christian
Am 23.08.2014 16:35, schrieb g4-lisz at tonarchiv.ch:
> On 08/23/2014 01:35 PM, Mikwauschk wrote:
>> Hallo alle miteinander,
>>
>> vielleicht hat jemand ne Idee warum ich das nicht hin bekomme...
>> RealUrl an sich läuft, aber nicht in meiner neuen Erweiterung.
>> Typo3 ist auf 6.2
>> RealUrl ist auf 1.12.8
>> extbase / fluid basis
>>
>> in der conf
>> 'realurl' => array(
>> '_DEFAULT' => array(
>> 'autos' => array(
>> array(
>> 'GETvar' =>
>> 'tx_srwebmobile24cm_webmobile24[controller]',
>> 'noMatch' => 'bypass',
>> 'valueMap' => array(
>> 'modul' => 'Fahrzeuge',
>> ),
>> ),
>> array(
>> 'GETvar' =>
>> 'tx_srwebmobile24cm_webmobile24[action]',
>> 'noMatch' => 'bypass',
>> 'valueMap' => array(
>> 'liste' => 'list',
>> 'zeige' => 'show',
>> ),
>> ),
>> array(
>> 'GETvar' =>
>> 'tx_srwebmobile24cm_webmobile24[fahrzeuge]',
>> 'lookUpTable' => array(
>> 'addWhereClause' => ' AND NOT deleted',
>> 'alias_field' => 'title',
>> 'id_field' => 'uid',
>> 'table' =>
>> 'tx_srwebmobile24cm_domain_model_fahrzeuge',
>> 'useUniqueCache' => 1,
>> 'useUniqueCache_conf' => array(
>> 'spaceCharacter' => '-',
>> 'strtolower' => 1,
>> ),
>> ),
>> ),
>> ),
>>
>> ...
>> ...
>>
>>
>> ist das so O.K. ?
>> oder fehlt da etwas
>>
>> für Hilfe würde ich sehr Dankbar sein
>>
>> Lg
>> Christian
>>
> Ein paar weitere Angaben wären hilfreich:
> - Was willst Du erreichen?
> - Was klappt nicht, bzw. was geschieht, was nicht geschehen soll?
>
> Grüße,
> Till
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
--
Christian Mikwauschk
Lasker Weg 2a
01920 Ralbitz-Rosenthal
Tel.: 035796 309900
email: kathmik at gmail.com
More information about the TYPO3-german
mailing list