The CSS inclusion is hardcoded to /modules directory, therefore it doesn't get called when you put the module into the sites/all/modules directory. Simple fix is included below. File is vocabindex.view.inc. Replace line 74 with:

		drupal_add_css(drupal_get_path('module', 'vocabindex') . '/vocabindex-style.css', 'module', 'all', FALSE);

Regards, Bruce

Comments

xano’s picture

Assigned: Unassigned » xano
Status: Active » Patch (to be ported)

The local working copy has been fixed. Will be committed soon.

xano’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev
Priority: Normal » Minor
Status: Patch (to be ported) » Fixed

Committed to 6.x-1.x-dev.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

xano’s picture

Assigned: xano » Unassigned