[Typo3] How to setup "recently updated" item
Torsten Schrade
schrade at lineara.de
Tue Jun 7 19:30:26 CEST 2005
> But for some reason it opens these links into new windows - is there some
> code to fix this?
>
> I have set this into constant:
>
> PAGE_TARGET = _top
>
> And it has worked in every other case.
>
> Cheers,
> Kimmo
Hi Kimmo,
time to start using the TSOB (TypoScript Object Browser) in Web>Template
Module... ;-)
If you check position tt_content.menu.20.5 you will find all the
settings regarding the rendering of the different sitemaps. There is a line
tt_content.menu.20.5.1.target = page
and that needs to be changed... TSRef tells you that within TMENU you
can set the targets for the generated links with this property.
Therefore change the line
tt_content.menu.20.5.1.target = _top
and all generated links open in the same window.
Have fun,
Torsten
More information about the TYPO3-english
mailing list