Remove blocks from page content type

I created some pages with static content like About Drupal Commons. I can't remove though Popular tags and Most active users blocks on the right side. I can't find them in Blocks administration area. If I create a panel page for the content type page, I still get them on the right side. Can someone explain to me how to achieve this?

Also, about panels... I want to show a menu only on certain pages. I know how to do this using Page visibility options for a block, but not for a panel. Can I do the same thing with panels? If yes, where I can find those options?

Thanks

Comments

urchin

Have you looked at Context

Have you looked at Context yet?

sergiu.popa

It doesn't seem to work.

I set up a node context and I selected the page on which I want to have the menu panel. I modified the menu panel and applied the context to it, but it doesn't work.

mike.stefanello

That's because the context

That's because the context that displays those blocks is set to trigger when the path is /content/*.

In Commons 1.2 and below, the pathauto setting for page nodes is /content/[title] - so the blocks show. That's been changed in 1.3.

You can manually change the pathauto setting yourself, then just update your page nodes and that should do it.

sergiu.popa

Done

Thanks. After I modified the URL Aliases and I removed /content/, the blocks have dissapeared. Do you know how can I accomplish for a panel (inside a panel page) to show only on certain pages? If the user is on the /about-us page (managed by a panel), I want to a have a menu. If the user moves to /information, I want to show another menu. Can panels do this, or I need to create 2 variants of the same panel page?

mike.stefanello

By menu, do you mean the

By menu, do you mean the primary menu which contains home, dashboard, community, etc..?

sergiu.popa

No, different menu

No, not the primary menu. Another menu which I created for this.