[drupal-support] Block path--block a specific node

Andrew Cohill cohill at designnine.com
Fri Apr 29 15:33:47 UTC 2005


I'm baffled....I have reviewed the Drupal guide on the site and read 
through numerous postings from the archive of this list, and have 
tediously tested many alternate paths.

I currently have this path (which works)

<^(?!event)>

it used to to keep certain blocks off the month view of the calendar.

I want to add to that string something that does not display a block on 
a specific page (e.g.  node/635)

I tried

<^(node/635)|^(?!event)>  (did not work)
<(^node/635)|^(?!event)>  (did not work)

I'm not sure I am using the vertical bar  |  correctly.  I had trouble 
finding examples of multiple paths.

I am also not specifying the node/635 correctly, as I could not get to 
work even when I removed the second part
^(?!event)

Thanks,
Andrew

-------------------------------------------------
Andrew Michael Cohill, Ph.D.
Information architect

Design Nine provides technology master planning services, community 
network planning,  technology audits, and telecommunications project 
management to communities and organizations trying to make wise 
technology and telecommunications expenditures.  Design Nine represents 
the interests of the organization or community, rather than the 
interests of vendors.

Visit the Design Nine News page for frequently updated news and 
commentary on technology issues.
  http://www.designnine.com/news/

Design Nine, Inc.                        http://www.designnine.com/
Blacksburg, Virginia
Voice: 540.951.4400
Cell:  540.320.4406




More information about the drupal-support mailing list