Thank you for this excellent module! I have a minor feature request. In the Taxonomy Browser module there is a select list for specifying "Included Vocabularies". I have two vocabularies, but I only want VocabIndex to show one of them. I was able to hack this in the .inc file by commenting out lines 11-13 and then adding the following:

drupal_goto('taxonomy_vtn/voc/1');

Ideally, however, this module would provide a UI similar to Taxonomy Browser for including/excluding taxonomies.

Comments

xano’s picture

Do you mean excluding vocabularies or terms? Vocabularies won't have index pages until you specify a path for them. I don't like the idea to add the possibility to exclude terms, as the admin pages would become significantly more complex. If you have any more ideas though, please share them, We might be able to work something out.

xano’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Priority: Normal » Minor
Status: Active » Postponed (maintainer needs more info)
xano’s picture

Kick.

pbindagorge’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Sorry, I posted these comments to the wrong module and only now saw your reply!