Antwort
 
LinkBack (8) Themen-Optionen Thema durchsuchen Thema bewerten Ansicht
  #1  
Alt 20.06.07, 11:45
Benutzerbild von Junior
TYPO3 Forum Team
Administrator
 
Registriert seit: 18.08.04
Ort: Zürich
Alter: 33
Beiträge: 2.790
Junior eine Nachricht über Skype™ schicken
mm_forum und RealUrl

Crosspost: TYPO3.net - mm_forum und RealUrl

Hi,

ich schaffe es nicht in meinem mm_forum RelUrl zu aktivieren.

Folgenden localconf.php Eintrag habe ich:

PHP-Code:
<?php
$TYPO3_CONF_VARS
['EXTCONF'] ['realurl'] ['_DEFAULT'] = array(



'init' => array(
    
'enableCHashCache' => 1,
    
'enableUrlDecodeCache' => 1,
    
'enableUrlEncodeHash' => 1,
    
'respectSimulateStaticURLs'=>1,
    
'postVarSet_failureMode' => 'redirect_goodUpperDir',
    
),
'rewrite' => array(
),
'preVars' => array(
    
    array(
        
'GETvar' => 'L',
        
'valueMap' => array(
            
'de' => '0',
            
'en' => '1',
        ),
        
'noMatch' => 'bypass',
        
//'valueDefault' => 'de',
    
),
    array(
          
'GETvar' => 'no_cache',
          
'valueMap' => array(
             
'no_cache' => 1,
           ),
          
'noMatch' => 'bypass',
      ),
),

'pagePath' => array(
    
'type' => 'user',
    
'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
    
'spaceCharacter' => '-',
    
'languageGetVar' => 'L',
    
'expireDays' => 3,
    
'rootpage_id' => 2,
),

'fileName' => array (
    
'defaultToHTMLsuffixOnPrev' => 0,
    
'index' => array(
        
'page.html' => array(
            
'keyValues' => array (
                
'type' => 1,
            ),
        ),
    ),
),

 
'fixedPostVarSets' => array(),
 
'fixedPostVars' => array(
                
'mm_forum_pi3' => array(
                        array(
                                
'GETvar' => 'tx_mmforum_pi3[folder]',
                                
'valueMap' => array(
                                        
'posteingang'      => 'inbox',
                                        
'postausgang'      => 'send',
                                        
'archiv'                        => 'archiv'
                                
)
                        ),
                        array(
                                
'GETvar' => 'tx_mmforum_pi3[action]',
                                
'valueMap' => array(
                                        
'lesen'    => 'message_read',
                                        
'schreiben'               => 'message_write',
                                        
'loeschen'                  => 'message_del'
                                
)
                        ),
                        array(
                                
'GETvar' => 'tx_mmforum_pi3[messid]',
                                
'lookUpTable' => array(
                                        
'table' => 'tx_mmforum_pminbox' ,
                                        
'id_field' => 'uid',
                                        
'alias_field' => 'subject',
                                        
'addWhereClause' => ' AND NOT deleted',
                                        
'useUniqueCache' => 1,
                                        
'useUniqueCache_conf' => array(
                                                
'strtolower' => 1,
                                                
'spaceCharacter' => '_',
                                        ),
                                ),
                        ),
                        array(
                                
'GETvar' => 'tx_mmforum_pi3[userid]',
                                
'lookUpTable' => array(
                                        
'table' => 'fe_users' ,
                                        
'id_field' => 'uid',
                                        
'alias_field' => 'username',
                                        
'addWhereClause' => ' AND NOT deleted',
                                        
'useUniqueCache' => 1,
                                        
'useUniqueCache_conf' => array(
                                                
'strtolower' => 1,
                                                
'spaceCharacter' => '_',
                                        ),
                                ),
                        )
                ),
                
'mm_forum_pi1' => array(
                        array(
                                
'GETvar' => 'tx_mmforum_pi1[action]',
                                
'valueMap' => array(
                                        
'themen' => 'list_topic',
                                        
'beitraege' => 'list_post',
                                        
'benutzer' => 'forum_view_profil',
                                        
'antworten' => 'new_post',
                                        
'eroeffnen' => 'new_topic',
                                        
'melden' => 'post_alert',
                                        
'bearbeiten' => 'post_edit',
                                        
'loeschen' => 'post_del',
                    
'alle_beitraege' => 'post_history',
                    
'unbeantwortet' => 'list_unans',
                    
'ungelesen' => 'list_unread',
                    
'alles_gelesen' => 'reset_read',
                    
'abonnieren' => 'set_havealook',
                    
'abo_loeschen' => 'del_havealook',
                    
'favorit' => 'set_favorite',
                    
'kein_favorit' => 'del_favorite',
                    
'praefix' => 'list_prefix'
                                
),
                        ),
                        array(
                                
'GETvar' => 'tx_mmforum_pi1[fid]',
                                
'lookUpTable' => array(
                                        
'table' => 'tx_mmforum_forums' ,
                                        
'id_field' => 'uid',
                                        
'alias_field' => 'forum_name',
                                        
'addWhereClause' => ' AND NOT deleted',
                                        
'useUniqueCache' => 1,
                                        
'useUniqueCache_conf' => array(
                                                
'strtolower' => 1,
                                                
'spaceCharacter' => '_',
                                        ),
                                ),
                        ),
                        array(
                                
'GETvar' => 'tx_mmforum_pi1[tid]',
                                
'lookUpTable' => array(
                                        
'table' => 'tx_mmforum_topics' ,
                                        
'id_field' => 'uid',
                                        
'alias_field' => 'topic_title',
                                        
'addWhereClause' => ' AND NOT deleted',
                                        
'useUniqueCache' => 1,
                                        
'useUniqueCache_conf' => array(
                                                
'strtolower' => 1,
                                                
'spaceCharacter' => '_',
                                        ),
                                ),
                        ),
                        array(
                                
'GETvar' => 'tx_mmforum_pi1[pid]'
                        ),
                        array(
                                
'GETvar' => 'tx_mmforum_pi1[page]'
                        ),
                        array(
                                
'GETvar' => 'tx_mmforum_pi1[user_id]',
                                
'lookUpTable' => array(
                                        
'table' => 'fe_users' ,
                                        
'id_field' => 'uid',
                                        
'alias_field' => 'username',
                                        
'addWhereClause' => ' AND NOT deleted',
                                        
'useUniqueCache' => 1,
                                        
'useUniqueCache_conf' => array(
                                                
'strtolower' => 1,
                                                
'spaceCharacter' => '_',
                                        ),
                                ),
                        ),
                                                                                          
                ),
                
'122' => 'mm_forum_pi1',
                
'125' => 'mm_forum_pi3'
        
), 

'fixedPostVarSets' => array(
),

'postVarSets' => array(
    
'_DEFAULT' => array(
        
//archive
        
'period' => array (
            array (
                
'condPrevValue' => -1,
                
'GETvar' => 'tx_ttnews[pS]',
                
//'valueMap => array()
            
),
            array (
                
'GETvar' => 'tx_ttnews[pL]',
                
//'valueMap => array()
            
),

            array (
                
'GETvar' => 'tx_ttnews[arc]',
                
'valueMap' => array(
                    
'non-archived' => -1,
                ),
            ),
        ),

        
'browse' => array (
            array (
                
'GETvar' => 'tx_ttnews[pointer]',
            ),
        ),
        
'select' => 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' => '-',
                    ),
                ),
            ),
        ),
        
