Hey got a ton of error log messages:

Notice: Undefined index: blockify-logo in _blockify_is_enabled() (line 142 of /Users/mortendk/Dropbox/websites/drupal7/sites/drupal7.local/modules/blockify/blockify.module).
Notice: Undefined index: blockify-site-name in _blockify_is_enabled() (line 142 of /Users/mortendk/Dropbox/websites/drupal7/sites/drupal7.local/modules/blockify/blockify.module).
Notice: Undefined index: blockify-site-slogan in _blockify_is_enabled() (line 142 of /Users/mortendk/Dropbox/websites/drupal7/sites/drupal7.local/modules/blockify/blockify.module).
Notice: Undefined index: blockify-page-title in _blockify_is_enabled() (line 142 of /Users/mortendk/Dropbox/websites/drupal7/sites/drupal7.local/modules/blockify/blockify.module).

which kinda make it not work ;)

Comments

psynaptic’s picture

Status: Active » Fixed

I've fixed the undefined index warning in _blockify_is_enabled() (as far as I can see in my testing), also fixed another undefined index warning in blockify_block_info() and added hook_uninstall() to remove the blockify variable when the module is uninstalled.

mortendk’s picture

Status: Fixed » Closed (works as designed)

yup :)