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 your module 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

tomaszx’s picture

Category: feature » task

Hi,

good idea to exclude some vocabularies or terms.
I agree with you.

I try implement this in future or if you have some knowledge in php
try help me and provide some patch for this.

regards.

pbindagorge’s picture

I am new to Drupal and don't have a lot of experience with PHP. I will try to help with a patch, but it may take me some time. I would think, however, that you could easily take code from the Taxonomy Browser module for displaying a user's installed taxonomies, and storing their selections. The modification to the .inc file is probably fairly small. But again, I'm just a newbie guessing! I'm glad you like the idea though.

tomaszx’s picture

Assigned: Unassigned » tomaszx
Status: Active » Fixed

exclude some vocabularies or terms are add to rc4

pbindagorge’s picture

You rock, thank you! I'm sorry I couldn't help.

tomaszx’s picture

you help in other way :) you think what could be better - this is much :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

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