[TYPO3-calendar] RealUrl CAL

Stefan Schreck ses_2008 at gmx.net
Mon Jan 14 13:22:38 CET 2013


On 2013-01-14 10:39:36 +0000, Stefan Schreck said:

> hi there,
> is there a working RealUrl configuration for RealUrl 1.12.3 and cal 1.5.2 ?
> the example file in the "misc" folder doesn't work and the autoconfig 
> feature has NO impact at all.
> thanks for any advice.
> stefan

ok i got it working.
is there a way to get rid of  parameters without destroying the URL.
I don't need  the 'tx_cal_controller[type]'
thx
stefan

    'postVarSets' =>
    array (
      '_DEFAULT' =>
      array (
        'cal' =>
        array (
          0 =>
          array (
            'GETvar' => 'tx_cal_controller[view]',
          ),
          1 =>
          array (
            'GETvar' => 'tx_cal_controller[type]',
              'valueMap' => array (
              'detail' => 'tx_cal_phpicalendar',
             ),
          ),
          2 =>
          array (
            'GETvar' => 'tx_cal_controller[year]',
          ),
          3 =>
          array (
            'GETvar' => 'tx_cal_controller[month]',
          ),
          4 =>
          array (
            'GETvar' => 'tx_cal_controller[day]',
          ),
          5 =>
          array (
            'GETvar' => 'tx_cal_controller[uid]',
            'lookUpTable' =>
            array (
              'table' => 'tx_cal_event',
              'id_field' => 'uid',
              'alias_field' => 'title',
              'addWhereClause' => ' AND NOT deleted',
              'useUniqueCache' => 1,
              'useUniqueCache_conf' =>
              array (
                'strtolower' => 1,
                'spaceCharacter' => '_',
              ),
            ),
          ),
          6 =>
          array (
            'GETvar' => 'tx_cal_controller[lastview]',
          ),
        ),
      ),
    ),



More information about the TYPO3-project-calendar mailing list