[TYPO3-english] RealUrl and path
Roberto Torresani
erreti at gmail.com
Fri Jul 30 11:43:49 CEST 2010
Hello everyone!
I need to add in the url the id of the page. The result should be something
like title-uid/title-uid/title-uid.html.
I tried to add to the configuration of realurl the following lines:
$TYPO3_CONF_VARS['FE']['addRootLineFields'].=
',tx_realurl_pathsegment,concat(title,uid) as newtitle';
and in pagePath:
'segTitleFieldList' =>
'newtitle,alias,tx_realurl_pathsegment,nav_title,title',
This work fine with encode but not with decode, because the code try a
select "newtitle" in the sql table "pages".
How can I make my goal?
Thanks
Roberto
More information about the TYPO3-english
mailing list