[TYPO3] cooluri: single domain but several root-templates

Daniel Becker daniel.becker at uni-rostock.de
Tue Dec 4 20:10:55 CET 2007


Hallo Jan,

Am 04.12.2007 um 19:18 schrieb Jan Bednarik:

> Hi,
>
> you need to tell CoolUri where's your page-root so it could stop
> processing pagepath.
>
> The only way how to achieve what you want is to remove Root option on
> your template. You can clear setup and constants.

ok - that would be an option, but one that would require a lot of  
adjustment in my template. Hm.

Would it also be possible to define a constant, say coolurigroup=1

and then to have urls like

if coolurigroup=1 then start an url with /econ/

in a similar way like it is done for languages (/en/)?

I was thinking about

   <valuemaps>
     <valuemap>
       <parameter>L</parameter>
       <value key="">0</value>
       <value key="en">1</value>
       <value key="en">2</value>
     </valuemap>
     <valuemap>
       <parameter>coolurigroup</parameter>
       <value key="gruppe1">1</value>
     </valuemap>
   </valuemaps>

   <paramorder>
     <param>coolurigroup</param>
     <param>L</param>
   </paramorder>

but to no avail so far.

>
> It's logic - if the page is root, the URL points to root.

ok - that's right.

Thanks for your help

Daniel




More information about the TYPO3-english mailing list