npostnik.de

RealURL Konfiguration für pro_industrydb und sk_calendar

Auszug aus der RealURL-Konfiguration in der typo3conf/localconf.php
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
'init' => array(...),
'pagePath' => array(...),
'fileName' => array(...),
'postVarSets' => array(
   '_DEFAULT' => array(
    'industrydb' => array(
      array(
        'GETvar' => 'tx_proindustrydb_pi1[showUid]',
        'lookUpTable' => array(
          'table' => 'tx_proindustrydb_entries',
          'id_field' => 'uid',
          'alias_field' => 'title'
        ),
      ),
    ),
    'calendar' => array(
      array(
        'GETvar' => 'tx_skcalendar_pi1[view]',
      ),
      array(
        'GETvar' => 'tx_skcalendar_pi1[uid]',
      ),
      array(
        'GETvar' => 'tx_skcalendar_pi1[offset]',
      ),
      array(
        'GETvar' =>'tx_skcalendar_pi1[datefrom]',
      ),
      array(
        'GETvar' => 'tx_skcalendar_pi1[dateto]',
      ),
      array(
        'GETvar' => 'tx_skcalendar_pi1[targetgroups]',
        'lookUpTable' => array(
          'table' => 'tx_skcalendar_targetgroup',
          'id_field' => 'uid',
          'alias_field' => 'title'
        ),
        'noMatch' => 'bypass',
      ),
      array(
        'GETvar' => 'tx_skcalendar_pi1[categories]',
        'lookUpTable' => array(
          'table' => 'tx_skcalendar_category',
          'id_field' => 'uid',
          'alias_field' => 'title'
        ),
        'noMatch' => 'bypass',
      ),
      array(
        'GETvar' => 'tx_skcalendar_pi1[locations]',
        'lookUpTable' => array(
          'table' => 'tx_skcalendar_location',
          'id_field' => 'uid',
          'alias_field' => 'title'
        ),
        'noMatch' => 'bypass',
      ),
      array(
        'GETvar' => 'tx_skcalendar_pi1[organizers]',
        'lookUpTable' => array(
          'table' => 'tx_skcalendar_organizer',
          'id_field' => 'uid',
          'alias_field' => 'title'
        ),
        'noMatch' => 'bypass',
      ),
    ),
  ),
),
);

Die mobile Version verlassen