Antwort
 
LinkBack Themen-Optionen Thema durchsuchen Thema bewerten Ansicht
  #1  
Alt 21.04.08, 17:06
Forum Newbie
 
Registriert seit: 13.03.08
Alter: 29
Beiträge: 17
realURL und Bilder/ce_gallery

Hallo,

folgende Ext sind in Typo3 4.1.6 beteiligt:

realurl 1.3.1
aoe_realurlpath 0.1.4
fl_realurl_image 1.0.2
danp_realurlconfigurator 1.0.2
dam 1.0.101
pmkslimbox 2.2.0
ce_gallery 2.0.5

RealUrl funktioniert so weit (z.B. h**p://w*w.domain.de/menue-links/homepage.html),
nur leider nicht bei Bildern und schlecht in der Galerie.

Bilder (Text mit Bild/Bild) sehen noch so aus:
h**p://w*w.domain.de/typo3temp/pics/1e9a36a115.jpg

In ce_gallery sieht die Kategorieübersicht so aus:
h**p://w*w.domain.de/menue-links/galerie/album/2-rohabdruecke/albumpage/1.html

das ist ja schon gar nicht mal schlecht,

aber bei den Vorschaubilder tut sich nicht so viel:
h**p://w*w.domain.de/typo3temp/ce_gallery/d_6_800_600_90.JPG

Meine realurlconf

Code:
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
        'init' => array(
            'enableCHashCache' => 1,
            'appendMissingSlash' => 'ifNotFile',
            'enableUrlDecodeCache' => 1,
            'enableUrlEncodeCache' => 1,
            'respectSimulateStaticURLs' => 0,
            'postVarSet_failureMode'=>'redirect_goodUpperDir',
        ),
    'redirects_regex' => array (
 
    ),
    'preVars' => array(
                        array(
                                'GETvar' => 'no_cache',
                                'valueMap' => array(
                                    'no_cache' => 1,
                                ),
                                'noMatch' => 'bypass',
                        ),
                         array(
                             'GETvar' => 'L',
                             'valueMap' => array(
                                                'en' => '1',
                                        ),
                                'noMatch' => 'bypass',
                        ),
                ),
     'pagePath' => array (
     'type' => 'user',
     'userFunc' => 'EXT:aoe_realurlpath/class.tx_aoerealurlpath_pagepath.php:&tx_aoerealurlpath_pagepath->main',
     'spaceCharacter' => '-',
     'cacheTimeOut'=>'100',
     'languageGetVar' => 'L', 
     'rootpage_id' => '1',
     'segTitleFieldList'=>'alias,tx_aoerealurlpath_overridesegment,nav_title,title,subtitle',
   ),
      'postVarSets' => array(
            '_DEFAULT' => array(
             // ce_gallery
                'album' => array(
                 array(
          'GETvar' => 'tx_cegallery_pi1[album]',
          'lookUpTable' => array(
           'table' => 'tx_dam_cat',
           'id_field' => 'uid',
           'alias_field' => 'title',
           'addWhereClause' => ' AND NOT deleted',
            'useUniqueCache' => 1,
           'useUniqueCache_conf' => array(
            'strtolower' => 1,
            'spaceCharacter' => '-',
           ),
          ),
         )
        ),
 
        'detail' => array(
          array(
          'GETvar' => 'tx_cegallery_pi1[detail]',
          'lookUpTable' => array(
           'table' => 'tx_dam',
           'id_field' => 'uid',
           'alias_field' => 'title',
           'addWhereClause' => ' AND NOT deleted',
           'useUniqueCache' => 1,
           'useUniqueCache_conf' => array(
            'strtolower' => 1,
            'spaceCharacter' => '-',
           ),
          ),
         )
        ),
 
        'albumpage' => array(
         array('GETvar' => 'tx_cegallery_pi1[apage]')
        ),
 
                // news archive parameters
                'archive' => array(
                    array(
                        'GETvar' => 'tx_ttnews[year]' ,
                        ),
                    array(
                        'GETvar' => 'tx_ttnews[month]' ,
                            'valueMap' => array(
                            'january' => '01',
                            'february' => '02',
                            'march' => '03',
                            'april' => '04',
                            'may' => '05',
                            'june' => '06',
                            'july' => '07',
                            'august' => '08',
                            'september' => '09',
                            'october' => '10',
                            'november' => '11',
                            'december' => '12',
                            )
                        ),
                    ),
                // news pagebrowser
                'browse' => array(
                    array(
                        'GETvar' => 'tx_ttnews[pointer]',
                        ),
                    ),
                // news categories
                'select_category' => array (
                    array(
                        'GETvar' => 'tx_ttnews[cat]',
                        ),
                    ),
                // news articles and searchwords
                'article' => 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]',
                        ),
                    ),
                ),             
            ),
      'fileName' => array(
            'defaultToHTMLsuffixOnPrev'=>1,
            'index' => array(
                'rss.xml' => array(
                    'keyValues' => array(
                        'type' => 100,
                    ),
                ),
                'rss091.xml' => array(
                    'keyValues' => array(
                        'type' => 101,
                    ),
                ),
                'rdf.xml' => array(
                    'keyValues' => array(
                        'type' => 102,
                    ),
                ),
                'atom.xml' => array(
                    'keyValues' => array(
                        'type' => 103,
                    ),
                ),
                'sitemap.xml' => array(
                 'keyValues' => array(
                         'type' => 200,
                    ),
             ),
             'robots.txt' => array(
                     'keyValues' => array(
                         'type' => 201,
                    ),
                ),
            ),
        ),
 );
Kann mir da mal jemand etwas unter die Arme greifen?
Danke
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Antwort


Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge anzufügen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

vB Code ist An.
Smileys sind An.
[IMG] Code ist An.
HTML-Code ist Aus.
Trackbacks are An
Pingbacks are An
Refbacks are An


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
RealURL + websiteportfolio oder eigene Extension zu RealURL hinzufügen! BENCH Suchmaschinenfreundliche URLs (SEO) 5 24.11.07 21:30
Neue Extension - RealURL für Bilder Spyker Deine TYPO3 Extension 6 20.08.07 10:00
RealURL: Bilder werden nicht angezeigt x-behind Suchmaschinenfreundliche URLs (SEO) 1 12.04.07 18:19
REALURL: Bilder im typo3-Verzeichnis werden nicht angezeigt xtine777 Suchmaschinenfreundliche URLs (SEO) 0 22.03.07 12:12
tt_News RSS + RealURL: Problem mit Bilder URL und Post links BENCH News (tt_news, mininews und Co) 3 05.03.07 14:04


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:50 Uhr.


Powered by vBulletin® Version 3.6.8 Patch Level 2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Template-Modifikationen durch TMS