[TYPO3-calendar] RealUrl CAL

Stefan Schreck ses_2008 at gmx.net
Fri Jan 25 09:35:32 CET 2013


so here is a working version with fixedPostVars
though I had to use a little trick to overwrite the RealUrl path
instead of /festival/program/event_detail/ which would be the native 
RealUrl Path for this page I let the RealUrL fixedPostVars generate it.

-------------- next part --------------


 'fixedPostVars' =>
    array (
      '_DEFAULT' =>
        array (
          0 =>
          array (
            'GETvar' => 'tx_cal_controller[view]',
             'valueMap' =>
            array (
            		'program' => 'event',
            		),
          ),
          1 =>
          array (
            'GETvar' => 'tx_cal_controller[type]',
            'valueMap' =>
            array (
            		'event' => '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