[TYPO3-english] Realurl and pages with same path/title

Dmitry Martynenko dima at realt.by
Wed Oct 22 11:58:19 CEST 2008


Hi Jigal,

JvH> While trying to configure Realurl I stumbled upon a real challenge: in
JvH> the pagetree there are a few places where a few pages with the same path
JvH> and (nav)title exists next to eachother. Each page is only accessible 
JvH> for a certain user group, so only one of the set is visible in the menu.
JvH> You can imagine what Realurl does...

JvH> In another place in the pagetree the subpage is used as single view page
JvH> for logged in visitors and visitors who are not logged in are directed
JvH> to the page one level higher (standard TYPO3 behaviour). These pages 
JvH> also have the same title (but the paths are different, so the subpage 
JvH> will have an extra level in the path which is also not desirable).

JvH> Any creative ideas for solving this?

You can use ID of page to generate path or another unique value
in tx_realurl_pathsegment, but not navtitle:

In RealURL config file:
'segTitleFieldList' => 'tx_realurl_pathsegment,alias,nav_title,title',
Or
'segTitleFieldList' => 'id',

-- 
Dmitry Martynenko
Developer

Web: http://realt.by



More information about the TYPO3-english mailing list