0

I'm new at Drupal.

my url is like

www.blabla.com/drupal/blog/

I have some blocks that must be disabled for blog part. So I go to related block configuration and make it as below: alt text http://img.skitch.com/20100531-1iwfmy1xh54isn5muxj4faha5b.jpg

but it doesnt work :( just to test, I wrote only ***** , and it worked well. but i doesnt work when I want to define specific page :(

apaderno
  • 28,547
  • 16
  • 75
  • 90
designer-trying-coding
  • 5,994
  • 17
  • 70
  • 99

2 Answers2

2

Try this:

blog
blog/*
Nikit
  • 5,128
  • 19
  • 31
1

You may be interested in taking a look at the Drupal Context module for handling blocks in a contextual way. It's well worth a look as it makes handling the display rules of blocks a lot simpler. It has a nice UI for setting the context rules and reactions.

drmonkeyninja
  • 8,490
  • 4
  • 31
  • 59