Cool... I must have been editing the wrong header file. I thought I had chosen the one from the site page under site->header
BTW... I started to play with the calendars themselves the other night. http://wiki.tnet.com/calendar I think I have it figured out how to use it... but will caching the data will be necessary especially if the calendar data is large. Will use conditionals from links on the calendar to see what was selected to display that info only. Your sample of using a conditional for gets is what gave me that idea. Need to workout the CSS for it as well. and my own site really needs to make over... feel like a grinch with all the green... not a good green either. Thanks a lot for your help. On Fri, Oct 9, 2009 at 2:56 PM, The Editor <[email protected]> wrote: > While I was at is, I fixed the site.header for you, how I would do it. > Notice how the first line return is including inside the conditional. > BoltWire is pretty literal with these things, so you have to be careful. > Cheers, > Dan > > > On Fri, Oct 9, 2009 at 4:17 PM, Kevin <[email protected]> wrote: > >> Actually, I thought it might have something to do with it so I did this >> first with no effect... >> >> /*[if ! equal {p0} 1 && ! equal '{action}' '' && ! equal {p1} action]! >> {title} >> [(breadcrumb name=text)] >> >> [if]*/ >> >> Comments didn't work. >> >> Then when I changed it to what you had... >> >> [if ! equal {p} site][(breadcrumb)][if] >> >> It still made no difference... >> >> If I remove everything... it still shows it. Somehow it is being picked >> up still. >> >> >> On Fri, Oct 9, 2009 at 1:05 PM, The Editor <[email protected]> wrote: >> >>> The header for this page is found in site.header. If you do not like the >>> breadcrumb on this page (kind of senseless) change that page to >>> [if ! equal {p} site][(breadcrumb)][if] >>> >>> I'm open to changing the default breadcrumb function so that if p0 is 1, >>> you return a null value. The only problem is you will get a line return >>> because the line return is outside the function. >>> >>> Cheers >>> Dan >>> >>> On Fri, Oct 9, 2009 at 3:42 PM, Kevin <[email protected]> wrote: >>> >>>> Any reason for there to be what looks like breadcrumbs at the top of the >>>> site page? >>>> >>>> I don't see it in the site page itself. >>>> >>>> [image: site-action.png] >>>> >>>> >>>> >>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
