views

Views UI helper for huge views

Dec
03

While working on two sites with huge lists of fields in views, I threw together the views_ui_tamer module to make life just a bit easier.

The module will probably not make it to drupal.org, but there is a patch here: http://drupal.org/node/981094

This should work for views 2 and 3.

views_ui_tamer adds two ease-of-use features to the views ui.

1. The jquery quicksearch plugin is used to filter checkbox options in the add_item_form. This lets you quickly find a field, argument, filter, etc to add.

Posted By aaron read more

Theme views search results just like core

Jul
26

The views module is often used in place of or in addition to Drupal's core search module or other search modules when more control is required. By adding exposed filters, a site's visitors can narrow a search by the value of any field and many node object values.

The results can quickly be themed to highlight the search keys just like core search.

Posted By aaron read more

Add a views display as a tab to a forum listing.

May
12

I've been building the community pages for a client's site where one of the most popular areas is the forum. The design called for the forum listing to be the default menu tab with a second tab for searching the forum. I wanted to use a view with an exposed filter to search the site index and limit the results to this specific forum.

Posted By aaron read more

Illegal choice error in Views exposed filter of user reference field using a view of Organic Groups group members

Feb
15

Wow, how is that headline for a bunch of Drupal gobbledygook jargon?

To break it down, I have a content type with a cck user reference field.

That field's options are populated by the results of a view.

That view builds a list of users who belong to the same Organic group as the active user. It has a argument that supplies the user's group by default. That works fine because users can only belong to one group on this site.

But anonymous users don't belong to groups, so no results are returned.

Posted By aaron read more
Subscribe to views