I'm trying to make the primary links block an exceptions. It says in the helptext that I should use "block-delta". So I checked the database and found the delta to be primary-links. So I wrote block-primary-links in the exceptions box. It is still loaded with ajax. What am I missing?

Comments

csevb10’s picture

Hey Toxid,
I'll look at updating the help text so that it makes more sense. it should be menu-primary-links rather than block-primary-links. I'll see if I can find a way to make that more intuitive or the help text be clearer.

Toxid’s picture

Status: Active » Fixed

I see, menu is the module connected to that block. For me, it would be more intuitive with module-delta pair, because that's the columns in the database. Is the delta value visible somewhere else than in the database?

csevb10’s picture

Easiest place to see this is actually on the block edit page. The values are present in the url.

For instance, this would be the admin page for the primary-links block:
http://demo/admin/build/block/configure/menu/primary-links

So you can see the module (menu) and the delta (primary-links).

csevb10’s picture

Documentation updated on the admin page in the dev branch. http://drupal.org/cvs?commit=396718

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.