[TYPO3-english] Need pages with no menu at the left side
David Bruchmann
typo3-en at bruchmann-web.de
Thu May 7 09:16:03 CEST 2009
----- Ursprüngliche Nachricht -----
Von: Ronald Wiplinger (Lists) <ronald_lists at elmit.com>
Gesendet: Donnerstag, 7. Mai 2009 08:50:45
An: TYPO3 English <typo3-english at lists.netfielders.de>
CC:
Betreff: [TYPO3-english] Need pages with no menu at the left side
> I need a hint how to solve a small problem.
>
> I use a template with a menu on the left side. At some pages I need more
> space and would like to omit this left column with the menu.
> How can I do that? Two solutions come into my mind, although I have not
> tried it nor do I know how exactly I have to do it:
> 1. use a sub template for that page
> 2. use a flag pagetype to avoid the left column
>
> The complete scenario is that I want to use at a page imageflow to
> select a page. The page should then be displayed in an extra window
> without the menu.
> The problems are:
> 1. Imageflow cannot handle to my knowledge to open a new page.
> 2. Imageflow cannot open a page with a flag (to avoid the menu).
>
> Is there a way that I can open a simple page which uses an automatic
> opening of the page I need with the flag to avoid the menu?
>
> bye
>
> Ronald
Hy Ronald,
If it's enough to note the pid(s) where no menu is wanted statically you
can note:
xyz = HMENU
xyz {
### YOUR MENU ###
}
[pidInList = 0,1,2,4,5]
xyz >
[GLOBAL]
Best regards
david
More information about the TYPO3-english
mailing list