[TYPO3-mvc] Feature: automatic target page determination

Bastian Waidelich bastian at typo3.org
Thu Aug 5 10:57:43 CEST 2010


Ernesto Baschny [cron IT] wrote:

> A simple "admin" would be a newby to the scene, installing TYPO3,
> installing some extension and adding the plugins to some pages. It
> works! He is far from making a multi-domain page tree. :)

But even multi-domain page trees work by default.
An _Example_: *g
I'm currently working on a project that exists of one master site and 
many microsites with their own domain. On the master site I have a list 
of all available job offers and a hidden job offer detail page.
On the microsites I have specialized list views (only displaying job 
offers of the current branch). And they should use the same detail page 
in my case.

That worked out of the box, I did not have to configure anything.

Obviously, when adding a link to the details page "show all job offers", 
I have an ambiguity and I need to define a default list (So I have added 
a TS constant that sets tx_myext_joblist.view.defaultPid).

Only if you have totally independent sites in one TYPO3 instance, the 
situation is different. But that's a special case in my eyes.

Best,
Bastian


More information about the TYPO3-project-typo3v4mvc mailing list