'article' => array(
            array (
                
'GETvar' => 'tx_ttnews[backPid]',
                
// 'valueMap => array(
                // ),
            
),
            array (
                
'GETvar' => 'tx_ttnews[tt_news]',
                
'lookUpTable' => array (
                    
'table' => 'tt_news',
                    
'id_field' => 'uid',
                    
'alias_field' => 'title',
                    
'maxLength' => 12,
                    
'addWhereClause'=> 'AND NOT deleted',
                    
'useUniqueCache'=> 1,
                    
'useUniqueCache_conf' => array (
                        
'strtolower' => 1,
                        
'spaceCharacter' => '-',
                    ),
                ),
            ),
        ),
        
    ),
),

);
?>
PHP-Code:
<?php
                
'122' => 'mm_forum_pi1',
                
'125' => 'mm_forum_pi3'
?>
122 entspricht der ID der Seite auf der das Forum eingefügt ist; 125 der auf der die PNs eingetragen sind.

Ich habe weiterhin unter "Allgemeine Einstellungen" das Häkchen bei "RealURL-Unterstützung aktivieren" gesetzt und alle Caches gelöscht.

Das Forum wird weiterhin ohne RealUrl Config angezeigt. Die Doku unter http://typo3.org/documentation/docum...1/6/#id3569537 habe ich mehr als einmal gelesen.

