An alle lieben da draußen, damit der Link auch schön von „chgallery“ aussieht 😉

Vorher: http://xxxxxxxx.com/gallery.html?tx_chgallery_pi1[single]=1&tx_chgallery_pi1[pointer]=1&cHash=9a57f5beb70d6bee2b0cb612bfc98ad9#c10

Nachher: http://xxxxxxxx.com/gallery/galerie/1.html#c10


<?php
$GLOBALS&#91;'TYPO3_CONF_VARS'&#93;&#91;'EXTCONF'&#93;&#91;'realurl'&#93; = array (
..
..
		'postVarSets' => array (
			'_DEFAULT' => array (
			// chgallery (Another simple gallery, show all images of a direc)
                                'galerie' => array(
                                    array(
                                        'GETvar' => 'tx_chgallery_pi1[pointer]',
                                    ),
                                    array(
                                        //'GETvar' => 'tx_chgallery_pi1[dir]',
                                        'GETvar' => 'tx_chgallery_pi1[dirtitle]',

                                    ),                        
                                    array(
                                        'GETvar' => 'tx_chgallery_pi1[single]',
                                    ),
                                    array(
                                        'GETvar' => 'tx_chgallery_pi1[ceid]',
                                    ),
                                ),
			// chgallery Config - END
..
..
);
?>