[TYPO3-english] Page tree and menu navigation

Sergio scatala at iti.upv.es
Thu May 21 17:49:14 CEST 2009


El jue, 21-05-2009 a las 15:49 +0200, David Bruchmann escribió: 
> ----- Ursprüngliche Nachricht -----
> Von:        Sergio <scatala at iti.upv.es>
> Gesendet:   Donnerstag, 21. Mai 2009 15:28:39
> An:         TYPO3 English <typo3-english at lists.netfielders.de>
> CC:
> Betreff:    [TYPO3-english] Page tree and menu navigation
> > My page tree:
> > 
> >   Main
> >   |
> >   |--------> 1. Main (domain: www.main.com)
> >   |           	  |--------------> 1.A. Services
> >   |		  |		  	  |--------------> 1.A.1. Description
> >   |		  |		  	  |--------------> 1.A.2. Contact (shortcut to: 2.A.)
> >   |           	   \-------------> 1.B. Products
> >   |				  	  |--------------> 1.B.1. Description
> >   |				  	  |--------------> 1.B.2. Contact (shortcut to: 2.B.)
> >   |
> >    --------> 2. Forms (domain: www.forms.com)
> > 	  	  |--------------> 2.A. Contact
> > 	  	   \-------------> 2.B. Contact
> > 
> > 
> > I would like to get the next situation: 
> > 
> >  * when I'm in 2.A. and 2.B. page, the same menu navigation as site "1.
> > Main" would happen. Is there a way to preserve the FIRST page tree
> > despite you change domain and pages structure?
> > 
> > Maybe another page tree to get that? 
> > 
> > Sergio
> > 
> 
> Try the page-type "mount page":
> 
> http://typo3.org/documentation/document-library/tutorials/doc_tut_quickstart/0.1.0/view/1/3/#id3927277
> 
> Regards
> David

Thanks David for your clue. I will try it ;-) 

My wish goes even further: I would like to simplify my page tree at
most. 

   |--------> 1. Main (domain: www.main.com) (domain: www.forms.com)
   |           	  |--------------> 1.A. Services
   |		  |		  	  |--------------> 1.A.1. Description
   |		  |		  	  |--------------> 1.A.2. Contact
   |           	   \-------------> 1.B. Products
   |				  	  |--------------> 1.B.1. Description
   |				  	  |--------------> 1.B.2. Contact

I would like to have 2 domains on the same page "1. Main" and use one or
another depending on page I'm in. 


I found a way to know the page I'm in and change the behaviour of my
"config.baseURL":

[PIDinRootline = 2,4]
config.baseURL = http://www.forms.com
[else]
config.baseURL = http://www.main.com/
[end]

where 2 and 4 are PIDs of "Services > Contact" and "Description >
Contact". 

Would you know a way to tell TYPO3 to use a certain domain?:

[PIDinRootline = 2,4]
	"use_forms_domain"
[else]
	"use_main_domain"
[end]




More information about the TYPO3-english mailing list