It would be a good option, if the admin can select, which Vocabulary are blacklisted and which are not!
Because, I would like use this module, to control only vid=3 's terms.

Comments

husztisanyi’s picture

Title: select Vocabulary » select vocabs in the admin panel

Now, I just change the line 82:

$result = db_query(db_rewrite_sql("SELECT * FROM {term_data}"));

to this:

$result = db_query(db_rewrite_sql("SELECT * FROM {term_data} WHERE vid=11"));

...but it would be better to select vocabs in the admin panel.

kenorb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closed because Drupal 5/6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.