Closed (fixed)
Project:
Taxonomy VTN
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
25 May 2008 at 23:52 UTC
Updated:
7 Jul 2008 at 21:02 UTC
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
Comment #1
tomaszx commentedHi,
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.
Comment #2
pbindagorge commentedI 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.
Comment #3
tomaszx commentedexclude some vocabularies or terms are add to rc4
Comment #4
pbindagorge commentedYou rock, thank you! I'm sorry I couldn't help.
Comment #5
tomaszx commentedyou help in other way :) you think what could be better - this is much :)
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.