English 中文(简体)
hide single taxonomy term in particular view display
原标题:

Have a documents content type, with three taxonomies applied to it. Taxonomies are document type (form, policy, other), document group (hr, i.t., training, project specific, etc.), and a free-tagged project name (for when document group = project specific).

Have single view displaying all documents, segregated by tabbed page displays:

  • All page/tab is for all docs
  • Forms page/tab is limited to doc type = form
  • Policy page/tab is limited to doc type = policy
  • Project Specific Docs is limited to doc group = project specific

Exposed Filter on individual pages:

  • Within Form and Policy pages, we offer an exposed filter of document groups as dropdown control. So for instance on the forms page you can quickly filter to just HR forms.
  • On the project specific docs page, we offer an exposed filter of project names, so you can quickly filter to your project, but these docs can be forms and/or policy.

Now that we have the project specific page/tab, we want to remove project specific docs taxonomy term from the Forms and Policy page/tabs dropdown filter on just those two views page displays. It s already filtered out, so if you select Project Specific Docs on those pages you get no results. Just need to remove the option from the select list.

UPDATE: found my own answer

最佳回答

4 hours later, realized I ve been overthinking this. In the exposed filter there is a simple checkbox to "Limit list to selected items, If checked, the only items presented to the user will be the ones selected here." Derrrr. And it is per display page.

问题回答

暂无回答




相关问题
Drupal Multi-language: Simple strings not translated

I m adding additional languages to a Drupal site that I m building. Getting the translation of content working is fairly easy using the Internationalisation module. Yet, simple things such as date ...

Setting up a WYSIWYG editor for Drupal site users [closed]

Looking through the Drupal contrib modules, and after a few Google searches, it becomes evident that there are any number of choices and combos available to set up a WYSIWYG editor in Drupal. I m ...

Change size of user/password login box

I don t know how to change the size of the login username/password boxes on the drupal site that I m trying to build. I m stumbling through the theming, and don t know where to find the file that ...

How does Drupal provide an edit/review/publish model?

How does Drupal support a means to update and review a website before it is published? Does it only allow you to preview a page at a time before you publish it or is there a way to create a site ...

Term for rotating header

I m looking for terminology that describes this behavior: The header of a web-page contains a different image every time you visit it. Update: It is not an advertisement, but images related to the ...

Has anyone checked out Drupal 7? [closed]

Has anyone checked out a copy of Drupal 7 yet? What do people think? I m pretty excited about the PDO and all of the designers I work with a very excited about the new admin interface/structure. Do ...

热门标签