Context module for block visibility
Posted
by calebthorne
on Stack Overflow
See other posts from Stack Overflow
or by calebthorne
Published on 2010-04-27T17:50:53Z
Indexed on
2010/04/27
17:53 UTC
Read the original article
Hit count: 299
I have a site built in Drupal 6 that requires a number of blocks that are only visible to certain roles or on specific pages. Normally, I would use the block configuration settings to control page and role visibility. However I recently ran across the context module that effectively splits the site into "sections" or "groups" of related attributes.
My question is: When is it appropriate to control block visibility from context rather than the block configuration settings? Should I only use one or the other or a combination of both?
© Stack Overflow or respective owner