Closed (fixed)
Project:
Ajaxify Regions
Version:
6.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2010 at 14:39 UTC
Updated:
6 Aug 2010 at 02:40 UTC
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
Comment #1
csevb10 commentedHey 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.
Comment #2
Toxid commentedI 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?
Comment #3
csevb10 commentedEasiest 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).
Comment #4
csevb10 commentedDocumentation updated on the admin page in the dev branch. http://drupal.org/cvs?commit=396718