TYPO3 – lz_gallery REALURL einstellen
Wie man die TYPO3 Extension lz_gallery für REALURL einstellt, habe ich euch hier beschrieben:
// lz_gallery ext
'fixedPostVarSets' => array(),
'postVarSets' => array(
'_DEFAULT' => array (
'album-page' => array(
array(
'GETvar' => 'tx_lzgallery_pi1[pointer]',
),
),
'subalbum' => array (
array (
'GETvar' => 'tx_lzgallery_pi1[subg]',
'lookUpTable' => array (
'table' => 'tx_lzgallery_galleries',
'id_field' => 'uid',
'alias_field' => 'title',
'addWhereClause' => ' AND NOT deleted',
'useUniqueCache' => '1',
'useUniqueCache_conf' => array (
'strtolower' => '1',
'spaceCharacter' => '-',
),
),
),
),
'album' => array (
array (
'GETvar' => 'tx_lzgallery_pi1[showUid]',
'lookUpTable' => array (
'table' => 'tx_lzgallery_galleries',
'id_field' => 'uid',
'alias_field' => 'title',
'addWhereClause' => ' AND NOT deleted',
'useUniqueCache' => '1',
'useUniqueCache_conf' => array (
'strtolower' => '1',
'spaceCharacter' => '-',
),
),
),
),
'previous-album' => array(
array(
'GETvar' => 'tx_lzgallery_pi1[old]',
),
),
'view-mode' => array(
array(
'GETvar' => 'tx_lzgallery_pi1[colrows]',
),
),
'photo' => array(
array(
'GETvar' => 'tx_lzgallery_pi1[pic]',
),
),
),
),);
Hier hatte ich beschrieben wie man die lz_gallery konfiguriert und einstellt
Eure Meinung zu dem Artikel ist gefragt! Schreibt mir ein Kommentar
Ich freue mich auf einen Blick auf meine Amazon-Wunschliste. Vielen Dank!
admin
in die realurl_config Datei!
quotas
Hallo,
in welcher Datei wird den der Code eingetragen.
Vielen Dank im Voraus
Pingback: TYPO3 Anleitung für die Extension lz_gallery