Just a small thing but if you changed this line in subscriptions_ui.module from
drupal_set_message(t('Enable the !module block <!link_tag_begin>here<!link_tag_end>!', array('!module' => 'Subscriptions', '!link_tag_begin' => 'a href="/admin/build/block"', '!link_tag_end' => '/a')), 'error');
to
drupal_set_message(t('Enable the !module block <!link_tag_begin>here<!link_tag_end>!', array('!module' => 'Subscriptions', '!link_tag_begin' => 'a href="'. url('admin/build/block') .'"', '!link_tag_end' => '/a')), 'error');
it would work for sites where the drupal install is not in the root directory.

Comments

jose reyero’s picture

Status: Active » Closed (fixed)

No idea what you're talking about, wrong module maybe?

alexpott’s picture

Project: Notifications » Subscriptions

Yep Jose... you are correct... wrong module...doh! I've moved it to the correct project now - the Subscriptions project.

salvis’s picture

Status: Closed (fixed) » Fixed

Committed to the -dev versions. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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