I created a category with 4 different terms. When I was trying to setup a block taxonomy view (Taxonomy: Terms for News), within the value box there are only 3 related term. The first entry of the category term is not there. I've tried it for different categories, again the same result. Please help

Comments

Vaughan’s picture

I'm having the same problem. A "workaround" is to add a term before all the others (such as AA) so that this will be the term that is ignored.

i'd like to know if there is a more official or correct way to fix this.

Thanks

Vaughan

bluebee-1’s picture

First look at this post http://drupal.org/node/199675

There is a patch file for this. But I didnt find how to patch the file. After trying some patch programs I gave up and fixed it manually. Just open "views_taxonomy.inc" file under "modules/views/modules" directory. Go to line 244. Find "unset($form['#options'][0]);" and erase the number zero. It have to be look like this : "unset($form['#options']['']);"

Thats all. But keep a backup before going through ;)