Download  |  Search  |  Log in  |  FAQ  |  Memberlist  |  Online  |  TYPO3.org Developer Resource
Home » TypoScript » Menu
Post new topic   Reply to topic Page 1 of 1 [1 Post] Using breadcrumbs on every page but the root
Author Message
Epiktetus



Joined: 25 Aug 2006
Posts: 1

PostPosted: 25 Aug 2006 - 6:04 pm    Post subject:  Using breadcrumbs on every page but the root Reply with quote

I've got breadcrumbs, and they're working great, but I don't really need them on the root page. I've been trying to figure out how to use an IF, but I'm pretty new to Typo3 in general and TS is kicking my butt. Here's what I've got so far:
Line:  Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Breadcrumb cObject builder
  lib.breadcrumbs = HMENU
  lib.breadcrumbs.special = rootline
  lib.breadcrumbs.1 = TMENU
  lib.breadcrumbs.1 {
   NO.allWrap = |*| <span class="topnav">&nbsp;» | </span> |*|
   ACT = 1
   ACT.allWrap = |*| <span class="topnav_act">&nbsp;» | </span> |*|
   NO.if {
     value = 1
     equals.field = {page:uid}
     negate = 1
   }
  }
 Show complete code

Everything above the IF works great, but the IF just doesn't seem to do anything. I've been trying to piece it all together but obviously I'm lost.

Thanks in advance
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [1 Post] View previous topic :: View next topic
Home » TypoScript » Menu
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum