[Typo3] Site map for multiple sites?

Birk tlist at birkit.com
Tue Nov 15 15:36:46 CET 2005


Dmitry,
Thanks for your reply.
Sorry about the 'tabs' remark...that is just what I was calling them for 
past while.
What I meant was I am making a site with 'tabs' across the top that is 
similar to Amazon or http://www.independant.co.uk
So my tree looks like this:
O-My Site
    X-Tab One
       X-Shortcut to tab one
       X-Page one
       X-Page two
    X-Tab two
       X-Shortcut to tab two
       X-Page one
etc....

I decided to just make my own sitemap with typoscript.
I think (not tested) that I could use the sitemap content element to do 
the same thing by adding some typoscript like:

tt_content.menu.20.2.special = list
tt_content.menu.20.2.special.value = 23, 5, 7, 6, 8, 4, 3, 2

Here is the Typoscript I used instead:

#Sitemap
subparts.SITEMAP = COA
    subparts.SITEMAP{
	   10 = HMENU

        10.special = list
        10.special.value = 23, 5, 7, 6, 8, 4, 3, 2
        10.wrap = <div><div class="sitemap-title">Sitemap:</div>|</div>
        10.1 = TMENU
        10.1.wrap = <ul class="sitemap">|</ul>
        10.1 {
            noBlur = 1
            CUR = 1
            ACTIFSUB = 0
                    expAll = 1
        }
        10.1.NO {
            wrapItemAndSub = <li>|</li>
        }
        10.1.CUR {
            linkWrap = |
            wrapItemAndSub = <li>|</li>
        }
        10.1.ACTIFSUB < 10.1.NO
        10.1.ACTIFSUB {
            wrapItemAndSub = <li>|</li>
        }
        10.2 = TMENU
        10.2.wrap = <ul class="sitemap-l2">|</ul>
        10.2 {
            noBlur = 1
            CUR = 1
            ACTIFSUB = 1
                    expAll = 1
        }
        10.2.NO {
            wrapItemAndSub = <li>|</li>
        }
        10.2.CUR {
            linkWrap = |
            wrapItemAndSub = <li>|</li>
        }
        10.2.ACTIFSUB < 10.1.NO
        10.2.ACTIFSUB {
            wrapItemAndSub = <li>|</li>
        }
}


Dmitry Dulepov wrote:

>Hi!
>Firsts, can you explain what do you mean by "tabs"?
>
>I have modified google sitemap extension (google_sitemap by Peter Russ)
>which works with multiple sites and does not display "not in menu" or
>hidden pages. I can share it if necessary.
>
>Dmitry.
>_______________________________________________
>Typo3-english mailing list
>Typo3-english at lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
>
>
>




More information about the TYPO3-english mailing list