Was mache ich falsch?

Danke und lieben Gruss
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
Sponsored Links
  #2  
Alt 20.06.07, 16:12
Benutzerbild von ttb
ttb ttb ist offline
Forum Stammgast
 
Registriert seit: 08.12.05
Ort: Schwerin
Beiträge: 259
ttb eine Nachricht über Skype™ schicken

Moin,

vermutlich liegts daran, dass du zweimal fixedPostVarSets (gibts laut wiki.typo3.org garnicht!?) und einmal fixedPostVars bei dir drin hast.
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
  #3  
Alt 26.06.07, 12:58
TYPO3 Forum Team
Administrator
 
Registriert seit: 23.03.07
Beiträge: 487

Das Problem wurde gelöst: Die realURL configuration wurde unten in der Datei ein 2. Mal angegeben und daher die Einträge fürs mm_forum überschrieben.
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
  #4  
Alt 23.07.07, 13:41
Benutzerbild von Junior
TYPO3 Forum Team
Administrator
 
Registriert seit: 18.08.04
Ort: Zürich
Alter: 33
Beiträge: 2.790
Junior eine Nachricht über Skype™ schicken

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
  #5  
Alt 31.08.07, 18:46
Forum Newbie
 
Registriert seit: 24.07.06
Beiträge: 16

Falls es jemandem hilf: Ich hatte obgenanntes Problem ebenfalls. Bei mir war es jedoch was anderes. Ich hate realurl version 1.1.0 (beta) installiert. Version 1.1.4 (stable) hat das Problem behoben. Gruss
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

LinkBacks (?)
LinkBack to this Thread: http://www.typo3forum.net/forum/mm_forum/21443-mm_forum-realurl.html
Erstellt von For Type Datum
TYPO3.net - mm_forum und RealUrl This thread Refback 25.09.07 13:12
TYPO3.net - mm_forum und RealUrl This thread Refback 14.08.07 20:44
TYPO3.net - mm_forum und RealUrl This thread Refback 27.07.07 16:43
TYPO3.net - mm_forum und RealUrl This thread Refback 18.07.07 12:51
TYPO3.net - mm_forum und RealUrl This thread Refback 23.06.07 17:00
TYPO3.net - mm_forum und RealUrl This thread Refback 23.06.07 17:00
TYPO3.net - mm_forum und RealUrl This thread Refback 21.06.07 12:44
TYPO3.net - mm_forum und RealUrl This thread Refback 20.06.07 13:06

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
mm_forum Phil mm_forum 5 05.04.08 14:37
mm_forum Rechtevergabe Octoron mm_forum 0 04.04.08 14:00
mm_forum konkurrenzfähig? zefix mm_forum 8 23.10.07 21:59
mm_forum aus dem TER verschwunden? Averlon mm_forum 4 22.09.07 18:49
Wie installiere ich die mm_forum Junior mm_forum 1 02.05.07 19:18


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:57 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