I know how to do this with a CCK field, getting the allowed values. But is there a way to achieve this with the node title, so there is a exposed select filter with all the title of all the existing nodes.

The idea is to show the user a view with no results, until the filter is set and where there is going to be only one result.

Example: let's say the content type that is going to be filtered, is going to store some FAQ style information, and the node title would be the question. So this view would be an interface to select the question and get the answer.

Comments

dawehner’s picture

Status: Active » Fixed

You could use hook_form_alter to add the options to the select field.

Alterative you could enable ctools and use the jumpmenu style.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.