[TYPO3-german] Realurl und TIMTAB

Harald Amelung ha75 at gmx.net
Thu Mar 22 18:54:15 CET 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hallo Susanna,

Dr. Susanna Künzl schrieb:
> Ich liege wieder mal im Clinch mit realurl. Die Links für TIMTAB
> 
> Realurl: Ich habe die Basiseinstellungen aus der
> res/realurl_example_setup.php verwendet. Kennt jemand das Problem oder hat
> eine Einstellung, die funktioniert?

Ich benutze folgendes Setup in der localconf.php:

'postVarSets' => array(
  '_DEFAULT' => array(
    // news archive parameters
    'archiv' => array(
      array(
        'GETvar' => 'tx_ttnews[year]' ,
      ),
      array(
        'GETvar' => 'tx_ttnews[month]' ,
        'valueMap' => array(
          'januar' => '01',
          'februar' => '02',
          'maerz' => '03',
          'april' => '04',
          'mai' => '05',
          'juni' => '06',
          'juli' => '07',
          'august' => '08',
          'september' => '09',
          'oktober' => '10',
          'november' => '11',
          'dezember' => '12',
        )
      ),
    ),
    // news pagebrowser
    'seite' => array(
      array(
        'GETvar' => 'tx_ttnews[pointer]',
      ),
    ),
    // news categories
    'kategorie' => array (
      array(
        'GETvar' => 'tx_ttnews[cat]',
        'lookUpTable' => array(
          'table' => 'tt_news_cat',
          'id_field' => 'uid',
          'alias_field' => 'title',
          'addWhereClause' => ' AND NOT deleted'
          'useUniqueCache' => 1,
          'useUniqueCache_conf' => array(
            'strtolower' => 1,
            'spaceCharacter' => '-',
          ),
        ),
      ),
    ),
    // news articles and searchwords
    'artikel' => array(
      array(
        'GETvar' => 'tx_ttnews[tt_news]',
        'lookUpTable' => array(
          'table' => 'tt_news',
          'id_field' => 'uid',
          'alias_field' => 'title',
          'addWhereClause' => ' AND NOT deleted',
          'useUniqueCache' => 1,
          'useUniqueCache_conf' => array(
            'strtolower' => 1,
            'spaceCharacter' => '-',
          ),
        ),
      ),
      array(
        'GETvar' => 'tx_ttnews[swords]',
      ),
    ),
  ),
),


Im Setup meines Templates steht:

plugin.tt_news {
  dontUseBackPid = 1
  useHRDates = 1
  useHRDatesSingle = 1
  useHRDatesSingleWithoutDay = 1
}

Vielleicht hilft dir dieses Setup ja weiter.

Viele Grüße
Harald

- --
Harald Amelung, BCS    |   http://www.nuspirit.de
XING: https://www.xing.com/profile/Harald_Amelung
Freelancer-Community Erfurt:   http://www.2ndw.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGAsLHCbOX27oJRu8RAiedAJ0TRCcqRfAxP00RsxQx08y0RYL67gCfQ80o
thNgepEcbvbKtGm8HX1OMnI=
=T0XI
-----END PGP SIGNATURE-----


More information about the TYPO3-german mailing list