[TYPO3] symlinks?

Dmitrii Dimandt dmitriid at gmail.com
Mon Jan 2 11:23:38 CET 2006


On 1/2/06, manfred <tic at tictric.net> wrote:
> > Hi Manfred,
> >
> > If you choose a page type 'Advanced', you can scroll to the bottom of
> > the page and choose a page in the 'Show content from this page instead:'
> > field. That will allow you to create a page, and basically do the same
> > thing as an 'insert record', except you're inserting an entire page.
> >
> > This would probably be the closest thing to a server-type symlink for a
> > page.
>
> Thank you, you saved me a lot of time :-)
> I was so focused on that shortcut thing that I didn't think of that.
>
> Now I'm thinking about displaying a different linklist depending on
> where that page appears. I reckon I could work with a PIDinRootline
> conditional.
> Is there an example somwhere? Not that I couldn't work it out myself but
> if one existed it would safe me some time again :-)
>

You use PIDinRootline conditional and HMENU.special = list. Like so:
---start code snippet---

temp.left_menu = HMENU

temp.left_menu.special = list
temp.left_menu.special.value = 315, 313, 41, 309, 16, 331

[PIDinRootline = 21]
	temp.left_menu.special.value = 75, 388, 79
[end]

---end code snippet---



More information about the TYPO3-english mailing list