A way to limit taxonomy exposed filter options in view with arguments in drupal -
i'm building product catalog particular section displayed views argument, taxonomy id of section.
but need give user ability further narrow down search specifying producer choosing term in vocabulary in exposed filter.
i'm trying limit selection terms nodes in chosen section exist. looks views_selective_filter , view_hacks that, looks out of box neither of them takes account view argument. there remedy or workaround?
use firebug or devel_themer module find form id of form displaying terms, use hook_form_alter in custom module intercept, , modify form.
Comments
Post a Comment