[Typo3] Path menu, how sholud HTML-template look like?

Peter Klein peter at umloud.dk
Wed Nov 30 09:25:54 CET 2005


"Almir Orle" <almir.orle at utbildning.stockholm.se> skrev i en meddelelse 
news:mailman.1912.1133338634.24100.typo3-english at lists.netfielders.de...
> Allright, it looks like this
>
> My HTML Template:
> ----------------------------
> <!-- Page Path Menu: -->
> <tr>
> <td id="path">
> Path:
> <a href="#">Subpage</a> &raquo;&nbsp;
> <a href="#">This page</a> </td></tr>
>
>
> TS setup looks like this:
> -------------------------------
> temp.clickpath= HMENU
> temp.clickpath{
> special = rootline
> special.range = 0 | -1
> 1 = TMENU
> 1.NO.allWrap = | &nbsp;&raquo;&nbsp; |*| | &nbsp;&raquo;&nbsp; |*| |
> }
>
>
> What's wrong with that?
>


Hi Almir. It's impossible to tell without seeing the rest of your Typoscript 
code.
Specially the part where you copy the temp.clickpath into the 
marker/subpart..

Try substituting the temp.clickpath to a simple TEXT object, like this:

temp.clickpath = TEXT
temp.clickpath.value = Hello World!

And see if the text shows up on your page. If it doesn't then you doesn't 
copy the object correctly into the marker/subpart.

-- 
Peter Klein/Umloud Untd 





More information about the TYPO3-english mailing list