Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.5
Component:
page displays
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2009 at 03:19 UTC
Updated:
8 May 2009 at 06:10 UTC
For example:
My current view title is "Current Open Homes." I have several exposed filters, one of which is City, a free text field. If a user filters the view by city, I'd like the resulting view to say "Current Open Homes in San Francisco, CA" for example. Thanks!
Comments
Comment #1
merlinofchaos commentedViews doesn't support doing this, unfortunately. You might be able to do something tweaky with the global: null argument and an argument validator and setting $argument->validated_title using the PHP Code. THat's the best i can offer.
Comment #2
TheAlienShore commentedOh well. Thanks for the advice anyway. I appreciate it.