[TYPO3-UG Italy] problema con realurl e wec_discussion

De Contardi Riccardo Riccardo.DeContardi at bhuman.it
Wed Jun 10 10:15:27 CEST 2009


Buongiorno: ho un problema con wec_discussion e spero che qualcuno possa aiutarmi:

 

Utilizzo Typo3 4.2.6, Realurl 1.5.3 e wex_discussion 1.7.2; ho configurato il plugin wec_discussion sul frontend come "blog".

 

Il problema: quando clicco sul link per editare un post esistente, l'URL non viene formattata correttamente, ma ne rimane un pezzo non "tradotto", ovvero ad es:

 

http://typo3.test.din3l/page-2/discussione-blogge/?tx_wecdiscussion[editMsg]=7 <http://typo3.test.din3l/page-2/discussione-blogge/?tx_wecdiscussion%5beditMsg%5d=7> 

 

 

La mia configurazione di Realur (solo la parte attinente all'estensione) è:

 

'discussion_cat'=> array(

            array(

                        'GETvar' => 'tx_wecdiscussion[show_cat]',

                        'lookUpTable' => array(

                                   'table' => 'tx_wecdiscussion_category',

                                   'id_field' => 'uid',

                                   'alias_field' => 'name',

                                   'addWhereClause' => ' AND deleted != 1',

                                   'useUniqueCache' => 1,

                                   'useUniqueCache_conf' => array(

                                   'strtolower' => 1

                                   

                                   ),

                        ),

            ),

),

'discussion_archive'=> array(

            array(

                        'GETvar' => 'tx_wecdiscussion[show_date]' ,                                                   

            ),

            array(

                        'GETvar' => 'tx_wecdiscussion[archive]' ,                                                         

            ),

 

),

'discussion_reply'=> array(

            array(

                        'GETvar' => 'tx_wecdiscussion[isreply]' ,

                        'noMatch' => 'bypass',                                                 

            ),

 

            array(

                        'GETvar' => 'tx_wecdiscussion[single]',

                        'lookUpTable' => array(

                                   'table' => 'tx_wecdiscussion_post',

                                   'id_field' => 'uid',

                                    // MLC Goolge wants uniqueness for spidering                                                                                                

                                   'alias_field' => 'concat(subject," ",uid)',

                                   'addWhereClause' => ' AND deleted != 1',

                                   'useUniqueCache' => 1,

                                   'useUniqueCache_conf' => array(

                                   'strtolower' => 1,

                                   'spaceCharacter' => '-'

                                   ),

                        ),

            ),

),

'discussion_showreply'=> array(

            array(

                        'GETvar' => 'tx_wecdiscussion[showreply]',

                        'lookUpTable' => array(

                                   'table' => 'tx_wecdiscussion_post',

                                   'id_field' => 'uid',

                                   // MLC Goolge wants uniqueness for spidering                                                                                                

                                   'alias_field' => 'concat(subject," ",uid)',

                                   'addWhereClause' => ' AND deleted != 1',

                                   'useUniqueCache' => 1,

                                   'useUniqueCache_conf' => array(

                                   'strtolower' => 1,

                                   'spaceCharacter' => '-'

                                   ),

                        ),

            ),

),

'discussion_edit'=> array(

            array(

                        'GETvar' => 'tx_wecdiscussion[editMsg]',

                        'lookUpTable' => array(

                                   'table' => 'tx_wecdiscussion_post',

                                   'id_field' => 'uid',

                                   // MLC Goolge wants uniqueness for spidering                                                                                                

                                   'alias_field' => 'concat(subject," ",uid)',

                                   'addWhereClause' => ' AND deleted != 1',

                                   'useUniqueCache' => 1,

                                   'useUniqueCache_conf' => array(

                                   'strtolower' => 1,

                                   'spaceCharacter' => '-'

                                   ),

                        ),

            ),

),

 

'discussion_preview'=> array(

            array(

                        'GETvar' => 'tx_wecdiscussion[ispreview]',

                        'lookUpTable' => array(

                                   'table' => 'tx_wecdiscussion_post',

                                   'id_field' => 'uid',

                                   // MLC Goolge wants uniqueness for spidering                                                                                                

                                   'alias_field' => 'concat(subject," ",uid)',

                                   'addWhereClause' => ' AND deleted != 1',

                                   'useUniqueCache' => 1,

                                   'useUniqueCache_conf' => array(

                                   'strtolower' => 1,

                                   'spaceCharacter' => '-'

                                   ),

                        ),

            ),                                 

),

 

Grazie per l'aiuto

**************************************

Riccardo De Contardi

 

B Human Srl - www.bhuman.it <file:///C:\Documents%20and%20Settings\riccardo.decontardi\Dati%20applicazioni\Microsoft\Firme%20elettroniche\www.bhuman.it>  

Via Canzio, 15 - 20131 Milano

Tel +39.02 20 23 271 - Fax +39.02 20 240 561

 



Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il mittente e, tenuto conto delle responsabilità connesse all'indebito utilizzo e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it erroneously. If so, the receiver is requested to immediately inform the sender and - in consideration of the responsibilities arising from undue use and/or disclosure of the message and/or the information contained therein - destroy the original message and any copy or printout thereof.




More information about the TYPO3-UG-Italy mailing list